@charset "UTF-8";
.c_black {
  color: #3e3635; }

.c_gray {
  color: #707070; }

.c_red {
  color: #fc2828; }

.c_white {
  color: #fff; }

.bg_white {
  background-color: #fff !important; }

.bg_black {
  background-color: #333 !important; }

.bg_blue {
  background-color: #004bb1 !important; }

.bg_darkBlue {
  background-color: #003f8c !important; }

.bg_red {
  background-color: #db2828 !important; }

.bg_green {
  background-color: #1ba049 !important; }

.bg_darkGreen {
  background-color: #12622c !important; }

.bg_gray {
  background-color: #707070 !important; }

.bg_yellow {
  background-color: #ffffc0 !important; }

.bg_orange {
  background-color: #ee7800 !important; }

.bg_darkOrange {
  background-color: #a75300 !important; }

.bg_violet {
  background-color: #5a4498 !important; }

.bg_darkViolet {
  background-color: #412555 !important; }

.bg_lightseagreen {
  background-color: #20b2aa !important; }

.bg_pink {
  background-color: #ff69b4 !important; }

.bg_darkPink {
  background-color: #ff1493 !important; }

.bg_turquoise {
  background-color: turquoise !important; }

.bg_darkTurquoise {
  background-color: darkturquoise !important; }

.bg_olive {
  background-color: #808000 !important; }

.bg_darkOlive {
  background-color: #556b2f !important; }

.red {
  color: #db2828; }

.blue {
  color: #004bb1; }

.green {
  color: #1ba049; }

.bodyColor {
  background-color: #f4f6f9; }

.calTab {
  width: 210px;
  display: flex;
  border: 1px solid #707070;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #fff; }
  .calTab--2 {
    width: 140px; }
  .calTab--4 {
    width: 280px; }
  .calTab--6 {
    width: 336px; }
    .calTab--6 .calTab-nav {
      width: 56px; }
  .calTab--12 {
    width: 780px; }
    .calTab--12 .calTab-nav {
      width: 60px; }
  .calTab-nav {
    width: 70px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #707070;
    font-size: 14px;
    color: #333;
    cursor: pointer; }
    .calTab-nav:last-child {
      border-right: none; }
  .calTab--active {
    background-color: #707070;
    color: #fff; }

.calHead {
  margin-top: 32px;
  display: flex;
  align-items: center; }

.calWrap {
  margin-top: 2px;
  max-width: 800px;
  overflow-x: auto; }
  .calWrap--schedule {
    max-width: 640px; }

.calUnit1 {
  width: 784px;
  margin-top: -1px;
  height: 40px;
  border: 1px solid #707070;
  display: flex;
  color: #333; }
  .calUnit1--top {
    margin-top: 0; }
  .calUnit1-block1 {
    width: 48px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-right: 1px solid #707070; }
  .calUnit1-block2 {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #707070; }
    .calUnit1-block2--w160 {
      width: 160px; }
    .calUnit1-block2--w120 {
      width: 120px; }
  .calUnit1-block3 {
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center; }

.calModal1 {
  margin-top: -1px;
  width: 100%;
  display: flex;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070; }
  .calModal1-block1 {
    width: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    border-right: 1px solid #707070; }
  .calModal1-block2 {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    border-right: 1px solid #707070; }

.calUnit2 {
  width: 100%;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070; }
  .calUnit2-head {
    background-color: #fff;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .calUnit2-head li {
      width: 14.2857%;
      height: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      font-size: 18px;
      border-bottom: 1px solid #707070;
      border-right: 1px solid #707070; }
  .calUnit2-body {
    display: flex;
    flex-wrap: wrap; }
  .calUnit2-space {
    display: flex;
    width: 14.2857%;
    height: 108px;
    border-bottom: 1px solid #707070; }
    .calUnit2-space--last {
      border-right: 1px solid #707070; }
  .calUnit2-item {
    width: 14.2857%;
    height: 108px;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    background-color: #fff; }
    .calUnit2-item__day {
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: 700; }
  .calUnit2-am, .calUnit2-pm {
    position: relative;
    width: 100%;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 700;
    background-color: #e0ffff;
    cursor: pointer;
    color: #333;
    text-decoration: none; }
    @media (max-width: 767px) {
      .calUnit2-am, .calUnit2-pm {
        align-items: flex-end;
        font-size: 18px; } }
    .calUnit2-am::before, .calUnit2-pm::before {
      content: '午前';
      position: absolute;
      top: 2px;
      left: 4px;
      font-size: 10px; }
    .calUnit2-am--none, .calUnit2-pm--none {
      background: none;
      cursor: inherit; }
      .calUnit2-am--none::before, .calUnit2-pm--none::before {
        content: ''; }
  .calUnit2-pm {
    margin-top: 1px;
    background-color: #fce8da; }
    .calUnit2-pm::before {
      content: '午後'; }
  .calUnit2-leave {
    width: 100%;
    height: calc(100% - 25px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #e0ffff;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: none; }
    .calUnit2-leave--large {
      font-size: 20px;
      color: #333; }
    .calUnit2-leave span {
      margin-top: 4px;
      font-weight: 900; }

.calUnit3 {
  max-width: 624px;
  width: 100%;
  margin-top: -1px;
  height: 40px;
  border: 1px solid #707070;
  display: flex;
  color: #333; }
  .calUnit3--top {
    margin-top: 0; }
  .calUnit3-block1 {
    width: 10.2564102564%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-right: 1px solid #707070; }
  .calUnit3-block2 {
    width: 23.0769230769%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #707070;
    font-weight: bold; }
  .calUnit3-block3 {
    width: 20.5128205128%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .calUnit3-block3 {
        font-size: 12px; } }

.calUnit4 {
  width: 592px;
  margin-top: -1px;
  height: 40px;
  border: 1px solid #707070;
  display: flex;
  color: #333; }
  .calUnit4--top {
    margin-top: 0; }
  .calUnit4-block1 {
    width: 64px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-right: 1px solid #707070; }
  .calUnit4-block2 {
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #707070;
    font-weight: bold; }
  .calUnit4-block3 {
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center; }

.reserved {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 24px 8px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eee; }
  .reserved-item {
    margin-top: 16px;
    padding: 4px; }
  .reserved-time {
    position: relative;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer; }
    .reserved-time::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .reserved--none {
    background-color: #eee;
    border: 1px solid #eee;
    cursor: default; }
  .reserved--opacity {
    opacity: .2;
    cursor: default; }
  .reserved--start, .reserved--end {
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    background-color: #003f8c;
    color: #fff;
    font-size: 18px; }
  .reserved--end {
    background-color: #db2828; }
  .reserved--select {
    border-color: #225398;
    background-color: #c4dbff; }

.label {
  display: inline-block;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  .label-ro {
    background-color: #000;
    color: #fff; }
  .label-small {
    font-size: 11px;
    padding: 2px;
    margin: 2px; }
  .label-medium {
    font-size: 16px; }
  .label--blue {
    border: 1px solid #004bb1;
    color: #004bb1; }
    .label--blue-ro {
      background-color: #004bb1;
      color: #fff; }
  .label--gray {
    border: 1px solid #707070;
    color: #707070; }
    .label--gray-ro {
      background-color: #707070;
      color: #fff; }
  .label--black {
    border: 1px solid #333;
    color: #333; }
    .label--black-ro {
      background-color: #333;
      color: #fff; }
  .label--red {
    border: 1px solid #db2828;
    color: #db2828; }
    .label--red-ro {
      background-color: #db2828;
      color: #fff; }
  .label--green {
    border: 1px solid #1ba049;
    color: #1ba049; }
    .label--green-ro {
      background-color: #1ba049;
      color: #fff; }
  .label--yellow {
    border: 1px solid #ffffc0;
    color: #ffffc0; }
    .label--yellow-ro {
      background-color: #ffffc0;
      color: #fff; }
  .label--orange {
    border: 1px solid #ee7800;
    color: #ee7800; }
    .label--orange-ro {
      background-color: #ee7800;
      color: #fff; }
  .label--violet {
    border: 1px solid #5a4498;
    color: #5a4498; }
    .label--violet-ro {
      background-color: #5a4498;
      color: #fff; }

html {
  -webkit-overflow-scrolling: touch; }

.body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #fffbf4; }
  .body-content {
    flex: 1; }

.mt4 {
  margin-top: 4px; }

.ml4 {
  margin-left: 4px; }

.mr4 {
  margin-right: 4px; }

.mb4 {
  margin-bottom: 4px; }

.pt4 {
  padding-top: 4px; }

.pl4 {
  padding-left: 4px; }

.pr4 {
  padding-right: 4px; }

.pb4 {
  padding-bottom: 4px; }

.mt8 {
  margin-top: 8px; }

.ml8 {
  margin-left: 8px; }

.mr8 {
  margin-right: 8px; }

.mb8 {
  margin-bottom: 8px; }

.pt8 {
  padding-top: 8px; }

.pl8 {
  padding-left: 8px; }

.pr8 {
  padding-right: 8px; }

.pb8 {
  padding-bottom: 8px; }

.mt12 {
  margin-top: 12px; }

.ml12 {
  margin-left: 12px; }

.mr12 {
  margin-right: 12px; }

.mb12 {
  margin-bottom: 12px; }

.pt12 {
  padding-top: 12px; }

.pl12 {
  padding-left: 12px; }

.pr12 {
  padding-right: 12px; }

.pb12 {
  padding-bottom: 12px; }

.mt16 {
  margin-top: 16px; }

.ml16 {
  margin-left: 16px; }

.mr16 {
  margin-right: 16px; }

.mb16 {
  margin-bottom: 16px; }

.pt16 {
  padding-top: 16px; }

.pl16 {
  padding-left: 16px; }

.pr16 {
  padding-right: 16px; }

.pb16 {
  padding-bottom: 16px; }

.mt20 {
  margin-top: 20px; }

.ml20 {
  margin-left: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.pt20 {
  padding-top: 20px; }

.pl20 {
  padding-left: 20px; }

.pr20 {
  padding-right: 20px; }

.pb20 {
  padding-bottom: 20px; }

.mt24 {
  margin-top: 24px; }

.ml24 {
  margin-left: 24px; }

.mr24 {
  margin-right: 24px; }

.mb24 {
  margin-bottom: 24px; }

.pt24 {
  padding-top: 24px; }

.pl24 {
  padding-left: 24px; }

.pr24 {
  padding-right: 24px; }

.pb24 {
  padding-bottom: 24px; }

.mt28 {
  margin-top: 28px; }

.ml28 {
  margin-left: 28px; }

.mr28 {
  margin-right: 28px; }

.mb28 {
  margin-bottom: 28px; }

.pt28 {
  padding-top: 28px; }

.pl28 {
  padding-left: 28px; }

.pr28 {
  padding-right: 28px; }

.pb28 {
  padding-bottom: 28px; }

.mt32 {
  margin-top: 32px; }

.ml32 {
  margin-left: 32px; }

.mr32 {
  margin-right: 32px; }

.mb32 {
  margin-bottom: 32px; }

.pt32 {
  padding-top: 32px; }

.pl32 {
  padding-left: 32px; }

.pr32 {
  padding-right: 32px; }

.pb32 {
  padding-bottom: 32px; }

.mt36 {
  margin-top: 36px; }

.ml36 {
  margin-left: 36px; }

.mr36 {
  margin-right: 36px; }

.mb36 {
  margin-bottom: 36px; }

.pt36 {
  padding-top: 36px; }

.pl36 {
  padding-left: 36px; }

.pr36 {
  padding-right: 36px; }

.pb36 {
  padding-bottom: 36px; }

.mt40 {
  margin-top: 40px; }

.ml40 {
  margin-left: 40px; }

.mr40 {
  margin-right: 40px; }

.mb40 {
  margin-bottom: 40px; }

.pt40 {
  padding-top: 40px; }

.pl40 {
  padding-left: 40px; }

.pr40 {
  padding-right: 40px; }

.pb40 {
  padding-bottom: 40px; }

.mt44 {
  margin-top: 44px; }

.ml44 {
  margin-left: 44px; }

.mr44 {
  margin-right: 44px; }

.mb44 {
  margin-bottom: 44px; }

.pt44 {
  padding-top: 44px; }

.pl44 {
  padding-left: 44px; }

.pr44 {
  padding-right: 44px; }

.pb44 {
  padding-bottom: 44px; }

.mt48 {
  margin-top: 48px; }

.ml48 {
  margin-left: 48px; }

.mr48 {
  margin-right: 48px; }

.mb48 {
  margin-bottom: 48px; }

.pt48 {
  padding-top: 48px; }

.pl48 {
  padding-left: 48px; }

.pr48 {
  padding-right: 48px; }

.pb48 {
  padding-bottom: 48px; }

.mt52 {
  margin-top: 52px; }

.ml52 {
  margin-left: 52px; }

.mr52 {
  margin-right: 52px; }

.mb52 {
  margin-bottom: 52px; }

.pt52 {
  padding-top: 52px; }

.pl52 {
  padding-left: 52px; }

.pr52 {
  padding-right: 52px; }

.pb52 {
  padding-bottom: 52px; }

.mt56 {
  margin-top: 56px; }

.ml56 {
  margin-left: 56px; }

.mr56 {
  margin-right: 56px; }

.mb56 {
  margin-bottom: 56px; }

.pt56 {
  padding-top: 56px; }

.pl56 {
  padding-left: 56px; }

.pr56 {
  padding-right: 56px; }

.pb56 {
  padding-bottom: 56px; }

.mt60 {
  margin-top: 60px; }

.ml60 {
  margin-left: 60px; }

.mr60 {
  margin-right: 60px; }

.mb60 {
  margin-bottom: 60px; }

.pt60 {
  padding-top: 60px; }

.pl60 {
  padding-left: 60px; }

.pr60 {
  padding-right: 60px; }

.pb60 {
  padding-bottom: 60px; }

.mt64 {
  margin-top: 64px; }

.ml64 {
  margin-left: 64px; }

.mr64 {
  margin-right: 64px; }

.mb64 {
  margin-bottom: 64px; }

.pt64 {
  padding-top: 64px; }

.pl64 {
  padding-left: 64px; }

.pr64 {
  padding-right: 64px; }

.pb64 {
  padding-bottom: 64px; }

.mt68 {
  margin-top: 68px; }

.ml68 {
  margin-left: 68px; }

.mr68 {
  margin-right: 68px; }

.mb68 {
  margin-bottom: 68px; }

.pt68 {
  padding-top: 68px; }

.pl68 {
  padding-left: 68px; }

.pr68 {
  padding-right: 68px; }

.pb68 {
  padding-bottom: 68px; }

.mt72 {
  margin-top: 72px; }

.ml72 {
  margin-left: 72px; }

.mr72 {
  margin-right: 72px; }

.mb72 {
  margin-bottom: 72px; }

.pt72 {
  padding-top: 72px; }

.pl72 {
  padding-left: 72px; }

.pr72 {
  padding-right: 72px; }

.pb72 {
  padding-bottom: 72px; }

.mt76 {
  margin-top: 76px; }

.ml76 {
  margin-left: 76px; }

.mr76 {
  margin-right: 76px; }

.mb76 {
  margin-bottom: 76px; }

.pt76 {
  padding-top: 76px; }

.pl76 {
  padding-left: 76px; }

.pr76 {
  padding-right: 76px; }

.pb76 {
  padding-bottom: 76px; }

.mt80 {
  margin-top: 80px; }

.ml80 {
  margin-left: 80px; }

.mr80 {
  margin-right: 80px; }

.mb80 {
  margin-bottom: 80px; }

.pt80 {
  padding-top: 80px; }

.pl80 {
  padding-left: 80px; }

.pr80 {
  padding-right: 80px; }

.pb80 {
  padding-bottom: 80px; }

.mla {
  margin-left: auto !important; }

.mra {
  margin-right: auto !important; }

.fz10 {
  font-size: 10px; }

.fz12 {
  font-size: 12px; }

.fz14 {
  font-size: 14px; }

.fz16 {
  font-size: 16px; }

.fz18 {
  font-size: 18px; }

.fz20 {
  font-size: 20px; }

.fz22 {
  font-size: 22px; }

.fz24 {
  font-size: 24px; }

.fz26 {
  font-size: 26px; }

.fz28 {
  font-size: 28px; }

.fz30 {
  font-size: 30px; }

.fz32 {
  font-size: 32px; }

.fz34 {
  font-size: 34px; }

.fz36 {
  font-size: 36px; }

.fz38 {
  font-size: 38px; }

.fz40 {
  font-size: 40px; }

.fz42 {
  font-size: 42px; }

.fz44 {
  font-size: 44px; }

.fz46 {
  font-size: 46px; }

.fz48 {
  font-size: 48px; }

.fz50 {
  font-size: 50px; }

.fz52 {
  font-size: 52px; }

.fz54 {
  font-size: 54px; }

.fz56 {
  font-size: 56px; }

.fz58 {
  font-size: 58px; }

.fz60 {
  font-size: 60px; }

.fz62 {
  font-size: 62px; }

.fz64 {
  font-size: 64px; }

.fz66 {
  font-size: 66px; }

.fz68 {
  font-size: 68px; }

.fz70 {
  font-size: 70px; }

.lh12 {
  line-height: 1.2; }

.lh15 {
  line-height: 1.5; }

.lh17 {
  line-height: 1.75; }

.lh20 {
  line-height: 2; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.taj {
  text-align: justify; }

.fw3 {
  font-weight: 300; }

.fw4 {
  font-weight: 400; }

.fw5 {
  font-weight: 500; }

.fw6 {
  font-weight: 600; }

.fw7 {
  font-weight: 700; }

.db {
  display: block; }

.dib {
  display: inline-block; }

.dn {
  display: none; }

input::placeholder {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #aaa; }
input:-ms-input-placeholder {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #aaa; }
input::-ms-input-placeholder {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #aaa; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.inputType {
  width: 100%;
  padding: 4px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #6598df;
  color: #333; }

.selectType {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px;
  background-image: url("../../images/common/icn_select_down.png");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px auto;
  outline: none;
  background-color: #fff;
  color: #333;
  border: 1px solid #6598df; }
  .selectType-tiny {
    margin: 1px 0;
    width: 64px; }
  .selectType-medium {
    margin: 1px 0;
    width: 160px; }

.inputMt {
  margin-top: 8px; }

.inputFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.inputOther {
  width: calc(100% - 88px); }

.border-red {
  border: 2px solid #db2828;
  background-color: #fff8f8; }

.formArea {
  max-width: 688px;
  margin: 0 auto;
  padding: 40px 16px; }
  .formArea-item {
    margin-top: 24px; }
  .formArea-title {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .formArea-title__text {
      font-size: 14px;
      color: #333;
      line-height: 1.2;
      font-weight: 700; }
    .formArea-title__req, .formArea-title__any {
      margin-left: 8px;
      font-size: 12px;
      padding: 0 4px;
      background-color: #6598df;
      color: #fff;
      border-radius: 4px;
      font-weight: 700; }
    .formArea-title__any {
      background-color: #707070; }

.confArea {
  max-width: 688px;
  margin: 0 auto;
  padding: 40px 16px; }
  .confArea-anno {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
    color: #db2828;
    font-weight: 700;
    line-height: 1.5;
    background-color: #ffb7ba;
    padding: 24px 8px; }
    .confArea-anno span {
      display: block;
      margin-top: 16px;
      font-size: 14px; }
  .confArea-title, .confArea-contents {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5;
    background-color: #c4dbff;
    color: #333;
    font-weight: 700; }
    .confArea-title img, .confArea-contents img {
      max-width: 100%;
      height: auto; }
  .confArea-contents {
    min-height: 48px;
    background-color: #fff;
    border: 1px solid #c4dbff; }
  .confArea-icn {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle; }
  .confArea-notes {
    margin: 40px 0 8px 0;
    font-size: 14px;
    font-weight: 700; }
  .confArea-btn {
    margin-top: 40px;
    text-align: center; }
  .confArea-complete {
    padding: 64px 0;
    text-align: center; }
    .confArea-complete img {
      display: inline-block;
      width: 72px;
      height: 72px; }
    .confArea-complete__text1 {
      margin-top: 16px;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 700;
      color: #333; }

.kibiHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 16px;
  background-color: #fff; }
  .kibiHeader-logo {
    width: auto;
    height: 56px; }

.band {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6598df; }
  .band-ttl {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1.2; }

.footer {
  padding: 16px 24px;
  background-color: #225398;
  text-align: center;
  color: #fff; }
  .footer-body {
    display: inline-block;
    text-align: left; }
  .footer-title {
    font-size: 32px;
    font-weight: 700; }
    .footer-title::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 16px;
      width: 66px;
      height: 55px;
      background-image: url("../../images/facility/footer_logo.png"); }
    .footer-title span {
      display: inline-block;
      font-size: 14px;
      margin-left: 16px;
      font-weight: 500; }
    @media (max-width: 767px) {
      .footer-title {
        text-align: center; } }
  .footer-address {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.75;
    font-style: normal; }
  .footer-copyright {
    margin-top: 16px;
    text-align: center;
    font-size: 12px; }

.eventsArea {
  max-width: 1048px;
  margin: 0 auto;
  padding: 40px 0; }
  .eventsArea-maintitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    padding: 0 16px;
    text-align: center; }
    .eventsArea-maintitle img {
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle; }
  .eventsArea-itemWrap {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 8px;
    list-style-type: none;
    margin: 0; }
  .eventsArea-item {
    margin: 40px 8px 0 8px;
    position: relative;
    max-width: 312px;
    width: 100%;
    border: 2px solid #6598df;
    border-radius: 8px;
    transition: .3s; }
    .eventsArea-item:hover {
      transform: scale(1.05, 1.05); }
    .eventsArea-item__link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .eventsArea-item--disable {
      cursor: default;
      border-color: #7e7877; }
      .eventsArea-item--disable:hover {
        transform: inherit; }
  .eventsArea-title {
    padding: 8px 16px 10px 16px;
    background-color: #c4dbff;
    color: #333;
    line-height: 1.2;
    border-radius: 8px 8px 0 0;
    font-weight: 700; }
    .eventsArea-title--end {
      color: #7e7877;
      background-color: #d0d0d0; }
  .eventsArea-label {
    position: absolute;
    top: -11px;
    right: 12px;
    display: flex;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #6598df;
    padding: 0 8px;
    font-weight: 700; }
    .eventsArea-label--end {
      background-color: #7e7877; }
  .eventsArea-contens {
    border-top: 2px solid #6598df;
    margin-top: 24px;
    padding: 24px 0;
    line-height: 1.5; }
    .eventsArea-contens img {
      max-width: 100%;
      height: auto; }
  .eventsArea-itemBody {
    background-color: #fff;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 8px 8px; }
    .eventsArea-itemBody--center {
      justify-content: center;
      padding: 16px;
      border-radius: 8px;
      font-weight: bold; }
    .eventsArea-itemBody__th {
      width: 80px;
      height: 80px;
      display: block; }
    .eventsArea-itemBody__contents {
      width: calc(100% - 92px); }
    .eventsArea-itemBody__title {
      font-size: 14px;
      line-height: 1.5;
      color: #333;
      font-weight: 700; }
      .eventsArea-itemBody__title--end {
        color: #7e7877; }
    .eventsArea-itemBody__category {
      margin-top: 5px;
      font-size: 10px;
      color: #6598df; }
  .eventsArea-msg {
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    padding: 8px;
    border: 2px solid #6598df;
    background-color: #c4dbff;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 8px; }

.eventSingle {
  max-width: 688px;
  margin: 0 auto; }
  .eventSingle-main {
    border: 2px solid #6598df;
    border-radius: 8px;
    background-color: #fff; }
  .eventSingle-head {
    padding: 8px 16px 10px 16px;
    background-color: #c4dbff;
    color: #333;
    line-height: 1.2;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    text-align: center; }
  .eventSingle-body {
    padding: 24px 16px; }
  .eventSingle-title {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-weight: 700; }
  .eventSingle-contents {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px solid #6598df;
    line-height: 1.5; }
    .eventSingle-contents img {
      max-width: 100%;
      height: auto; }
  .eventSingle-btn {
    margin-top: 48px;
    text-align: center; }

.eventTime {
  max-width: 688px;
  margin: 0 auto;
  padding: 40px 16px; }
  .eventTime--bg {
    background-color: #e0e0e0 !important; }
  .eventTime-time {
    margin: 16px 0;
    text-align: center; }
    .eventTime-time p {
      display: inline-flex;
      height: 24px;
      border-radius: 12px;
      background-color: #6598df;
      padding: 0 16px;
      font-size: 16px;
      color: #fff;
      font-weight: 700; }
  .eventTime-body {
    margin-top: -1px;
    height: 40px;
    border: 1px solid #c4dbff;
    display: flex;
    color: #333;
    background-color: #fff;
    font-size: 14px; }
    .eventTime-body:nth-child(even) {
      background-color: #f8f8f8; }
    .eventTime-body--top {
      margin-top: 0; }
  .eventTime-block1 {
    width: 10.2564102564%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-right: 1px solid #c4dbff; }
  .eventTime-block2 {
    width: 23.0769230769%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #c4dbff;
    font-weight: bold; }
  .eventTime-block3 {
    width: 20.5128205128%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700; }
    @media (max-width: 767px) {
      .eventTime-block3 {
        font-size: 12px; } }
  .eventTime-btn {
    margin-top: 48px;
    text-align: center; }

.eventHeader {
  margin: 16px 0; }
  .eventHeader-text1 {
    font-size: 16px;
    line-height: 1.5; }
  .eventHeader-text2 {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5; }
  .eventHeader-text3 {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 700; }

.category {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .category-item {
    margin: 4px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 56px 8px 16px;
    border: 2px solid #47b7bf;
    border-radius: 9999px;
    background-color: #fff;
    cursor: pointer;
    transition: .3s;
    outline: none; }
    .category-item__btn {
      z-index: 3;
      position: absolute;
      right: 8px;
      top: 50%;
      margin-top: -12px;
      width: 40px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #47b7bf;
      border-radius: 12px;
      color: #fff;
      font-size: 12px;
      background-color: #47b7bf;
      font-weight: 700; }
    .category-item__txt {
      font-size: 14px;
      line-height: 1.2;
      color: #47b7bf;
      font-weight: 700; }
    .category-item--active {
      background-color: #47b7bf; }
      .category-item--active .category-item__txt {
        color: #fff; }
      .category-item--active .category-item__btn {
        color: #47b7bf;
        background-color: #fff; }

.categoryDetails {
  max-width: 816px;
  width: 100%;
  padding: 40px 8px;
  margin: 0 auto; }
  .categoryDetails-body {
    border-radius: 8px;
    background-color: #fff;
    padding: 32px 16px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  .categoryDetails-title {
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    border-bottom: 2px solid #6598df; }
  .categoryDetails-content {
    margin-top: 16px;
    line-height: 1.5; }
    .categoryDetails-content img {
      max-width: 100%;
      height: auto; }

.button {
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  border: none; }
  .button:active {
    transform: translateY(2px); }
  .button-tiny {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    border-radius: 16px;
    font-weight: bold; }
  .button-small {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    margin: 2px; }
  .button-normal, .button-big {
    width: 256px;
    height: 48px;
    border-radius: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700; }
  .button-big {
    width: 312px;
    height: 80px;
    border-radius: 40px;
    font-size: 32px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  .button--c01 {
    background-color: #6598df;
    color: #fff; }
  .button--c21 {
    background-color: #47b7bf;
    color: #fff; }
  .button--c03 {
    background-color: #225398;
    color: #fff; }
  .button--red {
    background-color: #db2828;
    color: #fff; }

.nextPrev {
  margin: 48px auto 0 auto;
  width: 200px;
  display: flex;
  justify-content: space-between; }
  .nextPrev--center {
    width: 304px; }
  .nextPrev-next {
    width: 96px;
    margin-left: 8px; }
  .nextPrev-center {
    width: 96px; }
  .nextPrev-prev {
    width: 96px;
    margin-right: 8px; }

.questionArea {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 0; }
  .questionArea-text1 {
    text-align: center;
    margin-bottom: 32px; }
    .questionArea-text1__txt {
      display: inline-block;
      text-align: left;
      font-size: 14px;
      line-height: 1.5; }
  .questionArea-req, .questionArea-any {
    background-color: #6598df;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 0;
    text-align: center; }
  .questionArea-any {
    background-color: #fff;
    color: #333;
    border: 1px solid #c4dbff; }
  .questionArea-question {
    background-color: #c4dbff;
    padding: 24px 16px;
    font-size: 14px;
    line-height: 1.5; }
    .questionArea-question img {
      max-width: 100%;
      height: auto; }
  .questionArea-answer {
    padding: 32px 16px 40px 16px; }

.notFound {
  margin-top: 80px;
  text-align: center; }
  .notFound-head {
    font-size: 80px;
    font-weight: 700; }
  .notFound-msg {
    font-size: 14px;
    font-weight: 700; }

.modal,
.modal2 {
  display: none; }
  .modal-body,
  .modal2-body {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding: 0 8px;
    height: 100%; }
  .modal-close,
  .modal2-close {
    position: fixed;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 101; }

.modal2-body {
  background-color: white;
  padding-bottom: 16px; }

#Loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  justify-content: center;
  align-items: center; }

.close-btn {
  display: inline-block;
  vertical-align: middle;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: pointer;
  opacity: .5; }
  .close-btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 4px;
    background-color: #fff;
    text-align: center;
    border-radius: 2px; }
    .close-btn span:nth-of-type(1) {
      top: 7px;
      transform: translateY(10px) rotate(-315deg); }
    .close-btn span:nth-of-type(2) {
      top: 27px;
      transform: translateY(-10px) rotate(315deg); }
  .close-btn--black span {
    background-color: #333; }

.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4000; }
  .dialog-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    background-color: rgba(0, 0, 0, 0.5); }
  .dialog-body {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
    .dialog-body__ttl {
      border-radius: 4px 4px 0 0;
      background-color: #2563eb;
      padding: 8px;
      text-align: center;
      color: #fff;
      font-weight: 700; }
      .dialog-body__ttl--red {
        background-color: #db2828; }
    .dialog-body__msg {
      padding: 16px;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5; }
  .dialog-btn {
    padding: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #f9fafb;
    border-radius: 0 0 4px 4px; }

/*# sourceMappingURL=kibi.css.map */
