.top__section-ttl {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.top__section-ttl:after {
  content: "";
  width: 80px;
  height: 8px;
  display: inline-block;
  background: #a5d5c6;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top__important-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #e46f6f;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 36px;
}

.top__important-news-ttl {
  color: #fff;
  background: #e46f6f;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  display: inline-block;
  padding: 34px 20px;
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px 0 0 5px;
}

.top__important-news-ttl span {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin-top: 4px;
}

.top__news-list {
  background: #f7e8e8;
  font-size: 2rem;
  margin: auto;
  border-radius: 0 5px 5px 0;
}

.top__news-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}

.top__news-list > li:not(:last-of-type) {
  margin-bottom: 10px;
}

.top__news-list > li .date {
  width: 25%;
  max-width: 135px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 18px;
  display: inline-block;
}

.top__news-list > li .important-text {
  text-decoration: underline;
  line-height: 1.875;
  color: #e46f6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.top__news-list > li .important-text .important-link-text {
  width: 100%;
}

.top__mv-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top__main-visual {
  width: 780px;
  height: 500px;
}

.top__recruit {
  padding: 52px 0 0;
}

.top__recruit a {
  display: block;
}

.top__recruit img {
  width: 100%;
}

.navitime {
  width: 328px;
  height: 504px;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top__topics-section {
  background: #eeeeee;
}

.topics-box {
  margin-top: 68px;
}

.top__topics-link-Box {
  margin: 24px 24px 0;
  text-align: center;
}

.top__main-visual img {
  border-radius: 10px;
}

.top__main-visual a:hover img {
  opacity: 0.8;
}

#transferBox {
  position: relative;
  background: #f6f1d7;
  height: 504px;
}

#transferBoxTtl {
  padding: 18px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  background: #a58e62;
  color: #fff;
}

#transferBoxTtl p {
  font-weight: bold;
}

#transferBoxInner {
  width: 100%;
  margin: 0 auto;
  background: #f6f1d7;
}

input[type="radio"] {
  display: none;
}

.tab-area {
  font-size: 0;
  /* margin:0 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-area label {
  width: 50%;
  /*margin:0 5px;
    */
  display: inline-block;
  padding: 10px 24px;
  color: #77af8f;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  transition: ease 0.2s opacity;
  -webkit-transition: ease 0.2s opacity;
  -moz-transition: ease 0.2s opacity;
  -ms-transition: ease 0.2s opacity;
  -o-transition: ease 0.2s opacity;
  position: relative;
}

.tab-area label:after {
  content: "";
  display: inline-block;
  border-color: #77af8f;
  border-style: solid;
  border-width: 0 2px 2px 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translate(-50%, 50%);
          transform: rotate(45deg) translate(-50%, 50%);
  position: absolute;
  right: 8%;
  top: 36%;
}

.tab-area label:hover {
  opacity: 0.5;
}

.panel-area {
  background: #f6f1d7;
}

.tab-panel {
  width: 100%;
  padding: 30px 0;
  display: none;
  position: relative;
}

#tab1:checked ~ .tab-area .tab1-label {
  background: #f6f1d7;
  color: #666666;
}

#tab1:checked ~ .tab-area .tab1-label:after {
  content: "";
  display: inline-block;
  border-color: #666666;
  border-style: solid;
  border-width: 0 2px 2px 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translate(-50%, 50%);
          transform: rotate(45deg) translate(-50%, 50%);
  position: absolute;
  right: 8%;
  top: 36%;
}

#tab1:checked ~ .panel-area #panel1 {
  display: block;
}

#tab2:checked ~ .tab-area .tab2-label {
  background: #f6f1d7;
  color: #666666;
}

#tab2:checked ~ .tab-area .tab2-label:after {
  content: "";
  display: inline-block;
  border-color: #666666;
  border-style: solid;
  border-width: 0 2px 2px 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translate(-50%, 50%);
          transform: rotate(45deg) translate(-50%, 50%);
  position: absolute;
  right: 8%;
  top: 36%;
}

#tab2:checked ~ .panel-area #panel2 {
  display: block;
}

.panelInner {
  padding: 0 24px;
}

#search-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#search-text-area input[type="text"] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 10px 10px;
  font-size: 1.2rem;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#search-text-area #swap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#search-text-area #swap-btn .swap {
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#search-text-area #swap-btn .swap img {
  width: 20px;
  height: 20px;
}

.diagram-text input[type="text"] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 10px 10px;
  font-size: 1.2rem;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.diagram-ttl {
  font-size: 1.4rem;
  color: #666666;
  margin-bottom: 10px;
}

.form-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
  margin-bottom: 12px;
}

.form-table dt {
  width: 50px;
  margin-right: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: #666666;
}

.form-table dd {
  width: 180px;
  letter-spacing: -1px;
}

#diagram-suggest {
  position: relative;
  background: #fff;
  /* border: 1px solid #ccc; */
  /* height: 100%; */
}

.suggest-list {
  position: absolute;
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.suggest-name {
  padding: 6px 10px;
}

.suggest-name:hover {
  background: #a58e62;
  color: #fff;
}

#start-transfer-suggest {
  width: 100%;
  position: relative;
}

#goal-transfer-suggest {
  width: 100%;
  position: relative;
}

.suggest-list > li {
  width: 100%;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#date-box .form-table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#date-box .form-table dd span {
  margin-right: 6px;
  font-size: 1.2rem;
}

#date-box .form-table dd span:last-child {
  margin-right: 0;
}

#date-box .sort-form .form-table {
  margin-bottom: 0;
}

#date-box select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 10px;
  font-size: 1.1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f3f3f3;
  /* margin-right: 6px; */
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* text-align: center; */
}

#date-box label {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 6px;
}

#date-box label:nth-of-type(4) {
  margin-right: 0;
}

#yearMonth {
  width: 100px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#days {
  width: 76px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.year-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.date-form label, .time-form label, .basis-form label, .sort-form label {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  position: relative;
}

.date-form label:after, .time-form label:after, .basis-form label:after, .sort-form label:after {
  content: "";
  /* left: 4px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 4px solid transparent;
  border-top: 8px solid #666666;
  position: absolute;
  right: 5px;
  top: 57%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.date-form, .time-form, .basis-form, .sort-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-form label:before, .time-form label:before, .basis-form label:before, .sort-form label:before {
  content: "";
  width: 28px;
  background: #f3f3f3;
  height: 20px;
  display: block;
  position: absolute;
  right: 2px;
  top: 5px;
  pointer-events: none;
}

.basis-form .form-table, .sort-form .form-table {
  margin-right: 0;
}

.basis-label {
  margin-right: 0 !important;
}

.sort-label {
  margin-right: 0 !important;
}

.submit-btn-box {
  padding: 0 24px;
  margin-top: 20px;
}

.submit-btn-box #transfer-search-button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 14px;
  border-radius: 5px;
  background: #f69f52;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
          filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
  -webkit-transition: .3s;
  transition: .3s;
  border: none;
}

.submit-btn-box #transfer-search-button:hover {
  opacity: 1;
  background: #fff;
  color: #77af8f;
}

.submit-btn-box #transfer-search-button:hover {
  color: #f69f52;
}

.submit-btn-box #transfer-search-button:focus {
  border: none !important;
  outline: none;
}

.submit-btn-box #transfer-search-button:active {
  border: none;
}

.submit-btn-box #diagram-search-button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 14px;
  border-radius: 5px;
  background: #f69f52;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
          filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
  -webkit-transition: .3s;
  transition: .3s;
  border: none;
}

.submit-btn-box #diagram-search-button:hover {
  opacity: 1;
  background: #fff;
  color: #77af8f;
}

.submit-btn-box #diagram-search-button:hover {
  color: #f69f52;
}

.submit-btn-box #diagram-search-button:focus {
  border: none !important;
  outline: none;
}

.submit-btn-box #diagram-search-button:active {
  border: none;
}

.navitime-link-btn-box {
  padding: 0 24px;
  margin-top: 20px;
}

.navitime-link-btn-box a {
  width: 100%;
}

.navitime-logo {
  position: absolute;
  right: 24px;
  bottom: -5px;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .top__section-ttl {
    font-size: 1.8rem;
  }
  .top__section-ttl:after {
    width: 40px;
    height: 4px;
    bottom: -15px;
  }
  .top__important-news {
    border-radius: 5px !important;
    margin-bottom: 16px;
  }
  .top__important-news-ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    font-size: 1.5rem;
  }
  .top__important-news-ttl span {
    font-size: 1.2rem;
    margin-top: 2px;
  }
  .top__news-list {
    font-size: 1.4rem;
    padding: 12px;
    border-radius: 0 0 5px 5px;
    width: 100%;
  }
  .top__news-list > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top__news-list > li:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .top__news-list > li .date {
    width: 100%;
  }
  .top__news-list > li .important-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top__news-list > li .important-text .important-link-text {
    width: 100%;
  }
  .top__mv-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top__main-visual {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .top__recruit {
    padding: 32px 0 0;
  }
  .navitime {
    margin-right: 0;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top__topics-section {
    background: url("/_assets/images/common/main_bg.jpg");
    background-repeat: repeat;
  }
  .topics-box {
    margin-top: 34px;
  }
  .top__topics-link-Box {
    margin: 14px 0;
  }
  .top__local-nav {
    margin-top: 34px;
  }
  .top__local-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top__local-menu > li {
    -webkit-filter: drop-shadow(0px 0px 4px #bcbcbc);
            filter: drop-shadow(0px 0px 4px #bcbcbc);
  }
  .top__local-menu > li > a {
    background: #77af8f;
    display: inline-block;
    width: 100%;
    height: 92px;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4px;
  }
  .top__local-menu > li > a span {
    font-size: 16px;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 11px;
  }
  .top__local-menu > li > a:before {
    width: 100%;
    color: #fff;
    font-size: 30px;
    display: block;
  }
  .top__local-menu > li:nth-of-type(n+2) {
    width: calc(33.333% - 4px);
    /* background: #77af8f; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 5px;
    margin-top: 10px;
  }
  .top__local-menu-lerge-item {
    width: 100% !important;
  }
  .top__local-menu li > dl > dd.open {
    height: 210px;
  }
  .top__local-menu li > dl > dd {
    background: #f6f1d7;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .top__local-menu li > dl > dt {
    position: relative;
    background: #77af8f;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4px;
    height: 92px;
  }
  .top__local-menu li > dl > dt span {
    font-size: 16px;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 11px;
  }
  .top__local-menu li > dl > dt:before {
    color: #fff;
    width: 100%;
    font-size: 30px;
    display: block;
  }
  .top__local-menu-arrow-down:after {
    position: absolute;
    content: "";
    margin-left: 10px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg) translate(-50%, 50%);
            transform: rotate(45deg) translate(-50%, 50%);
    top: 67%;
    left: 62%;
  }
  .local-menu-is-active {
    background: #fff !important;
    color: #77af8f !important;
    border-radius: 5px 5px 0 0 !important;
    position: relative;
  }
  .local-menu-is-active .top__local-menu-arrow-down:after {
    position: absolute;
    content: "";
    margin-left: 10px;
    border-color: #77af8f;
    border-style: solid;
    border-width: 0 2px 2px 0;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg) translate(-50%, 50%);
            transform: rotate(45deg) translate(-50%, 50%);
    top: 67%;
    left: 62%;
  }
  .local-menu-is-active:before {
    color: #77af8f !important;
  }
  .local-menu-is-active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #f6f1d7 transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .local-menu-depth2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 12px 12px 5px 12px;
  }
  .local-menu-depth2 li {
    width: calc(33.333% - 10px / 3);
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 0px 1px #cdcdcd);
            filter: drop-shadow(0px 0px 1px #cdcdcd);
  }
  .local-menu-depth2 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .local-menu-depth2 li a {
    background: #fff;
    padding: 2px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 62px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
  }
  .local-menu-depth2 li a:before {
    width: 100%;
    font-size: 20px;
    display: block;
    color: #77af8f;
  }
  .local-menu-depth2 li a span {
    font-size: 12px;
    font-weight: bold;
  }
  .top__local-menu > li:last-child {
    margin-right: 0;
  }
  .local-menu-close-btn {
    background: #f3f3f3;
    width: calc(100% - 24px);
    padding: 15px;
    margin: 0px 12px 12px;
    font-size: 12px;
    color: #77af8f;
    font-weight: bold;
    position: relative;
    -webkit-filter: drop-shadow(0px 0px 1px #cdcdcd);
            filter: drop-shadow(0px 0px 1px #cdcdcd);
  }
  .local-menu-close-btn:after {
    position: absolute;
    content: "";
    border-color: #77af8f;
    border-style: solid;
    border-width: 0 2px 2px 0;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(225deg) translate(-50%, 50%);
            transform: rotate(225deg) translate(-50%, 50%);
    top: 47%;
    left: 56%;
  }
  .local-menu-close-btn:focus {
    outline: none;
  }
  #transferBox {
    height: auto;
  }
  #transferBoxTtl {
    font-size: 1.5rem;
    padding: 10px;
  }
  .tab-area label {
    font-size: 1.4rem;
  }
  .tab-panel {
    padding: 30px 0 40px;
  }
  .form-table {
    width: 100%;
  }
  .form-table dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .text-form {
    width: calc(100% - 40px);
    margin-right: 12px;
  }
  .text-form dd {
    width: 100%;
  }
  .date-form dd {
    width: calc(100% - 86px);
  }
  .time-form dd {
    width: calc(100% - 86px);
  }
  .basis-form dd {
    width: calc(100% - 98px);
  }
  .sort-form dd {
    width: calc(100% - 98px);
  }
  #date-box select {
    padding: 6px 10px;
  }
  #yearMonth {
    width: 100% !important;
  }
  #days {
    width: 100% !important;
  }
  #hour {
    width: 100% !important;
  }
  #min {
    width: 100% !important;
  }
  #basis {
    width: 100% !important;
  }
  #sort {
    width: 100% !important;
  }
  .navitime-logo {
    bottom: 10px;
  }
}

@media (min-width: 768px) {
  .top__news-list {
    width: calc(100% - 220px);
    padding: 16px 30px;
    min-height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=../maps/top/style.css.map */
