@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: #0075c7;
}
body {
  /* font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif; */
  color: #333;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e1f4fd),
    to(#fff)
  );
  background: linear-gradient(to bottom, #e1f4fd, #fff);
  background-size: auto 100px;
  background-repeat: repeat-x;
}
input::focus::placeholder {
  color: transparent;
}
.footer {
  margin: 0 auto;
  font-size: small;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #dddddd;
}

@media screen and (min-width: 768px) {
  .footer {
    width: 100%;
    height: 20px;
    background: #f9f9f9;
    border-top: 2px dotted #eee;
    border-bottom: 5px solid #d6d6d6;
    font-size: 70%;
  }
}

/* font-size */
.size12 {
  font-size: 12px !important;
}

.size13 {
  font-size: 13px !important;
}

.size14 {
  font-size: 14px !important;
}
.size16 {
  font-size: 16px !important;
}
.size17 {
  font-size: 17px !important;
}
.size18 {
  font-size: 18px !important;
}

.size20 {
  font-size: 20px !important;
}

.size22 {
  font-size: 22px !important;
}

.size24 {
  font-size: 24px !important;
}

.size26 {
  font-size: 26px !important;
}

.size28 {
  font-size: 28px !important;
}

.size30 {
  font-size: 30px !important;
}

.size33 {
  font-size: 33px !important;
}

/* height */

.h14 {
  height: 14px;
}

.h16 {
  height: 16px;
}

.h18 {
  height: 18px;
}

.h20 {
  height: 20px;
}

.h22 {
  height: 22px;
}

/* width */
.w20 {
  width: 20px !important;
}

.w40 {
  width: 40px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w100 {
  width: 100px !important;
}

.w120 {
  width: 120px !important;
}

.w140 {
  width: 140px !important;
}

.w160 {
  width: 160px !important;
}

.w180 {
  width: 180px !important;
}

.w200 {
  width: 200px !important;
}

.bold {
  font-weight: bold;
}

/* color */
.black {
  color: #000 !important;
}

.red {
  color: #e4007f !important;
}

.blue {
  color: #0178c8 !important;
}

.orange {
  color: #ff5f07 !important;
}

.green {
  color: #63980b !important;
}

.purple {
  color: #988cc3 !important;
}

.gold {
  color: #d8c86e !important;
}

.gray {
  color: #494949 !important;
}

/* table */

.table {
  display: table;
  width: 99%;
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}

.table .row {
  display: table-row;
}

.table .row > div {
  display: table-cell;
  margin: 0;
  padding: 8px;
  border-left: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  word-break: break-all;
  word-wrap: break-all;
}

@media screen and (min-width: 768px) {
  .table .row > div.th {
    /* width:35%; */
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .table .row > div.table-th {
    width: 30%;
  }
}

/* table_border0 */
.table-border0-width0 {
  display: table;
  border: 0;
}
.table-border0 {
  display: table;
  width: 100%;
  border: 0;
}

.table-border0 .row,
.table-border0-width0 .row {
  display: table-row;
}

.table-border0 .row > div,
.table-border0-width0 .row > div {
  display: table-cell;
  margin: 0;
  padding: 0;
  border: 0;
}

.border0 {
  border: 0 !important;
}

.left-contents {
  float: left;
}

.right-contents {
  float: right;
}

.clear {
  height: 0;
  clear: both;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.notice {
  color: #dd2200;
}

/* circle */

.circle {
  display: block;
  background-color: #f6bb42;
  /*     margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px; */
}

/* .circle {
display: block;
margin: 0 auto;
} */

.circle {
  margin: 0 auto;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 60px;
  vertical-align: middle;
  position: relative;
}

.bg_heavenlyblue {
  background-color: #68a4d9 !important;
}

.bg_lotuspink {
  background-color: #de82a7 !important;
}

.bg_sahara {
  background-color: #e29676 !important;
}

.bg_cobaltgreen {
  background-color: #3cb37a !important;
}
.bg_lightgreen {
  background-color: #edfcce !important;
}
.bg_goldenyellow {
  background-color: #f6ae54 !important;
}
.bg_orange {
  background-color: #fce2b4 !important;
}
.bg_lavendergray {
  background-color: #bcbace !important;
}
.bg_Samborski1 {
  background-color: #dbc7e5 !important;
}

.circle .fa,
.circle .fas,
.circle .far {
  font-size: 20px;
  position: absolute;
  top: 69%;
  left: 80%;
  margin-left: -17px;
  margin-top: -16px;
  color: #ffffff;
}

.circle .fa-pencil {
  left: 77%;
}

.circle .fa-users {
  left: 70%;
}

.circle .fa-paper-plane {
  left: 72%;
}

.circle .fa-envelope-o {
  left: 72%;
}
.circle .fa-envelope {
  left: 77%;
}
.circle .fa-question {
  left: 85%;
}

.circle .fa-times {
  left: 82%;
}

.circle .fa-list-alt {
  left: 73%;
  top: 70%;
}

.box-shadow {
  box-shadow: 0px 5px 6px 0px #83c2e6;
  -moz-box-shadow: 0px 5px 6px 0px #83c2e6;
  -webkit-box-shadow: 0px 5px 6px 0px #cccccc;
}

/*box-shadow*/

@media screen and (min-width: 768px) {
  .box-shadow {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
  }
}

/*checkbox*/

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.checkbox label:before {
  background: #fafafa;
  border: 1px solid #666666;
  border-radius: 3px;
}

.checkbox input:checked + label:after {
  top: 2px;
  height: 6px;
  border-left: 4px solid #1c9ef8;
  border-bottom: 4px solid #1c9ef8;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox label:before,
.checkbox label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: -18px;
  width: 18px;
  height: 18px;
}

/*radio*/

.radio input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  padding-left: 5px;
}

.radio input[type="radio"]:checked + label::after {
  left: -15px;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  background: #e71063;
  border-radius: 8px;
}

.radio input[type="radio"]:checked + label::after,
.radio input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.radio input[type="radio"] + label::before {
  content: "";
  position: absolute;
  top: 43%;
  left: -20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 19px;
  height: 19px;
  margin-top: -9px;
  background: #fff;
}

.radio input[type="radio"] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

@media screen and (min-width: 768px) {
  .box-shadow {
    padding: 3px;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

placeholder {
  color: #cccccc;
  font-size: 20px;
  line-height: 1;
}

ul#menu li a:hover {
  opacity: 0.7;
}

/* todayinfo */

.todayinfo {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  margin: 10px auto;
}

@media (min-width: 600px) {
  .todayinfo {
    width: 600px;
  }
  .todayinfo .waitno {
    margin: 8px;
    font-size: 24px;
  }
}

.todayinfo .title {
  font-size: 24px;
  padding: 0px;
  background-color: #77c5f9;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px 10px 0 0;
}

.todayinfo .am,
.todayinfo2 .am {
  padding: 10px 0 10px 15px;
  text-align: left;
}

.todayinfo .pm,
.todayinfo2 .pm {
  padding: 10px 0 10px 15px;
  text-align: left;
}

.todayinfo .header {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0 0 0;
}

.todayinfo .dnum,
.todayinfo2 .dnum {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 2px 0 2px;
}

.todayinfo .aminfo,
.todayinfo2 .aminfo {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  background-color: #37bc9b;
  border-color: #37bc9b;
  margin-right: 10px;
}

.todayinfo .pminfo,
.todayinfo2 .pminfo {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  background-color: #f6bb42;
  border-color: #f6bb42;
  margin-right: 10px;
}

.todayinfo .amtitle,
.todayinfo .pmtitle {
  margin-bottom: 5px;
}

.todayinfo .header_dnum {
  font-size: 1.5rem;
}

.todayinfo .header_dnum_suffix {
  font-size: 1rem;
}

.todayinfo .normal {
  font-size: 1rem;
}
/* todayinfo-common */
.todayinfo-common-header {
  background-color: #3498db;
  font-size: 1.2rem;
  color: #ffffff;
}
.todayinfo-common-body {
  margin-bottom: 15px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
  border-radius: 10px;
}
.todayinfo-common-body span.ampm {
  font-size: 1.4em;
}
.todayinfo-common-body h3 {
  padding-left: 0.5em;
  border-bottom: 1px #3498db solid;
  border-left: 4px #3498db solid;
  text-align: left;
}
.todayinfo-common-body div.header div {
  display: inline-block;
}
.todayinfo-common-body div.header_dnum {
  padding: 0 1em 0 1em;
  background-color: #c3dfba;
  border-radius: 0.5em;
}
.todayinfo-common-body div.header_dnum .dnum {
  font-weight: bold;
  font-size: 2em;
}
.todayinfo-common-body .nextno {
  font-size: 1.1em;
}
.todayinfo-common-body div.headersub {
  /* background-color: #f18d05;
  color: #fff; */
  font-weight: bold;
  text-align: left;
  /* padding: 0.1em; */
}
.todayinfo-common-body div.contents div.am,
.todayinfo-common-body div.contents div.pm {
  text-align: left;
  margin: 0.5em 0 0.5em 0;
}
.todayinfo-common-body div.contents div.am div,
.todayinfo-common-body div.contents div.pm span,
.todayinfo-common-body div.contents div.pm div {
  display: inline-block;
  text-align: left;
}
.todayinfo-common-body div.contents div.am .info,
.todayinfo-common-body div.contents div.pm .info {
  width: 90%;
}
.todayinfo-common-body div.contents div.am .info,
.todayinfo-common-body div.contents div.pm .info {
  margin-left: 0.2em;
  border: 0 !important;
}
.todayinfo-common-body div.am .amtitle {
  background-color: #37bc9b;
  border-radius: 0.5em;
  padding: 0em 0.5em 0 0.5em;
  color: #fff;
}
.todayinfo-common-body div.pm .pmtitle {
  background-color: #f6bb42;
  border-radius: 0.5em;
  padding: 0em 0.5em 0 0.5em;
  color: #fff;
}
@media (max-width: 580px) {
  .br:before {
    content: "\A";
    white-space: pre;
  }
}
@media (min-width: 580px) {
  .br-pc::before {
    content: "\A";
    white-space: pre;
  }
}

.thumbWrap {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.thumbWrap::-webkit-scrollbar {
  display: none;
}

.thumbList {
  overflow: hidden;
}

.border_radius {
  width: 99%;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

hr.solid {
  border-top: 1px solid #dddddd;
}
.square_btn {
  display: inline-block;
  padding: 0.2em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: 0.4s;
}
.square_btn:hover {
  background: #67c5ff;
  color: white;
}

/* label */
.label {
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 0.2em;
  padding: 0.12em 0.5em 0.14em;
  margin: 0 0.2em;
  text-align: center;
  color: #ffffff;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  display: inline;
  white-space: nowrap;
  vertical-align: baseline;
  position: relative;
  top: -0.15em;
  background-color: #999999;
}
.label.color-blue {
  background-color: #6f9ad1;
}
.label.color-red {
  background-color: #d37c7c;
}
.label.color-green {
  background-color: #078b30;
}
.label.color-orange {
  background-color: #dea154;
}
.label.color-yellow {
  background-color: #e9d641;
}
.label.color-purple {
  background-color: #9f83d1;
}

/*select */
.selectWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
}
.selectWrap select::-ms-expand {
  display: none;
}
.selectWrap {
  position: relative;
  display: inline-block;
}
.selectWrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background: #ccc;
  height: 100%;
  width: 30px;
}
.selectWrap::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}

/* ol */
ol.sample1 {
  counter-reset: list;
  list-style-type: none;
  /* font: 14px/1.6 'arial narrow', sans-serif; */
  padding: 0;
}
ol.sample1 li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 5px;
  line-height: 20px;
  /*border-bottom: dashed 1px #F6A38B;*/
}
ol.sample1 li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #f6a38b;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.border-red {
  border: 2px solid #e4007f;
  border-radius: 4px;
  position: relative;
}

.box-01 {
  margin: 0 0 10px;
  padding: 10px;
  border: 8px solid #d7e3f5;
}
.box-01 p {
  padding: 1px;
  margin: 0;
}
.border-bottom1 {
  border-bottom: 1px solid #ccc;
}
.border-top1 {
  border-top: 1px solid #ccc;
}
.border-right1 {
  border-left: 1px solid #ccc;
}
.border-left1 {
  border-right: 1px solid #ccc;
}
.info p {
  margin: 4px 0;
  padding: 0;
}
