main {
  position: relative;
  z-index: 50;
}

.h1 {
  border-bottom: 2px solid #4e6696;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 1em 0.7em 0.7em calc(1.5em + 15px);
  position: relative;
  /*
    &.cookpaq {
      border-bottom: 2px solid #62b965;
    }

    &.kondate {
      border-bottom: 2px solid #ea8ca0;
    }

    &.hacchu {
      border-bottom: 2px solid #497ec7;
    }

    &.other {
      border-bottom: 2px solid #8c98b2;
    }
  */
}
.h1 .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.h1 .h1-desc {
  text-align: right;
  width: 50%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  right: 0;
}

.topic-num {
  display: inline-block;
  margin-left: 20px;
  font-weight: normal;
  font-size: 12px;
}

.viewmore {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #888;
  color: #000;
  text-decoration: none;
  padding: 5px 20px 5px 10px;
  font-size: 12px;
}
.viewmore img {
  position: absolute;
  right: 5px;
  top: 7px;
  width: 5px;
  height: 8px;
}

.indent {
  padding: 20px 40px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.menu-lr {
  display: flex;
}
.menu-lr .ml-left {
  width: 50%;
}
.menu-lr .ml-center {
  width: 50%;
}
.menu-lr .ml-right {
  width: 50%;
}
.menu-lr a {
  height: 100%;
  max-height: 45px;
  vertical-align: top;
}

.breadcrumb {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.breadcrumb > div {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  /*
      &.cookpaq {
        color: #62b965;
      }
  */
}
.breadcrumb > div.kondate {
  color: #e35a77;
}
.breadcrumb > div.hacchu {
  color: #497ec7;
}
.breadcrumb > div + div {
  margin-left: 30px;
}
.breadcrumb > div a {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}
.breadcrumb > div img {
  vertical-align: bottom;
  position: relative;
  margin-right: 10px;
  top: -2px;
}
.breadcrumb > div:first-child {
  color: #4e6696;
  font-size: 16px;
}
.breadcrumb > div:first-child img {
  top: 0;
  margin-right: 12px;
}
.breadcrumb > div:first-child a {
  color: #536894;
}
.breadcrumb > div:first-child.cookpaq {
  color: #62b965;
}
.breadcrumb > div:first-child.kondate {
  color: #e35a77;
}
.breadcrumb > div:first-child.hacchu {
  color: #497ec7;
}

.flex {
  display: flex;
}
.flex.vcenter {
  align-items: center;
}
.flex.hcenter {
  justify-content: center;
}

.fl1 {
  flex: 1;
}

.fl2 {
  flex: 2;
}

.fl3 {
  flex: 3;
}

section + section {
  margin-top: 30px;
}

main {
  /*
    &.cookpaq {
      .breadcrumb > div:first-child {
        color: #62b965;
      }

      .h1 {
        border-bottom: 2px solid #62b965;
      }

      .btw-head,
      .btw-foot {
        background: #62b965;
      }

      .message-balloon {
        background: #e0f1e0;

        &:after {
          border-color: #e0f1e0 transparent transparent transparent;
        }
      }

      .base-table {
        th {
          background: #82c985;
        }
      }
    }
  */
  /*
    &.other {
      border-bottom: 2px solid #8c98b2;
    }
  */
}
main.popup {
  width: 800px;
  margin: 0 auto;
}
main.kondate .breadcrumb > div:first-child {
  color: #e35a77;
}
main.kondate .base-btn-list3 {
  background: #fae6ea;
}
main.kondate .h1 {
  border-bottom: 2px solid #ea8ca0;
}
main.kondate .btw-head,
main.kondate .btw-foot {
  background: #ea8ca0;
}
main.kondate .kondate-list-table th {
  background: #f0b3c0;
}
main.kondate .form-table-window .ftw-title {
  background: #ea8ca0;
}
main.kondate .form-table thead th {
  background: #ea8ca0;
  border-right: 1px dotted #fff;
}
main.kondate .priority-table2 thead th {
  background: #f0b3c0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
main.kondate .diff-table thead tr th {
  background: #f1b3c0;
}
main.hacchu .breadcrumb > div:first-child {
  color: #497ec7;
}
main.hacchu .btn-list3-hacchu {
  background: #e6ecfa;
}
main.hacchu .h1 {
  border-bottom: 2px solid #497ec7;
}
main.hacchu .btw-head,
main.hacchu .btw-foot {
  background: #5f8dcd;
}
main.hacchu .base-table th {
  background: #7fa5da;
}
main.hacchu .form-table-window .ftw-title {
  background: #5f8dcd;
}
main.hacchu .result-table tr th {
  background: #a5b0c9;
}

.time-label {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
.time-label .icon {
  position: absolute;
  left: -3em;
}
.time-label.morning {
  background: #f39938;
}
.time-label.daytime {
  background: #ec6d81;
}
.time-label.evening {
  background: #58abd8;
}

.hoverlink {
  text-decoration: none;
  transition: all 0.3s;
}
.hoverlink:hover {
  opacity: 0.7;
}

.errmsg {
  color: #d00;
  font-weight: bold;
  margin: 15px auto;
  padding: 15px;
  margin-bottom: 30px;
  width: 90%;
  text-align: center;
  line-height: 1.3;
  border: #d00 1px solid;
}

.compmsg {
  color: #00d;
  font-weight: bold;
  margin: 15px auto;
  padding: 15px;
  margin-bottom: 30px;
  width: 90%;
  text-align: center;
  line-height: 1.3;
  border: #00d 1px solid;
}

.filtered-search {
  display: flex;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.filtered-search .filter-label {
  width: 84px;
  background: #ddd;
  padding: 10px;
  text-align: center;
}
.filtered-search .filter-label img {
  margin: 0 auto;
  vertical-align: top;
}
.filtered-search .filter-label span {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  color: #606060;
}
.filtered-search .filter-items {
  width: calc(100% - 84px);
  position: relative;
  padding: 15px 150px 15px 30px;
  font-size: 12px;
  line-height: 1;
  background: #edeff4;
  box-sizing: border-box;
  text-align: right;
}
.filtered-search .filter-items:before {
  content: url("../img/common/arrow-right3.svg");
  position: absolute;
  left: 10px;
  top: 15px;
}
.filtered-search .filter-items label,
.filtered-search .filter-items select,
.filtered-search .filter-items input[type=text] {
  font-size: 12px;
  height: 30px;
  vertical-align: middle;
}
.filtered-search .filter-items .input-mass {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.filtered-search .filter-items .input-mass .im-label {
  text-align: left;
}
.filtered-search .filter-items .searchbtn-box {
  position: absolute;
  right: 10px;
  top: 13px;
}
.filtered-search.topzone {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.filtered-search.topzone .filter-label,
.filtered-search.topzone .filter-items {
  padding-bottom: 0;
}
.filtered-search.bottomzone {
  border-radius: 0 0 10px 10px;
}
.filtered-search .fs-sep {
  border: none;
  background: none;
  height: 1px;
  margin: 3px 0;
  padding: 0;
}
.filtered-search .fs-anotate {
  color: #dd0000;
  font-size: 11px;
  padding-bottom: 1em;
  border-bottom: dashed 1px #fff;
}
.filtered-search.small-window .filter-label {
  width: 60px;
}
.filtered-search.small-window .filter-items {
  width: calc(100% - 60px);
}

.pc-header {
  background: #eee;
}
.pc-header nav .nav-main-belt {
  background: #f0841a;
}
.pc-header nav .nav-main {
  display: flex;
  padding-left: 0;
}
.pc-header nav .nav-main li {
  flex: 1;
  text-align: center;
  display: block;
  padding: 5px;
}
.pc-header nav .nav-main li a {
  border-radius: 3px;
  display: block;
  padding: 10px 10px 15px 10px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: linear-gradient(#f0841a, #ec7500 30%, #ec7500);
  background-size: 100% 200%;
  color: #fff;
  transition: all 0.3s;
}
.pc-header nav .nav-main li a:after {
  content: "";
  width: 36px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: -5px;
  transition: all 0.3s;
  border-bottom: 2px solid #fff;
}
.pc-header nav .nav-main li a:hover, .pc-header nav .nav-main li a.active {
  background: #ed5f00;
  background-position: 0 200%;
}
.pc-header nav .nav-main li a:hover:after, .pc-header nav .nav-main li a.active:after {
  bottom: 2px;
}
.pc-header nav .nav-main li.label {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  line-height: 1;
}
.pc-header nav .nav-main li.label a {
  background: #ed5f00;
  position: relative;
}
.pc-header nav .nav-main li.label a:before {
  content: url("../img/common/icon-home-inversion.svg");
  position: absolute;
  left: 10px;
  top: 50%;
  transform: scale(0.5) translateY(calc(-100% - 5px));
  transform-origin: center center;
}
.pc-header nav .nav-main li.label a:after {
  bottom: 2px;
}
.pc-header nav .nav-main li.label a:hover, .pc-header nav .nav-main li.label a.active {
  background: #ed5f00;
}
.pc-header nav .nav-main li.label a:hover:after, .pc-header nav .nav-main li.label a.active:after {
  bottom: 2px;
}
.pc-header nav .logo-bar {
  padding: 10px 15px 5px 15px;
  padding-top: 2px;
  height: 59px;
  background: #fff;
}
.pc-header nav .logo-bar .lb-flex {
  display: flex;
}
.pc-header nav .logo-bar .lb-flex .lf1 {
  width: 50%;
  text-align: left;
  /*
  					img{
  						display: block;
  						height: 55px;
  						width: auto;
  					}
  */
}
.pc-header nav .logo-bar .lb-flex .lf1 a {
  display: inline-block;
}
.pc-header nav .logo-bar .lb-flex .lf2 {
  width: 50%;
  text-align: right;
  padding-top: 10px;
}
.pc-header nav .logo-bar .lb-username {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #777;
  top: 8px;
}
.pc-header nav .logo-bar .lb-username:before {
  display: inline-block;
  content: url("../img/header/icon-admin.svg");
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  padding-top: 1px;
  background: #f1f1f1;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
}
.pc-header nav .logo-bar .lb-logout {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  background: #f08237;
  border-radius: 50%;
  margin-left: 35px;
  transition: all 0.3s;
}
.pc-header nav .logo-bar .lb-logout img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
}
.pc-header nav .logo-bar .lb-logout:hover {
  background: #de5c03;
}

footer .footer {
  background: #f0841a;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 60px;
}
footer .footer .foot-flex1 {
  display: flex;
}
footer .footer .foot-flex1 .ff1-1 {
  width: 50%;
  /*
  				img{
  					height: 40px;
  					width: auto;
  				}
  */
}
footer .footer .foot-flex1 .ff1-2 {
  width: 50%;
  text-align: right;
}
footer .footer .foot-flex1 ul {
  padding-left: 0;
  list-style: none;
}
footer .footer .foot-flex1 ul li {
  display: inline-block;
  margin-left: 15px;
}
footer .footer .foot-flex1 ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  position: relative;
  padding-left: 50px;
  transition: all 0.3s;
}
footer .footer .foot-flex1 ul li a img {
  vertical-align: middle;
  margin-right: 10px;
}
footer .footer .foot-flex1 ul li a.foot-manual:before {
  content: url("../img/common/icon-manual-help.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  padding: 10px;
  background: white;
  border-radius: 50%;
  transition: all 0.3s;
}
footer .footer .foot-flex1 ul li a.foot-manual:hover:before {
  background: rgba(255, 255, 255, 0.85);
}
footer .footer .foot-flex1 ul li a.foot-sitemap:before {
  content: url("../img/common/icon-sitemap.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  padding: 10px;
  background: white;
  border-radius: 50%;
  transition: all 0.3s;
}
footer .footer .foot-flex1 ul li a.foot-sitemap:hover:before {
  background: rgba(255, 255, 255, 0.85);
}
footer .footer .foot-flex2 {
  display: flex;
  font-size: 11px;
  margin-top: 20px;
}
footer .footer .foot-flex2 .ff2-1 {
  width: 50%;
  vertical-align: bottom;
  line-height: 1.4;
}
footer .footer .foot-flex2 .ff2-2 {
  width: 50%;
  text-align: right;
}
footer .footer .foot-flex2 .ff2-2 .foot-copyright {
  vertical-align: bottom;
}

.pagetoplink {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.btn {
  background: #eee;
  border: 1px solid #d4d4d4;
  text-align: center;
  border-radius: 5px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 12px;
  padding: 13px;
  display: inline-block;
  line-height: 1;
  min-width: 165px;
  position: relative;
  transition: all 0.3s;
}
.btn .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.manual-help:before {
  content: url("../img/common/icon-manual-help.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.btn.manual-help:hover {
  background: #fff;
}
.btn.manual-help:hover:before {
  background: #eee;
}
.btn.sitemap:before {
  content: url("../img/common/icon-sitemap.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  padding: 10px;
  background: #fff;
  border-radius: 50%;
}
.btn.sitemap:hover {
  background: #fff;
}
.btn.sitemap:hover:before {
  background: #eee;
}

.btn-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  padding-left: 0;
  list-style: none;
  margin-bottom: -6px;
}
.btn-list li {
  display: block;
  padding: 5px;
}

.btn2 {
  background: #eee;
  border: none;
  text-align: left;
  border-radius: 5px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 12px;
  padding: 8px 30px 8px 1em;
  display: inline-flex;
  line-height: 1.2;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  min-height: 45px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.btn2 .icon {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.btn2:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}
.btn2:hover {
  background: #f1f1f1;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}
.btn2 + .btn2 {
  margin-left: 10px;
}
.btn2 span {
  line-height: 1.2;
  display: inline-block;
  min-width: 11em;
  text-align: center;
}

.btn2b {
  background: #eee;
  border: none;
  border-radius: 5px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 12px;
  padding: 8px 45px 8px 45px;
  display: inline-block;
  line-height: 1.2;
  min-width: 165px;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  min-height: 45px;
  text-align: center;
}
.btn2b .icon {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.btn2b:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}
.btn2b + .btn2 {
  margin-left: 10px;
}
.btn2b .inset {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.btn2b .inset span {
  text-align: center;
}

.btn4 {
  background: #4e6696;
  padding: 10px 30px;
  color: #fff;
  border: none;
  border-radius: 5px;
  line-height: 1.2;
}

.btn-list2 {
  display: flex;
  justify-content: flex-end;
}
.btn-list2.left {
  justify-content: flex-start;
}
.btn-list2.right {
  justify-content: flex-end;
}
.btn-list2 .bl-btn {
  background: #eee;
  border: none;
  border-radius: 5px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 12px;
  padding: 8px 45px 8px 45px;
  display: inline-flex;
  line-height: 1.2;
  min-width: 165px;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  min-height: 45px;
  text-align: center;
  transition: all 0.3s;
}
.btn-list2 .bl-btn .icon {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-list2 .bl-btn .icon.right {
  right: 7px;
  left: inherit;
}
.btn-list2 .bl-btn:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}
.btn-list2 .bl-btn:hover {
  background: #f1f1f1;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}
.btn-list2 .bl-btn + .btn2 {
  margin-left: 10px;
}
.btn-list2 .bl-btn .inset {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.btn-list2 .bl-btn .inset span {
  text-align: left;
  line-height: 1.2;
}

.submit {
  background: #4e6696;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding: 20px;
  display: inline-block;
  line-height: 1;
  min-width: 165px;
  position: relative;
  border: none;
  width: 420px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  outline: none;
  transition: all 0.3s;
}
.submit .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.submit:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}
.submit:hover {
  background: #3f5786;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}

.reset {
  background: #4e6696;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 13px;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  border: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  outline: none;
}
.reset .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.reset:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}

.btn3 {
  background: #eee;
  border: none;
  text-align: center;
  border-radius: 5px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 13px;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  min-width: 165px;
}
.btn3:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}
.btn3 + .btn3 {
  margin-left: 10px;
}
.btn3:hover {
  background: #f1f1f1;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}
.btn3 .icon {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.btn3 .icon.left {
  left: 7px;
  right: inherit;
}

.btn-browse {
  background: #eee;
  border: none;
  text-align: center;
  border-radius: 5px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 13px;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  padding: 8px 30px;
  font-size: 12px;
}
.btn-browse:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}
.btn-browse + .btn-browse {
  margin-left: 10px;
}
.btn-browse:hover {
  background: #f1f1f1;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}
.btn-browse .icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-browse2 {
  background: #eee;
  border: none;
  text-align: center;
  border-radius: 5px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 13px;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  padding: 5px 10px;
  font-size: 12px;
}
.btn-browse2:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}
.btn-browse2 + .btn-browse2 {
  margin-left: 10px;
}
.btn-browse2:hover {
  background: #f1f1f1;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}

.btn-close {
  background: #eee;
  border: none;
  text-align: center;
  border-radius: 5px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 13px;
  display: flex;
  line-height: 1.2;
  width: 300px;
  height: 70px;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.btn-close .icon {
  position: absolute;
  margin-left: -3em;
  top: 50%;
  transform: translateY(-50%);
}

.base-btn-list3 {
  display: flex;
  justify-content: flex-end;
  background: #eee;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  min-height: 60px;
  align-items: center;
  padding-left: 120px;
}
.base-btn-list3.wrap {
  flex-wrap: wrap;
}
.base-btn-list3 .label-box {
  background: #ddd;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  height: 100%;
}
.base-btn-list3 .label-box > .icon {
  display: block;
  margin: 0 auto;
}
.base-btn-list3 .label-box > .icon2 {
  position: absolute;
  left: 95px;
  top: 20px;
}
.base-btn-list3 .label-box span {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  color: #606060;
}
.base-btn-list3.popup .label-box {
  width: 60px;
}
.base-btn-list3.popup .label-box > .icon2 {
  left: 70px;
}
.base-btn-list3 .sep {
  height: 10px;
  width: 100%;
}
.base-btn-list3 .vsep {
  width: 5px;
  height: 40px;
  border-right: 5px dotted #ea8ca0;
  margin-left: auto;
  margin-right: auto;
}
.base-btn-list3 label {
  font-size: 12px;
}
.base-btn-list3 select {
  font-size: 12px;
}
.base-btn-list3 input[type=text] {
  font-size: 12px;
}
.base-btn-list3 + .base-btn-list3 {
  margin-top: 10px;
}
.base-btn-list3 label + select {
  margin-left: 10px;
}
.base-btn-list3 .select + .select,
.base-btn-list3 .select2 + .select2,
.base-btn-list3 .text + .select,
.base-btn-list3 .select + .text,
.base-btn-list3 .text + .text {
  margin-left: 10px;
}
.base-btn-list3 .select + .select2,
.base-btn-list3 .select2 + .select {
  margin-left: 20px;
}
.base-btn-list3 .wrap {
  padding: 10px 0;
}
.base-btn-list3 .multiple {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.base-btn-list3 .multiple > div {
  min-height: 42px;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #fff;
}
.base-btn-list3 .multiple > div:last-child {
  border-bottom: 0;
}

/*
.btn-list3-kondate {
	background: #fae6ea;
}
*/
.btn-list3-hacchu {
  background: #edeff4;
}

.textdate {
  display: inline-flex;
  border-radius: 5px;
  overflow: hidden;
}
.textdate input[type=text],
.textdate input[type=date] {
  border-radius: 3px 0 0 3px;
  font-size: 12px;
  height: 30px;
}
.textdate .calselect {
  height: 30px;
  width: 30px;
  background: #879bc5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s;
}
.textdate .calselect:hover {
  opacity: 0.5;
}
.textdate .calselect:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}

.searchwrap {
  padding: 10px;
  background: #d0d8eb;
}

.searchbtn {
  background: #4e6696;
  color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border: 0;
  display: block;
  padding: 10px 10px;
  min-width: 110px;
  font-size: 14px;
  margin: auto 10px 5px 30px;
  transition: all 0.3s;
}
.searchbtn:hover {
  background: #3f5786;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
}

.balloon-wrap {
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
}

label.balloon {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px !important;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
label.balloon img {
  vertical-align: middle;
  margin-right: 5px;
}
label.balloon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  display: block;
  position: absolute;
}
label.balloon.morning {
  background: #f39938;
}
label.balloon.morning:after {
  border-color: #f39938 transparent transparent transparent;
}
label.balloon.daytime {
  background: #ec6d81;
}
label.balloon.daytime:after {
  border-color: #ec6d81 transparent transparent transparent;
}
label.balloon.evening {
  background: #58abd8;
}
label.balloon.evening:after {
  border-color: #58abd8 transparent transparent transparent;
}

.message-balloon-wrap {
  position: absolute;
  top: 0;
  width: 33.333%;
  left: 50%;
  transform: translateX(-50%);
}

.message-balloon {
  background: #dde4f2;
  position: relative;
  padding: 20px;
  text-align: center;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.message-balloon.short {
  padding: 10px;
}
.message-balloon.warning {
  background: #ffd8d8 !important;
  color: #f00 !important;
}
.message-balloon:after {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #dde4f2 transparent transparent transparent;
}
.message-balloon.cookpaq {
  background: #e0f1e0;
}
.message-balloon.cookpaq:after {
  border-color: #e0f1e0 transparent transparent transparent;
}
.message-balloon.warning {
  background: #ffd8d8;
  color: #f00;
}
.message-balloon.warning:after {
  border-color: #ffd8d8 transparent transparent transparent;
}

.menu-btn-add {
  background: #df7e4e;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  padding-left: 60px;
  text-decoration: none;
  display: inline-block;
}
.menu-btn-add .icon {
  position: absolute;
  left: 20px;
  top: 7px;
}
.menu-btn-add:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}

.label-dl {
  border: 1px solid #4e6696;
  border-radius: 10px;
  display: inline-flex;
  overflow: hidden;
}
.label-dl dt {
  background: #f5f5f5;
  color: #343434;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 15px;
}
.label-dl dd {
  font-size: 16px;
  font-weight: bold;
  color: #4e6696;
  text-align: center;
  min-width: 110px;
  padding: 10px;
}

.result-wrap {
  border: 1px solid #8a9aba;
  border-radius: 10px;
  position: relative;
}
.result-wrap .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
.result-wrap .ctrlbar {
  border-bottom: 1px dotted #a5b0c9;
}
.result-wrap .ctrlbar .inset {
  padding: 10px 10px 10px 50px;
  position: relative;
}
.result-wrap .ctrlbar:last-child {
  border-bottom: 0;
}

.result-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #b0b0b0;
  overflow-y: scroll;
  height: 330px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.result-list li {
  padding: 5px 10px;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  background: transparent;
  transition: all 0.3s;
}
.result-list li:hover {
  background: #fafafa;
}
.result-list.price-ver li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.result-list.price-ver li label {
  display: inline-block;
  width: 72%;
  box-sizing: border-box;
}
.result-list.price-ver li .price-weight {
  display: inline-block;
  width: 28%;
  text-align: right;
  box-sizing: border-box;
}

.result-hr {
  margin-top: 30px;
  border: 2px solid #a5b0c9;
  width: 100%;
}

.result-pic-link {
  text-align: center;
  color: #7385ac;
  text-decoration: none;
  display: block;
  font-size: 12px;
}
.result-pic-link:hover {
  text-decoration: underline;
}
.result-pic-link img {
  margin-top: 5px;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
}

.result-table {
  width: 100%;
  font-size: 12px;
  border: 1px solid #e0e0e0;
  table-layout: inherit;
}
.result-table tr th, .result-table tr td {
  padding: 8px 10px;
  border: 1px solid #e0e0e0;
}
.result-table tr th label, .result-table tr td label {
  font-size: 12px;
}
.result-table tr th {
  padding: 8px 3px;
}
.result-table tr th a:hover {
  opacity: 0.5;
}
.result-table tr th a img {
  vertical-align: middle;
  margin: 0 5px;
}
.result-table.kondate tr th {
  background: #f4a95e;
  text-align: center;
  color: #fff;
}
.result-table.kondate tr td a {
  color: black;
}
.result-table.kondate tr td.out-area a {
  color: #0000fa;
}
.result-table.kondate tr td:first-child {
  position: relative;
  padding-left: 40px;
  line-height: 1.4;
}
.result-table.kondate tr td:first-child input[type=radio] {
  position: absolute;
  left: 8px;
  top: 8px;
}

.eb-wrap {
  border-radius: 7px;
  overflow: hidden;
}
.eb-wrap .exchange-bar {
  background: #fce6d1;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  font-size: 12px;
  align-items: center;
}
.eb-wrap .exchange-bar .eb-title {
  color: #242424;
  width: 165px;
  background: #fff;
  margin-right: 15px;
  padding: 10px;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
}
.eb-wrap .exchange-bar .eb-title.destination {
  color: #e35a77;
  font-weight: bold;
}
.eb-wrap .adjust-rate {
  width: 100%;
  text-align: right;
  padding-top: 7px;
  padding-right: 100px;
}

.arrow-ud {
  display: block;
  margin: -10px auto;
}

input[type=radio].result-radio {
  margin-right: 5px;
  position: absolute;
  left: 15px;
  top: 5px;
}
input[type=radio].result-radio + label {
  background: #eee;
  display: block;
  padding-left: 45px;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: bold;
}
input[type=radio].result-radio:checked + label {
  background: #fbe6eb;
}

.result-radio-list {
  padding-left: 0;
}
.result-radio-list li {
  display: block;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
}
.result-radio-list li label {
  font-size: 14px;
}

.result-rel-label {
  font-size: 14px;
}

.result-label {
  background: #eee;
  font-size: 16px;
  font-weight: bold;
  color: #474747;
  padding: 5px 10px 5px 45px;
}

.result-dl-table {
  table-layout: inherit;
  width: 100%;
  border: 1px solid #cdcdcd;
}
.result-dl-table tr th, .result-dl-table tr td {
  padding: 5px 20px;
  font-size: 12px;
  border: 1px solid #cdcdcd;
  border-right: 1px dotted #cdcdcd;
}
.result-dl-table tr th {
  background: #f4f4f4;
  color: #666565;
  text-align: center;
  font-weight: bold;
}
.result-dl-table.comp-set tr th {
  text-align: center;
}
.result-dl-table.comp-set tr th:nth-child(1), .result-dl-table.comp-set tr th:nth-child(2) {
  width: 2em;
}
.result-dl-table.comp-set tr td:nth-child(1), .result-dl-table.comp-set tr td:nth-child(2) {
  text-align: center;
}

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