@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type=number] {
  width: auto; }

[type=search] {
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, select {
  text-transform: none; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }
video {
  max-width: 100%;
}
@media screen {
  [hidden~=screen] {
    display: inherit; }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

body {
  background: #bde0ff; }

header {
  position: relative;
  width: 100%;
  background: #fff;
  border-top: 5px solid #0072d8; }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1100px) {
      header .container {
        border-bottom: 1px solid #ccc; } }
    header .container h1 {
      display: inline-block;
      width: 270px;
      margin: 0;
      padding: 15px 0; }
      @media (max-width: 1100px) {
        header .container h1 {
          width: 50%; } }
      header .container h1 a > img {
        height: 45px; }
      header .container h1 a > span {
        padding: 0 0 0 10px; }
        @media (max-width: 1100px) {
          header .container h1 a > span {
            display: block;
            padding: 0;
            line-height: 15px; } }
        header .container h1 a > span img {
          height: 15px; }
    header .container form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      width: 50%;
      margin: 0 0 0 30px;
      padding: 0 60px 0 0; }
      @media (max-width: 1100px) {
        header .container form {
          width: calc(100% - 300px); } }
      @media (max-width: 1100px) {
        header .container form {
          width: 100%;
          margin: 0 0 15px 0;
          padding: 0; } }
      header .container form input[type="text"] {
        width: calc(100% - 60px);
        height: 40px;
        margin: 0;
        padding: 0 5px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 40px;
        border: 1px solid #ccc;
        background: #fff; }
      header .container form button {
        width: 50px;
        height: 40px;
        line-height: 1;
        border-radius: 5px;
        background: #0072d8; }
        header .container form button > img {
          height: 20px; }

.menu-nav {
  width: 100%;
  background: #e8e8e8; }
  @media (max-width: 1100px) {
    .menu-nav {
      display: none; } }
  .menu-nav .menu-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1300px;
    margin: 0 auto;
    padding: 10px 20px; }
    .menu-nav .menu-nav-container > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu-nav .menu-nav-container > ul li {
        display: inline-block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 0 15px;
        line-height: 1;
        border-right: 2px solid #aaaaaa; }
        .menu-nav .menu-nav-container > ul li a {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 400;
          color: #414141; }

.search-nav {
  width: 100%;
  background: #0072d8; }
  @media (max-width: 1100px) {
    .search-nav {
      display: none; } }
  .search-nav .search-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 20px; }
    .search-nav .search-nav-container ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .search-nav .search-nav-container ul.category {
        border-right: 2px solid #fff; }
      .search-nav .search-nav-container ul li {
        display: inline-block;
        padding: 0 10px;
        line-height: 1; }
        .search-nav .search-nav-container ul li a {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 400;
          color: #fff; }

.sp-search-nav {
  display: none; }
  @media (max-width: 1100px) {
    .sp-search-nav {
      display: block; } }
  .sp-search-nav a {
    position: relative;
    display: block;
    margin: 10px;
    padding: 10px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    background: #0072d8; }
    @media (max-width: 1100px) {
      .sp-search-nav a {
        text-align: center; } }
    .sp-search-nav a:after {
      content: '';
      position: absolute;
      top: 10px;
      right: 20px;
      display: inline-block;
      width: 12px;
      width: 1.2rem;
      height: 27px;
      height: 2.7rem;
      background: url(../image/common/cursor.svg) no-repeat;
      background-position: center; }

#sp-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 100%; }
  @media (max-width: 1100px) {
    #sp-nav {
      display: block; } }
  #sp-nav #sp-nav-button {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 10px 0 0 10px;
    background: #0072d8; }
    #sp-nav #sp-nav-button span {
      position: absolute;
      left: 18px;
      display: inline-block;
      width: 24px;
      height: 3px;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 2px;
      background: #fff; }
      #sp-nav #sp-nav-button span.top {
        top: 15px; }
      #sp-nav #sp-nav-button span.middle {
        top: 23px; }
      #sp-nav #sp-nav-button span.bottom {
        top: 31px; }
    #sp-nav #sp-nav-button:before {
      content: 'MENU';
      position: absolute;
      top: 40px;
      display: block;
      width: 100%;
      font-size: 10px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
      text-align: center; }
    #sp-nav #sp-nav-button.open span.top {
      top: 23px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    #sp-nav #sp-nav-button.open span.middle {
      opacity: 0; }
    #sp-nav #sp-nav-button.open span.bottom {
      top: 23px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    #sp-nav #sp-nav-button.open:before {
      content: 'CLOSE'; }
  #sp-nav .sp-nav-container {
    position: absolute;
    top: 90px;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
    z-index: 999; }
    #sp-nav .sp-nav-container ul {
      border-bottom: 2px solid #0072d8; }
      #sp-nav .sp-nav-container ul li {
        width: 100%;
        font-size: 0px;
        font-size: 0rem;
        font-weight: 400;
        border-top: 2px solid #0072d8; }
        #sp-nav .sp-nav-container ul li a {
          display: block;
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 15px;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 400;
          color: #0072d8;
          background: rgba(0, 114, 216, .1); }

footer {
  padding: 40px 0;
  background: #fff; }
  footer .footer-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    footer .footer-container > ul {
      padding: 30px 0;
      text-align: center; }
      @media (max-width: 600px) {
        footer .footer-container > ul {
          display: none; } }
      footer .footer-container > ul li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        footer .footer-container > ul li:after {
          content: '/';
          margin: 0;
          padding: 0 10px;
          font-size: 16px;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 400; }
        footer .footer-container > ul li:last-child:after {
          display: none; }
        footer .footer-container > ul li a {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 400; }
    footer .footer-container .sns {
      text-align: center; }
      footer .footer-container .sns a img {
        width: 50px;
        height: 50px; }
    footer .footer-container .copy {
      margin: 30px 0 0 0;
      text-align: center; }
      footer .footer-container .copy small {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400; }
        footer .footer-container .copy small br {
          display: none; }
          @media (max-width: 600px) {
            footer .footer-container .copy small br {
              display: block; } }

html {
  font-size: 62.5%; }

body {
  color: #414141;
  font-family: "メイリオ", Meiryo, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna"; }

li {
  list-style: none; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s; }
  a:hover {
    opacity: .7; }

em {
  display: inline-block;
  color: #d80000;
  font-style: normal; }

.text {
  padding: 15px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5; }

.f-large {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600; }

#wrap {
  overflow: hidden; }
  @media (max-width: 768px) {
    #wrap {
      min-width: 0;
      min-width: initial; } }

.section {
  width: 100%; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 600px) {
    .container {
      padding: 0 10px; } }

.box {
  margin: 15px auto;
  padding: 25px;
  background: #fff; }
  @media (max-width: 768px) {
    .box {
      padding: 10px; } }
  .box > h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 15px 20px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #0072d8;
    line-height: 1;
    border-top: 5px solid #0072d8;
    background: rgba(0, 114, 216, .1); }
  .box > h3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 12px 20px 12px 35px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #414141;
    line-height: 1;
    background: #f2f2f2; }
    .box > h3:before {
      content: '';
      position: absolute;
      top: 12px;
      left: 20px;
      display: inline-block;
      width: 5px;
      height: 18px;
      height: 1.8rem;
      margin: 0 10px 0 0;
      background: #414141; }
  .box > b {
    display: block;
    margin: 0;
    padding: 0 20px 10px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600; }
  .box > p {
    margin: 0 0 30px 0;
    padding: 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: justify; }
    @media (max-width: 768px) {
      .box > p {
        padding: 0 10px; } }
    .box > p .warning {
      display: inline-block;
      margin: 0;
      padding: 5px 10px;
      color: #fff;
      background: #d74141; }
    .box > p > span {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 600; }
  .box > ol {
    margin: 0 0 30px 0;
    padding: 0 20px; }
    @media (max-width: 768px) {
      .box > ol {
        padding: 0 10px; } }
    .box > ol li {
      margin: 0 0 0 20px;
      list-style: disc outside none;
      list-style: initial;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 400; }
  .box .sup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400; }

.caution {
  margin: 0 0 30px 0;
  padding: 20px;
  border-radius: 15px;
  background: #fceeee; }
  .caution p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #e03232; }

.site-color-area {
  margin: 0 0 30px 0;
  padding: 20px;
  background: rgba(0, 114, 216, .1); }
  .site-color-area b {
    display: block;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600; }
  .site-color-area p {
    padding: 0 0 15px 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400; }

.kcc-box {
  margin: 0 0 30px 0;
  border: 1px solid #f4773e; }
  .kcc-box > h3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 12px 20px 12px 35px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    background: #f4773e; }
    .kcc-box > h3:before {
      content: '';
      position: absolute;
      top: 12px;
      left: 20px;
      display: inline-block;
      width: 5px;
      height: 18px;
      height: 1.8rem;
      margin: 0 10px 0 0;
      background: #fff; }
  .kcc-box > p {
    padding: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400; }

.kcc-area {
  margin: 0 0 30px 0;
  padding: 20px;
  background: #fcece7; }
  .kcc-area b {
    display: block;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600; }
  .kcc-area p {
    padding: 0 0 15px 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400; }

.site-kyodo {
  color: #0072d8; }

.site-sunrise {
  color: #d83286; }

.site-kcc {
  color: #f4773e; }

.site-color {
  color: #0072d8; }

#pankuzu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px 0 20px; }
  @media (max-width: 768px) {
    #pankuzu {
      display: none; } }
  #pankuzu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #pankuzu ul li {
      display: inline-block;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 400; }
      #pankuzu ul li:after {
        content: '＞';
        padding: 0 5px; }
      #pankuzu ul li:last-child:after {
        display: none; }
      #pankuzu ul li a {
        color: #5B5B5B;
        text-decoration: underline; }

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 0 20px; }
  .share li {
    margin: 0 5px 0 0; }

.pickup-event {
	margin: 0 0 40px 0;
}
  .pickup-event > b {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	color: #5B5B5B;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
  .pickup-event > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto; }
    .pickup-event > ul li {
      width: 30%; }
      @media (max-width: 600px) {
        .pickup-event > ul li {
          width: 100%;
          margin: 0 0 10px 0; } }
      .pickup-event > ul li a {
        display: block;
        width: 100%;
        height: 100%; }
        .pickup-event > ul li a img {
          width: 100%; }

.checked-event {
  margin: 0 0 60px 0; }
  .checked-event > b {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	color: #5B5B5B;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 30px;
	margin-top: 30px;
}
  .checked-event > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 600px) {
      .checked-event > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .checked-event > ul li {
      width: calc(16.6666% - 10px);
      margin: 0 10px 0 0;
      padding: 5px;
      background: #fff; }
      @media (max-width: 768px) {
        .checked-event > ul li {
          width: calc(25% - 10px);
          margin: 0 10px 10px 0; } }
      @media (max-width: 600px) {
        .checked-event > ul li {
          width: 100%;
          margin: 0 0 10px 0; } }
      .checked-event > ul li:last-child {
        margin: 0; }
        @media (max-width: 600px) {
          .checked-event > ul li:last-child {
            margin: 0 0 10px 0; } }
      .checked-event > ul li a {
        display: block;
        width: 100%;
        height: 100%; }
        @media (max-width: 600px) {
          .checked-event > ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .checked-event > ul li a > img {
          width: 100%; }
          @media (max-width: 600px) {
            .checked-event > ul li a > img {
              width: 35%; } }
        .checked-event > ul li a div {
          width: 100%; }
          @media (max-width: 600px) {
            .checked-event > ul li a div {
              width: 65%;
              padding: 0 0 0 15px; } }
        .checked-event > ul li a h2 {
          padding: 5px 0;
          font-size: 13px;
          font-size: 1.3rem;
          font-weight: 600;
          line-height: 1.2;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .checked-event > ul li a h3 {
          height: 3.6rem;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 400;
          line-height: 1.5;
          overflow: hidden; }

.search {
  margin: 0 0 15px 0;
  border-radius: 10px;
  background: #f9f9f9; }
  .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 25px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }
    @media (max-width: 768px) {
      .search-box {
        margin: 0 15px;
        padding: 15px 0; } }
    .search-box:last-child {
      border: none; }
    .search-box > b {
      display: inline-block;
      width: 11em;
      margin: 0 25px 0 0;
      padding: 0;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 400;
      color: #6b6b6b; }
    .search-box input[type="text"] {
      width: calc(100% - 60px);
      max-width: 400px;
      height: 40px;
      margin: 0;
      padding: 0 5px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 40px;
      border: 1px solid #ccc;
      background: #fff; }
    .search-box button {
      width: 50px;
      height: 40px;
      margin: 0 0 0 10px;
      line-height: 1;
      border-radius: 5px;
      background: #0072d8; }
      .search-box button > img {
        height: 20px; }

.search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .search-list li {
    display: inline-block;
    margin: 0 10px 0 0; }
    .search-list li:last-child {
      margin: 0; }
    .search-list li a, .search-list li select {
      display: inline-block;
      margin: 0;
      padding: 5px 10px;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 600;
      color: #fff;
      border-radius: 5px;
      background: #0072d8; }
    .search-list li .select-month {
      position: relative;
      display: inline-block; }
      .search-list li .select-month:after {
        content: '';
        position: absolute;
        top: 12px;
        right: 5px;
        display: block;
        width: 17px;
        width: 1.7rem;
        height: 10px;
        height: 1.0rem;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        pointer-events: none;
        background: url(../image/common/cursor.svg) no-repeat;
        background-position: center; }
      .search-list li .select-month select {
        padding: 5px 35px 5px 10px; }
  @media (max-width: 600px) {
    .search-list.is-artists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      .search-list.is-artists li {
        width: 18%;
        margin: 0 0 5px 0; }
        .search-list.is-artists li a {
          display: block;
          text-align: center; }
    .search-list.is-date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .search-list.is-date li {
        width: 49%;
        margin: 0 0 5px 0; }
        .search-list.is-date li:last-child {
          width: 100%; }
        .search-list.is-date li a {
          display: block;
          text-align: center; }
        .search-list.is-date li .select-month {
          width: 100%; }
          .search-list.is-date li .select-month select {
            width: 100%;
            text-align: center; }
    .search-list.is-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      .search-list.is-area li {
        width: 32%;
        margin: 0 0 5px 0; }
        .search-list.is-area li a {
          display: block;
          width: 100%;
          text-align: center; } }

.this-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #ccc; }
  @media (max-width: 768px) {
    .this-list li {
      padding: 30px 0; } }
  .this-list li .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 768px) {
      .this-list li .detail {
        padding: 0 15px; } }
    .this-list li .detail span {
      margin: 0;
      padding: 0 15px 0;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600; }
      @media (max-width: 768px) {
        .this-list li .detail span {
          display: block;
          padding: 0 0 10px 0;
          line-height: 1; }
          .this-list li .detail span.event-date {
            width: 100%;
            padding: 10px 0; } }
  .this-list li .event-more-detail {
    display: inline-block;
    margin: 0;
    padding: 5px 35px 5px 15px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    background: #ff781d url(../image/common/cursor.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: .5rem; }
    @media (max-width: 768px) {
      .this-list li .event-more-detail {
        margin: 15px 0 0 0; } }

.is-common-layout li .detail {
  width: calc(100% - 380px); }
  @media (max-width: 768px) {
    .is-common-layout li .detail {
      width: 100%; } }
  .is-common-layout li .detail + .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 380px; }
    @media (max-width: 768px) {
      .is-common-layout li .detail + .detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; } }
  .is-common-layout li .detail.full-col {
    width: 100%; }
  .is-common-layout li .detail .common-name {
    display: block;
    width: 100%;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    text-decoration: underline; }
    @media (max-width: 768px) {
      .is-common-layout li .detail .common-name {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 600; } }
  .is-common-layout li .detail .common-sup {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 15px 15px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600; }
    @media (max-width: 768px) {
      .is-common-layout li .detail .common-sup {
        padding: 0 0 15px 0;
        line-height: 1.5; } }
  @media (max-width: 768px) {
    .is-common-layout li .detail .common-tel {
      width: 100%;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 600; } }
  .is-common-layout li .detail .common-tel i {
    padding: 0 5px 0 0;
    font-style: normal; }
    @media (max-width: 768px) {
      .is-common-layout li .detail .common-tel i {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 600; } }

.this-table {
  width: 100%;
  padding: 0;
  border-collapse: collapse; }
  @media (max-width: 768px) {
    .this-table {
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; } }
  .this-table tr {
    border-top: 1px solid #ccc; }
    @media (max-width: 768px) {
      .this-table tr {
        border: none; } }
    .this-table tr:last-child {
      border-bottom: 1px solid #ccc; }
    .this-table tr th {
      width: 150px;
      padding: 10px 15px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      text-align: left;
      vertical-align: top;
      background: #f0f0f0; }
      @media (max-width: 768px) {
        .this-table tr th {
          display: block;
          width: 100%;
          border-top: 1px solid #ccc;
          border-bottom: 1px solid #ccc; } }
    .this-table tr td {
      padding: 10px 15px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400; }
      @media (max-width: 768px) {
        .this-table tr td {
          display: block;
          width: 100%; } }
      .this-table tr td .seet {
        display: inline-block;
        margin: 0 5px;
        padding: 5px 16px 5px 8px;
        color: #fff;
        line-height: 1;
        border-radius: 3px;
        background: url(../image/common/cursor.svg) right 10px center no-repeat, #333;
        background-repeat: no-repeat;
        background-position: right 5px center;
        background-size: .5rem; }
      .this-table tr td .money {
	display: inline-block;
	color: #fff;
	line-height: 1;
	border-radius: 3px;
	background: url(../image/common/cursor.svg) right 10px center no-repeat, #CD4343;
	background-repeat: no-repeat;
	background-position: right 5px center;

        background-size: .5rem; 	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 8px;
}
      .this-table tr td .undecided {
	font-weight: bold;
	color: #0072d8;
}
      .this-table tr td.lh {
        line-height: 2.4; }

.schedule-table {
  width: 100%;
  border-collapse: collapse; }
  @media (max-width: 600px) {
    .schedule-table tr.pc-thead {
      display: none; } }
  .schedule-table tr.sp-thead {
    display: none; }
    @media (max-width: 600px) {
      .schedule-table tr.sp-thead {
        display: block; } }
  .schedule-table tr th {
    padding: 10px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #0072d8;
    text-align: left;
    line-height: 1;
    border-top: 5px solid #0072d8;
    background: rgba(0, 114, 216, .1); }
    @media (max-width: 600px) {
      .schedule-table tr th {
        display: block;
        width: 100%;
        padding: 10px; } }
  .schedule-table tr td {
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400; }
    @media (max-width: 600px) {
      .schedule-table tr td {
        display: block;
        padding: 5px 10px; } }
    .schedule-table tr td .undecided {
      font-weight: bold;
      color: #0072d8; }
    @media (max-width: 600px) {
      .schedule-table tr td .detail {
        text-align: center;
        border-bottom: 1px solid #ccc; } }
    .schedule-table tr td .detail .event-more-detail {
      display: inline-block;
      margin: 0;
      padding: 5px 35px 5px 15px;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 400;
      color: #fff;
      border-radius: 5px;
      background: #ff781d url(../image/common/cursor.svg);
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: .5rem; }
      @media (max-width: 768px) {
        .schedule-table tr td .detail .event-more-detail {
          margin: 0 auto 15px auto; } }
    .schedule-table tr td .sp-item {
      display: none; }
      @media (max-width: 600px) {
        .schedule-table tr td .sp-item {
          display: inline-block;
          padding: 0 5px 0 0; } }
  .schedule-table tr td:nth-child(1) {
    width: 25%; }
    .schedule-table tr td:nth-child(1) > span {
      margin: 0 5px; }
    @media (max-width: 600px) {
      .schedule-table tr td:nth-child(1) {
        width: 100%; } }
  .schedule-table tr td:nth-child(2) {
    width: calc(55% - 180px); }
    @media (max-width: 600px) {
      .schedule-table tr td:nth-child(2) {
        width: 100%; } }
  .schedule-table tr td:nth-child(3) {
    width: 20%; }
    @media (max-width: 600px) {
      .schedule-table tr td:nth-child(3) {
        width: 100%; } }
  .schedule-table tr td:nth-child(4) {
    width: 180px; }
    @media (max-width: 600px) {
      .schedule-table tr td:nth-child(4) {
        width: 100%; } }

.icon, .icon-home, .icon-zoom, .icon-new {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1; }

.icon-home {
  background: url(../image/common/home.svg) no-repeat; }

.icon-zoom {
  background: url(../image/common/zoom.svg) no-repeat; }

.icon-new {
  width: 5rem;
  height: 2rem;
  background: url(../image/common/new.svg) no-repeat; }

#top-hero {
  margin: 30px 0; }
  #top-hero .top-hero-slider {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
    #top-hero .top-hero-slider > div a {
      display: block; }
      #top-hero .top-hero-slider > div a img {
        width: 100%; }
    #top-hero .top-hero-slider:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(50% - 480px);
      height: 100%;
      background: rgba(0, 0, 0, .8);
      z-index: 98; }
    #top-hero .top-hero-slider:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: calc(50% - 480px);
      height: 100%;
      background: rgba(0, 0, 0, .8);
      z-index: 98; }
    #top-hero .top-hero-slider > button {
      position: absolute;
      top: calc(50% - 35px);
      width: 40px;
      height: 70px;
      z-index: 99; }
      #top-hero .top-hero-slider > button.slick-prev {
        left: calc(50% - 520px);
        background: url(../image/common/prevArrow.svg) no-repeat; }
      #top-hero .top-hero-slider > button.slick-next {
        right: calc(50% - 520px);
        background: url(../image/common/nextArrow.svg) no-repeat; }
  #top-hero .top-hero-nav-wrapper {
    margin: 5px 0;
    background: #fff; }
    @media (max-width: 600px) {
      #top-hero .top-hero-nav-wrapper {
        display: none; } }
    #top-hero .top-hero-nav-wrapper .top-hero-nav {
      width: 100%;
      max-width: 960px;
      margin: 0 auto; }
      #top-hero .top-hero-nav-wrapper .top-hero-nav li {
        width: calc(20% - 4px);
        margin: 0 5px 0 0;
        opacity: .5; }
        #top-hero .top-hero-nav-wrapper .top-hero-nav li:last-child {
          margin: 0; }
        #top-hero .top-hero-nav-wrapper .top-hero-nav li img {
          width: 100%; }
        #top-hero .top-hero-nav-wrapper .top-hero-nav li.slick-current {
          opacity: 1; }
      #top-hero .top-hero-nav-wrapper .top-hero-nav.fixed .slick-list .slick-track {
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
                transform: translate3d(0px, 0px, 0px) !important; }

#top-information {
  margin: 0 0 15px 0; }
  #top-information > b {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    border-top: 5px solid #0c59a5;
    background: #0072d8; }
  #top-information > p {
    padding: 30px 15px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #414141;
    background: #fff; }
  #top-information > p a {
	text-decoration: underline; }
    #top-information > p b {
      display: block;
      padding: 0 0 1rem 0; }

#top-information img {
	max-width: 100%;
}

.top-event-list {
  width: 100% !important; }
  .top-event-list li {
    width: 25%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 768px) {
      .top-event-list li {
        width: 100%;
        max-width: 50%; } }
    @media (max-width: 600px) {
      .top-event-list li {
        width: 100%;
        max-width: 100%; } }
    .top-event-list li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 15px;
      background: #fff; }
      .top-event-list li a > img {
        width: 100%;
        margin: 0 0 15px 0; }
      .top-event-list li a > h2 {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 400; }
      .top-event-list li a > h3 {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 400;
        overflow: hidden; }
      .top-event-list li a > span {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.2; }
        .top-event-list li a > span > span {
          margin: 0 5px; }
    .top-event-list li.new a:before {
      content: url(../image/common/new.svg);
      position: absolute;
      top: 15px;
      left: 15px;
      display: inline-block;
      width: 60px;
      height: 24px; }

.top-banner {
	width: 100%;
	max-width: 1200px;
	margin: 30px 0 0 0;
	padding: 30px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
  .top-banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top-banner ul li {
      width: 15%;
      margin: 0 0 15px 0; }
      @media (max-width: 600px) {
        .top-banner ul li {
          width: 70%;
          margin: 0 auto 10px auto; } }
      .top-banner ul li a {
        display: block;
        width: 100%;
        height: 100%; }
        .top-banner ul li a > img {
          width: 100%; }

.kdschartist-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 30px auto; }
  .kdschartist-box .kdschartist-image {
    width: 48%; }
    @media (max-width: 768px) {
      .kdschartist-box .kdschartist-image {
        width: 100%;
        padding: 0 0 15px 0; } }
    .kdschartist-box .kdschartist-image img {
      width: 100%; }
  .kdschartist-box .kdschartist-text {
    width: 50%; }
    @media (max-width: 768px) {
      .kdschartist-box .kdschartist-text {
        width: 100%; } }
    .kdschartist-box .kdschartist-text .kdschartist-name {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 600; }
    .kdschartist-box .kdschartist-text .kdschartist-event {
      padding: 0 0 15px 0;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 600;
      color: #0072d8; }
    .kdschartist-box .kdschartist-text b {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600; }
    .kdschartist-box .kdschartist-text p {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.7; }

.kdschevent-box {
  margin: 0 auto 30px auto;
  overflow: hidden; }
  @media (max-width: 768px) {
    .kdschevent-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .kdschevent-box .kdschevent-image {
    width: 50%;
    padding: 0 60px 0 0;
    float: left; }
    @media (max-width: 768px) {
      .kdschevent-box .kdschevent-image {
        width: 100%;
        padding: 0 0 15px 0;
        float: inherit; } }
    .kdschevent-box .kdschevent-image img {
      width: 100%; }
  .kdschevent-box .kdschevent-text {
    width: 50%;
    margin: 0 0 30px 0;
    float: left; }
    @media (max-width: 768px) {
      .kdschevent-box .kdschevent-text {
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        float: inherit; } }
    .kdschevent-box .kdschevent-text .kdschevent-name {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 600; }
    .kdschevent-box .kdschevent-text .kdschevent-event {
      padding: 0 0 15px 0;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 600;
      color: #0072d8; }
    .kdschevent-box .kdschevent-text b {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600; }
    .kdschevent-box .kdschevent-text p {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.7; }
  .kdschevent-box .kdschevent-pickup {
    width: 50%;
    margin: 30px 0;
    padding: 0 60px 0 0;
    float: left; }
    @media (max-width: 768px) {
      .kdschevent-box .kdschevent-pickup {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        float: inherit; } }
    .kdschevent-box .kdschevent-pickup .pickup-container {
      position: relative;
      width: 100%;
      margin: 0 0 15px 0;
      padding: 56.25% 0 0 0; }
      .kdschevent-box .kdschevent-pickup .pickup-container iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }
    .kdschevent-box .kdschevent-pickup > p {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 400; }
  .kdschevent-box .kdschevent-detail {
    width: 50%;
    float: right; }
    @media (max-width: 768px) {
      .kdschevent-box .kdschevent-detail {
        width: 100%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        float: inherit; } }
    .kdschevent-box .kdschevent-detail .this-table {
      margin: 0; }

.kdschevent-detail-title {
  margin: 15px 0;
  padding: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  background: #0072d8; }

.kdschevent-playguide {
  display: block;
  padding: 0 0 15px 0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  color: #0072d8;
  text-align: center; }

.search-result + .schedule-list-table {
  border-top: none;
}
.search-result + .schedule-list-table tr:first-child {
  border-top: none;
}

.schedule-list-table {
  width: 100%;
  border-collapse: collapse; }
  .schedule-list-table tr {
    border-top: 1px solid #ccc; }
    @media (max-width: 768px) {
      .schedule-list-table tr {
        display: block;
        padding: 15px 0; } }
    .schedule-list-table tr:last-child {
      border-bottom: 1px solid #ccc; }
  .schedule-list-table td {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600; }
    @media (max-width: 768px) {
      .schedule-list-table td {
        display: block;
        padding: 0; } }
    .schedule-list-table td.new {
      width: 60px; }
    .schedule-list-table td.event-date {
      width: 180px; }
      @media (max-width: 768px) {
        .schedule-list-table td.event-date {
          width: 100%; } }
      .schedule-list-table td.event-date span {
        margin: 0 0 0 5px; }
    .schedule-list-table td.event-name {
      width: auto; }
      @media (max-width: 768px) {
        .schedule-list-table td.event-name {
          width: 100%; } }
    .schedule-list-table td.event-place {
      width: 330px; }
      @media (max-width: 768px) {
        .schedule-list-table td.event-place {
          width: 100%; } }
    .schedule-list-table td.event-detail {
      width: 150px;
      text-align: right; }
      @media (max-width: 768px) {
        .schedule-list-table td.event-detail {
          width: 100%;
          text-align: left; } }
      .schedule-list-table td.event-detail .event-more-detail {
        display: inline-block;
        margin: 0;
        padding: 5px 35px 5px 15px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 400;
        color: #fff;
        border-radius: 5px;
        background: #ff781d url(../image/common/cursor.svg);
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: .5rem; }
        @media (max-width: 768px) {
          .schedule-list-table td.event-detail .event-more-detail {
            margin: 15px 0 0 0; } }

.faq-box {
  margin: 0 0 30px 0;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e8e8e8; }
  .faq-box dt {
    position: relative;
    margin: 15px 0;
    padding: 3px 20px 3px 40px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5; }
    .faq-box dt:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 30px;
      height: 30px;
      background: url(../image/common/question.svg) no-repeat; }
  .faq-box dd {
    position: relative;
    margin: 15px 0;
    padding: 3.5px 20px 3.5px 40px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5; }
    .faq-box dd:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 30px;
      height: 30px;
      background: url(../image/common/answer.svg) no-repeat; }

h3.job-title {
  margin: 30px 0;
  color: #fff;
  background: #0072d8; }
  h3.job-title:before {
    top: 0;
    left: 0;
    height: 100%;
    background: #0c59a5; }

.job-pc {
  display: block;
  padding: 30px 0;
  width: 100%; }
  @media (max-width: 768px) {
    .job-pc {
      display: none; } }

.job-sp {
  display: none;
  padding: 30px 0;
  width: 100%; }
  @media (max-width: 768px) {
    .job-sp {
      display: block; } }

.job-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 60px 0; }
  .job-box .job-order {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .job-box img {
    width: 40%;
    max-width: 600px; }
    @media (max-width: 768px) {
      .job-box img {
        width: 100%;
        padding: 0 0 30px 0; } }
  .job-box .job-box-text {
    width: 55%; }
    @media (max-width: 768px) {
      .job-box .job-box-text {
        width: 100%; } }
    .job-box .job-box-text > b {
      display: block;
      padding: 0 0 15px 0;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 600;
      color: #0072d8; }
    .job-box .job-box-text > p {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 400; }

.job-contact {
  margin: 30px 0;
  text-align: center; }
  .job-contact a img {
    width: 100%;
    max-width: 500px; }

.job-sub-box > h3 {
  color: #0072d8;
  background: rgba(0, 114, 216, .1); }
  .job-sub-box > h3:before {
    content: '';
    background: #0072d8; }

.job-sub-box .job-sub-title {
  padding: 30px 15px 15px 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #0072d8; }

.job-sub-box .this-table {
  width: 100%; }
  @media (max-width: 600px) {
    .job-sub-box .this-table {
      margin: 0; } }

.kep-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0; }
  .kep-image li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 0 0; }
    @media (max-width: 768px) {
      .kep-image li {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 0 20px 0; } }
    .kep-image li img {
      -ms-flex-item-align: end;
          align-self: flex-end; }

.kcc-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .kcc-join .join-seet {
    width: 48%; }
    @media (max-width: 768px) {
      .kcc-join .join-seet {
        width: 100%; } }
    .kcc-join .join-seet b {
      display: block;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 600; }
    .kcc-join .join-seet img {
      width: 100%; }
  .kcc-join .join-detail {
    width: 48%;
    padding: 2.25rem 0 0 0; }
    @media (max-width: 768px) {
      .kcc-join .join-detail {
        width: 100%; } }
    @media (max-width: 768px) {
      .kcc-join .join-detail table {
        width: 100%;
        margin: 0; } }
    .kcc-join .join-detail table tr th {
      text-align: left; }

.search-result {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0072d8;
  border-bottom: 3px solid rgba(0, 114, 216, .2); }
  .search-result b {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600; }
  .search-result + .this-list li:first-child {
    border: none; }

.undecided span {
	color: #F33;
}
