.top__navitime-box {
  padding-top: 304px;
}

.top__navitime-box-inner {
  max-width: 1372px;
  margin: 0 auto;
}

.top__topics-box {
  padding-top: 178px;
  padding-bottom: 144px;
}

.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 {
  background: #ffefe9;
}

.top__important-news-inner {
  margin: 0 auto;
  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;
  max-width: 1372px;
}

.top__important-news-inner .top__important-news-ttl {
  color: #c85d33;
  background: #ffefe9;
  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-inner .top__important-news-ttl span {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin-top: 4px;
}

.top__news-list {
  background: #ffefe9;
  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 {
  background: #666666;
  text-align: center;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0px 4px;
  display: inline-block;
}

.top__news-list > li .important-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-decoration: underline;
  line-height: 1.875;
  font-size: 1.6rem;
  font-weight: bold;
  color: #84b431;
  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: 100%;
  height: 786px;
  margin: 0 auto;
  background: #000;
}

.top__main-visual .slide-item {
  width: 100%;
}

.top__main-visual .slide-item img {
  width: 100%;
  min-height: 100%;
}

.top__main-visual img {
  width: 100%;
}

.top__main-visual .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top__main-visual .mod__slider-large-prev-button {
  position: absolute;
  width: 98px;
  height: 98px;
  background: #fff;
  left: 0;
  z-index: 1;
  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;
}

.top__main-visual .mod__slider-large-prev-button:after {
  content: "";
  display: inline-block;
  border-color: #84b431;
  border-style: solid;
  border-width: 0 4px 4px 0;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.top__main-visual .mod__slider-large-next-button {
  position: absolute;
  width: 98px;
  height: 98px;
  background: #fff;
  right: 0;
  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;
}

.top__main-visual .mod__slider-large-next-button:after {
  content: "";
  display: inline-block;
  border-color: #84b431;
  border-style: solid;
  border-width: 0 4px 4px 0;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top__main-visual .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top__main-visual .slick-dots li {
  background: #84b431;
  width: 24px;
  height: 24px;
  margin-right: 32px;
  font-size: 0;
}

.top__main-visual .slick-dots li:last-child {
  margin-right: 0;
}

.top__main-visual .slick-dots .slick-active {
  background: #fff;
  border: 2px solid #d0d0d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top__main-visual .slick-slide {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top__main-visual .slick-slide:not(.slick-current) {
  opacity: .5;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.top__recruit {
  padding: 52px 0 0;
  background: url("/_assets/images/top/img-top-recruit.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 440px;
  position: relative;
}

.top__recruit-ttl {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.top__recruit-ttl h2 {
  font-size: 4.8rem;
  color: #fff;
  margin-bottom: 50px;
}

.top__recruit-ttl p {
  font-size: 2.0rem;
  color: #fff;
}

.top__recruit-link-box {
  position: absolute;
  top: 78%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top__recruit a {
  display: block;
}

.top__recruit img {
  width: 100%;
}

.navitime {
  width: 100%;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

#transferBox {
  position: relative;
  background: #fff;
  border: 1px solid #84b431;
  height: 474px;
}

#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;
  max-width: 980px;
  background: #fff;
  position: relative;
}

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

.tab-area {
  font-size: 0;
  /* margin:0 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: -98px;
  width: 100%;
}

.tab-area label {
  width: 50%;
  display: inline-block;
  padding: 15px 24px;
  color: #84b431;
  background: #eeeeee;
  text-align: center;
  font-weight: bold;
  font-size: 3.0rem;
  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:hover {
  opacity: 0.5;
}

.panel-area {
  background: #fff;
}

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

#tab1:checked ~ .tab-area .tab1-label {
  background: #84b431;
  color: #fff;
  padding: 26px 24px;
}

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

#tab2:checked ~ .tab-area .tab2-label {
  background: #84b431;
  color: #fff;
  padding: 26px 24px;
}

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

.panelInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#search-text-area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
}

#search-text-area input[type="text"] {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 15px 15px;
  font-size: 1.6rem;
  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;
  margin-left: 16px;
}

#search-text-area #swap-btn .swap {
  border: 1px solid #cccccc;
  width: 40px;
  height: 40px;
  background: #fff;
  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: 1px solid #cccccc;
  padding: 15px 15px;
  font-size: 1.6rem;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.form-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

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

.form-table dd {
  width: 100%;
  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: #84b431;
  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 {
  width: 50%;
}

#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: 10px 15px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

#date-box .days-label {
  margin-right: 0;
}

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

#days {
  width: 100% !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: 14px;
  height: 8px;
  border: 8px 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: 30px;
  background: #f3f3f3;
  height: 33px;
  display: block;
  position: absolute;
  right: 10px;
  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;
}

.diagram-form {
  width: 100%;
}

.submit-btn-box-inner {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.submit-btn-box-inner:after {
  color: #84b431;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 1.8rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.submit-btn-box-inner:hover:after {
  color: #fff;
}

.submit-btn-box {
  padding: 0 24px;
  margin: 48px auto 0;
  text-align: center;
}

.submit-btn-box #transfer-search-button {
  position: relative;
  width: 400px;
  text-align: center;
  display: inline-block;
  padding: 20px 10px;
  border-radius: 0;
  background: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  color: #84b431;
  border: 1px solid #c9ceb7;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #c9ceb7;
}

.submit-btn-box #transfer-search-button:hover {
  opacity: 1;
  background: -webkit-linear-gradient(20deg, #84b432, #e9cf02);
  background: linear-gradient(70deg, #84b432, #e9cf02);
  color: #fff;
}

.submit-btn-box #transfer-search-button:disabled {
  border: 1px solid #c9ceb7;
}

.submit-btn-box #transfer-search-button:after {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 1.8rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.submit-btn-box #transfer-search-button:focus {
  outline: none;
  border: 1px solid #c9ceb7;
}

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

.submit-btn-box #diagram-search-button {
  position: relative;
  width: 400px;
  text-align: center;
  display: inline-block;
  padding: 20px 10px;
  border-radius: 0;
  background: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  color: #84b431;
  border: 1px solid #c9ceb7;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #c9ceb7;
}

.submit-btn-box #diagram-search-button:hover {
  opacity: 1;
  background: -webkit-linear-gradient(20deg, #84b432, #e9cf02);
  background: linear-gradient(70deg, #84b432, #e9cf02);
  color: #fff;
}

.submit-btn-box #diagram-search-button:disabled {
  border: 1px solid #c9ceb7;
}

.submit-btn-box #diagram-search-button:after {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 1.8rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.submit-btn-box #diagram-search-button:focus {
  outline: none;
  border: 1px solid #c9ceb7;
}

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

.navitime-link-btn-box {
  text-align: center;
  margin-top: 16px;
}

.navitime-link-btn-box .mod__link-btn {
  position: relative;
  width: 400px;
  text-align: center;
  display: inline-block;
  padding: 20px 10px;
  border-radius: 0;
  background: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  color: #84b431;
  border: 1px solid #c9ceb7;
}

.navitime-link-btn-box .mod__link-btn:hover {
  opacity: 1;
  background: -webkit-linear-gradient(20deg, #84b432, #e9cf02);
  background: linear-gradient(70deg, #84b432, #e9cf02);
  color: #fff;
}

.navitime-link-btn-box .mod__link-btn:after {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 1.8rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navitime-logo {
  position: absolute;
  right: 0%;
  bottom: 10px;
  width: 206px;
}

.text-form {
  width: 100%;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .top__navitime-box {
    padding-top: 130px;
  }
  .top__section-ttl {
    font-size: 1.8rem;
  }
  .top__section-ttl:after {
    width: 40px;
    height: 4px;
    bottom: -15px;
  }
  .top__important-news {
    padding: 14px;
  }
  .top__important-news-inner .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-inner .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: 20px;
  }
  .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%;
    margin-top: 6px;
  }
  .top__mv-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top__main-visual {
    width: 100%;
    margin-bottom: 20px;
    min-height: 100%;
    height: auto;
    background: none;
  }
  .top__main-visual .slide-item {
    height: auto;
  }
  .top__main-visual img {
    width: 100%;
  }
  .top__main-visual .slick-dots {
    bottom: -10%;
    margin-top: auto;
    position: absolute;
    left: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top__main-visual .slick-dots li {
    width: 12px;
    height: 12px;
    margin-right: 16px;
  }
  .top__main-visual .slick-slide:not(.slick-current) {
    height: auto;
  }
  .top__recruit {
    padding-top: 81.333%;
    background: url("/_assets/images/top/img-top-recruit-sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top__recruit-ttl {
    width: 100%;
  }
  .top__recruit-ttl h2 {
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
  .top__recruit-ttl p {
    font-size: 1.5rem;
  }
  .top__recruit-link-box {
    width: 100%;
    text-align: center;
  }
  .navitime {
    padding: 0 10px;
    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: 20px 0;
  }
  #transferBox {
    height: auto;
    padding: 20px;
  }
  #transferBoxTtl {
    font-size: 1.5rem;
    padding: 10px;
  }
  .tab-area {
    top: -85px;
  }
  .tab-area label {
    font-size: 1.6rem;
  }
  .tab-panel {
    padding: 30px 0 40px;
  }
  #tab1:checked ~ .tab-area .tab1-label {
    padding: 20px 24px;
  }
  #tab2:checked ~ .tab-area .tab2-label {
    padding: 20px 24px;
  }
  .panelInner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #search-text-area {
    width: 100%;
    margin-right: 0;
  }
  #search-text-area input[type="text"] {
    font-size: 1.2rem;
  }
  #search-text-area #swap-btn .swap {
    width: 45px;
    height: 45px;
  }
  .diagram-text input[type="text"] {
    font-size: 1.2rem;
  }
  .form-table {
    margin-bottom: 12px;
    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 {
    width: 100%;
  }
  #date-box .form-table dd {
    width: 100%;
  }
  #date-box select {
    padding: 15px 10px;
    font-size: 1.2rem;
  }
  #yearMonth {
    width: 100% !important;
    margin-right: 12px;
  }
  #days {
    width: 90% !important;
    margin-left: 12px;
  }
  #hour {
    width: 100% !important;
  }
  #min {
    width: 100% !important;
  }
  #basis {
    width: 100% !important;
  }
  #sort {
    width: 100% !important;
  }
  .date-form label:before, .time-form label:before, .basis-form label:before, .sort-form label:before {
    width: 20px;
  }
  .submit-btn-box-inner {
    width: 100%;
  }
  .submit-btn-box {
    margin-top: 24px;
    padding: 0;
  }
  .submit-btn-box #transfer-search-button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 14px 10px;
    border-radius: 0;
    background: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    color: #84b431;
    border: 1px solid #c9ceb7;
    margin: 0 auto;
  }
  .submit-btn-box #diagram-search-button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 14px 10px;
    border-radius: 0;
    background: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    color: #84b431;
    border: 1px solid #c9ceb7;
    margin: 0 auto;
  }
  .navitime-link-btn-box .mod__link-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 14px 10px;
    border-radius: 0;
    background: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    color: #84b431;
    border: 1px solid #c9ceb7;
    margin: 0 auto;
  }
  .navitime-logo {
    bottom: -5px;
    width: 145px;
    right: 0%;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 768px) {
  .top__news-list {
    width: calc(100% - 220px);
    padding: 16px 15px;
    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;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .text-form {
    margin-right: 0;
  }
}
/*# sourceMappingURL=../maps/top/style.css.map */
