@charset "Shift_JIS";
.header-menu {
  width: auto;
}

.head-wrapper {
  border-bottom: 1px solid #eef3fd;
}

.head-logo {
  width: auto;
}

.head-wrap {
  padding: 26px 0;
}

@media screen and (max-width: 1120px) {
  .head-wrap {
    margin: 0 4%;
  }
}

.head-top {
  position: relative;
  background-color: #143C85;
  padding: 4px 0;
  z-index: 3;
}

.headtop-inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  padding: 4px 0;
}

@media screen and (max-width: 1120px) {
  .headtop-inner {
    margin: 0 4%;
  }
}

.origin-anotherlink {
  border-right: 1px solid #CCCCCC;
  padding-right: 18px;
  margin-right: 18px;
  line-height: 1;
}

.origin-sitemap {
  margin-right: 18px;
}

@media screen and (max-width: 930px) {
  .origin-anotherlink {
    padding-right: 12px;
    margin-right: 12px;
  }
  .origin-sitemap {
    margin-right: 12px;
  }
}

.headtop-inner a {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.headtop-inner a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -14%;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}

.headtop-logo {
  display: flex;
  margin-right: 14px;
}

.headtop-detaile {
  display: block;
  font-size: 96.8%;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.head-logo a {
  width: auto;
  display: flex;
}

.head-logo a:hover {
  opacity: .7;
}

.head-logo .h1-logo {
  width: 44px;
  display: block;
  margin-right: 20px;
}

.head-logo .h1-detaile {
  color: #333;
  font-weight: bold;
  font-size: 136%;
  display: flex;
  align-items: center;
}

.header-menu ul dl {
  align-items: center;
}

@media screen and (max-width: 930px) {
  .head-logo .h1-detaile {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .headtop-detaile {
    font-size: 12px;
  }
  .head-logo {
    margin-right: 0;
    display: block;
    margin-top: 12px;
  }
}

.main-visual {
  background-image: url(../img/origin_rule/main-visual.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 320px;
  color: #fff;
  display: flex;
  align-items: center;
}

.visual-inner {
  text-align: left;
  margin-left: 40%;
  width: 1080px;
  margin: 0px auto;
}

@media screen and (max-width: 1120px) {
  .visual-inner {
    margin: 0px 4%;
  }
}

.visual-inner h2 {
  font-size: 203.2%;
  margin-bottom: 10px;
}

.visual-inner p {
  font-size: 100%;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .main-visual {
    background-image: url(../img/origin_rule/sp/sp_mainvisual.png);
    height: 230px;
  }
  .visual-inner {
    margin: 0 6%;
  }
  .visual-inner h2 {
    font-size: 24px;
  }
  .visual-inner p {
    font-size: 16px;
  }
}


/*目的別メニュー*/

.popup-menu h3 {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 138%;
  font-weight: bold;
  color: #143c85;
  text-align: left;
  margin-bottom: 24px;
}

@media screen and (max-width: 1120px) {
  .popup-menu h3 {
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .popup-menu {
    padding: 50px 0 30px 0;
  }
}


/* 新着情報 */

.newinfo-wrapper {
  background-image: url(../img/origin_rule/sectionbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}

.new-info {
  max-width: 1080px;
  padding: 0 0 50px 0;
  margin: 0 auto;
}

@media screen and (max-width: 1120px) {
  .newinfo-wrapper {
    padding: 70px 4% 70px 4%;
  }
}

.new-info .h-title {
  width: 344px;
  border: 1px solid #ededed;
  background-color: #fff;
  color: #143C85;
  font-size: 138%;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
  padding: 16px 0 6px 24px;
  line-height: 1;
}

.info-content .all-show {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}

.info-content .all-show a {
  font-size: 88%;
  position: relative;
  color: #333;
  font-weight: bold;
}

.info-content .all-show a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -3px;
  left: 0;
  border: 1px solid;
  border-color: #143C85 #143C85 transparent transparent;
  transform: rotate(45deg);
}

.new-info .h-title span {
  font-size: 64%;
}

@media all and (-ms-high-contrast: none) {
  .new-info .h-title span {
    font-size: 58%;
  }
}

.new-info .info-content {
  padding: 30px;
  background-color: #fff;
}

.new-info dl {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e4e6ec;
}

.new-info .info-tag {
  width: 70px;
  height: 23px;
  margin-right: 14px;
  background-color: #e4e6ec;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-info dl dt {
  font-size: 88%;
  margin-right: 14px;
  font-weight: bold;
  min-width: 126px;
}

.new-info dl dd {
  font-size: 88%;
}

.new-info dl dd a {
  color: #143c85;
  line-height: 1.8;
  position: relative;
}

.new-info dl dd a:hover {
  opacity: .7;
}

.top-impnews {
  padding: 25px 60px 25px 40px;
  background-color: #FFFFFF;
  max-width: 1080px;
  border-radius: 4px;
  -ms-box-shadow: 0 0 1px #8C8C8C;
  -moz-box-shadow: 0 0 1px #8C8C8C;
  box-shadow: 0 0 1px #8C8C8C;
  margin: 0 auto;
}

.top-impnews-in {
  position: relative;
  display: flex;
}

.top-impnews-ttl {
  margin-right: 40px;
}

.top-impnews-ttl h3::before {
  content: "";
  position: absolute;
  background-image: url(../img/top/imp-icon.svg);
  background-size: cover;
  width: 20px;
  height: 19px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.top-impnews-ttl h3 {
  position: relative;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #E02828;
  font-weight: bold;
  padding-left: 30px;
}

.top-impnews li span {
  color: #E02828;
  font-weight: bold;
  margin-right: 35px;
  position: relative;
}

.top-impnews li span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background-image: url(../img/top/imp-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-impnews-in *, .top-impnews-in *:before, .top-impnews-in *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-impnews-in {
  position: relative;
}

.top-impnews-in label {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  right: 0;
}

.top-impnews-in input:checked+label {
  background: inherit;
  ;
  /* 開いた時にグラデーションを消す */
}

.top-impnews-in label:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/origin_rule/icon-open.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transition: .3s;
}

.top-impnews-in input {
  display: none;
}

.top-impnews-in input:checked+label:after {
  transform: rotate(45deg);
  /*閉じるボタン*/
}

.top-impnews-in input:checked~.cp_container {
  height: auto;
  transition: all .5s;
}

@media screen and (max-width: 767px) {
  .top-impnews-in {
    display: block;
    padding-right: 10px;
  }
  .top-impnews {
    padding: 26px 40px 20px 20px;
  }
  .top-impnews-in label {
    margin-top: -16px;
  }
  .top-impnews-ttl {
    margin-right: 0;
  }
  .top-impnews-in .cp_container {
    height: 38px;
  }
  .top-impnews-ttl h3 {
    margin-bottom: 10px;
  }
  .new-info {
    padding: 0 0 20px 0;
  }
  .newinfo-wrapper {
    padding: 50px 4%;
  }
  .new-info .h-title {
    width: 70%;
    font-size: 18px;
    padding: 22px 0 6px 4%;
  }
  .new-info dl {
    position: relative;
    display: block;
    text-align: left;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .new-info .info-content {
    padding: 5% 4%;
  }
  .new-info .info-tag {
    text-align: center;
    position: absolute;
    top: -4px;
    left: 122px;
    margin-right: 0;
    font-size: 14px;
  }
  .info-content .all-show a {
    font-size: 12px;
  }
  .new-info .h-title span {
    font-size: 14px;
  }
  .new-info dl dt {
    margin-bottom: 10px;
    line-height: 1;
  }
  .new-info dl dd a {
    font-size: 14px;
  }
}


/*協定・制度別情報*/

section.kyotei-panel {
    background-color: #f1f5fa;
}

@media screen and (max-width: 1120px) {
  .kyotei-panel .tab_wrap {
    padding: 100px 4%;
    font-size: 100%;
  }
}

.kyotei-panel .tab_wrap h3 {
  font-size: 138%;
  font-weight: bold;
  color: #143c85;
  text-align: left;
  margin-bottom: 24px;
}

.kyotei-panel .tab_area button {
  font-size: 100%;
  width: 162px;
  color: #fff;
  background: #143c85;
  line-height: 1.2;
  padding: 16px 0;
  margin: 5px 1px 0 0;
  border-radius: 0;
  font-weight: bold;
  border: none;
  font-family: 'Noto sans JP';
}

.kyotei-panel .tab_area button:hover, .kyotei-panel .tab_area button:active {
  opacity: .8;
}

.kyotei-panel .tab_area button.kyotei-active-tab {
  border-radius: 6px 6px 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 0 0;
}

.kyotei-panel .panel_list {
  display: flex;
  flex-wrap: wrap;
}

.kyotei-panel .panel_list li {
  font-size: 88%;
  position: relative;
  width: 50%;
}

.kyotei-panel .panel_list li:nth-child(2n) a {
  margin-right: 0;
}

.kyotei-panel a {
  color: #333;
  display: block;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 34px;
  padding-right: 10px;
  margin-bottom: 14px;
  margin-right: 20px;
  border-bottom: 1px solid #e4e6ec;
}

.kyotei-panel .hand-icon a:before {
  content: '';
  background: url(../img/origin_rule/handshake.svg);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -22px;
  left: 0;
}

.kyotei-panel .panel_list li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -16px;
  right: 26px;
  border: 1px solid;
  border-color: #143C85 #143C85 transparent transparent;
  transform: rotate(45deg);
}

.kyotei-panel .panel_list li a:hover:after, .kyotei-panel .panel_list li a:active:after {
  right: 22px;
}

.kyotei-panel .book-icon a:before {
  content: '';
  background: url(../img/origin_rule/book.svg);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 22px;
  top: 50%;
  margin-top: -26px;
  left: 0%;
}

.kyotei-panel .panel_list li:nth-child(2n) a:after {
  right: 6px;
}

.kyotei-panel .panel_list li:nth-child(2n) a:hover:after, .kyotei-panel .panel_list li:nth-child(2n) a:active:after {
  right: 0;
}

.kyotei-panel .hand-icon li:nth-child(2n) a, .kyotei-panel .book-icon li:nth-child(2n) a {
  margin-right: 0;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .kyotei-panel .panel_list {
    display: block;
  }
  .kyotei-panel .panel_list li a:hover:after, .kyotei-panel .panel_list li a:active:after {
    right: 0;
  }
  .kyotei-panel .panel_list li {
    width: 100%;
    display: block;
  }
  .kyotei-panel li a {
    padding-bottom: 14px;
    margin-right: 0;
    padding-right: 0;
  }
  .kyotei-panel .hand-icon a:before {
    margin-top: -14px;
  }
  .kyotei-panel .book-icon a:before {
    margin-top: -18px;
  }
  .kyotei-panel .tab_area {
    width: 767px;
  }
  .kyotei-panel .tab_sbox {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .kyotei-panel .panel_list li a:after {
    right: 6px;
    margin-top: -10px;
  }
  .kyotei-panel .tab_wrap {
    padding: 50px 4%;
  }
}


/* information */

.information-wrapper {
  background-color: #f1f5fa;
}

.information-inner h3 {
  font-size: 22px;
  color: #143c85;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  margin-bottom: 30px;
}

.information-inner span {
  font-size: 16px;
  color: #143c85;
  font-weight: bold;
  display: block;
  text-align: left;
  line-height: 1;
  margin-bottom: 18px;
}

.information-inner {
  max-width: 1080px;
  padding: 60px 0;
  margin: 0 auto;
}

@media screen and (max-width: 1120px) {
  .information-inner {
    padding: 100px 4%;
  }
}

.information-inner .zeikan-link {
  display: flex;
  flex-wrap: wrap;
}

.information-inner .zeikan-link li {
  width: calc(100% / 4 - 14px);
}

.information-inner .zeikan-link li, .information-inner .another-link li {
  margin-right: 16px;
}

.information-inner .zeikan-link li a {
  margin-bottom: 16px;
}

.information-inner .zeikan-link li:nth-child(4), .information-inner .another-link li:last-of-type {
  margin-right: 0;
}

.information-inner a {
  display: block;
  line-height: 1;
}

.information-inner a img {
  width: 100%;
}

.information-inner .another-link {
  display: flex;
}

@media screen and (max-width: 767px) {
  .information-inner {
    padding: 50px 4%;
  }
  .information-inner .zeikan-link {
    display: block;
  }
  .information-inner .another-link {
    flex-wrap: wrap;
  }
  .information-inner .another-link li {
    width: calc(100% / 2 - 8px);
    margin-bottom: 10px;
  }
  .information-inner .another-link li:nth-child(2n) {
    margin-right: 0;
  }
  .information-inner .zeikan-link li {
    width: 256px;
  }
  .information-inner h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .information-inner span {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .information-inner .zeikan-link li a {
    margin-bottom: 18px;
  }
}

.hometop-btn {
  max-width: 1080px;
  padding: 60px 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.hometop-btn a {
  position: relative;
  display: inline-flex;
  background-color: #143c85;
  border-radius: 30px;
  padding: 10px 62px;
}

.hometop-btn .f-logo {
  display: flex;
  margin-right: 14px;
  margin-left: -26px;
  height: 24px;
}

.hometop-btn a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -5px;
  right: 10%;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

.hometop-btn a:hover:after, .hometop-btn a:active:after {
  right: 8%;
}

.btn-detaile {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .hometop-btn a {
    padding: 14px 76px;
    font-size: 16px;
  }
  .h-wrap {
    position: relative;
  }
  .hamburger-icon {
    bottom: 0;
  }
  .sp-display .sp-head .head-logo a {
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  .sp-display {
    position: static;
  }
  .splist-inner {
    position: relative;
    font-size: 12px;
    background-color: #e4e6ec;
    z-index: 3;
  }
  .splist-inner ul {
    display: flex;
    justify-content: flex-end;
    padding: 10px 4%;
  }
  .splist-inner li:not(:last-of-type) {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #CCCCCC;
  }
  .splist-inner li:nth-child(2) {
    margin-right: 40px;
  }
  .origin-sitemap {
    margin-right: 0;
  }
  .splist-inner a {
    position: relative;
    color: #333;
    font-weight: bold;
  }
  .splist-inner .origin-sitemap:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: 6px;
    border-style: solid;
    border-width: 4px 0 4px 5.5px;
    border-color: transparent transparent transparent #143C85;
  }
  .splist-inner .trigone:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 4px 0 4px;
    left: -12px;
    top: 8px;
    border-color: #143C85 transparent transparent transparent;
  }
  .splist-inner .lunguage {
    position: relative;
  }
  .splist-inner .lunguage:before {
    content: '';
    background: url(../img/global/lunguage.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: -52%;
    top: 1px;
  }
  .head-logo .h1-logo {
    width: 32px;
    margin-right: 10px;
  }
  .head-logo .h1-detaile {
    font-size: 16px;
    line-height: 1.2;
  }
}

.tab_area {
  display: flex;
}

.tab_panel {
  width: 100%;
  padding: 0;
  display: none;
}

.tab_area label {
  width: 190px;
  margin: 0 3px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  color: #999;
  background: linear-gradient(180deg, rgba(255, 255, 255, .34) 0%, rgba(255, 255, 255, 0) 100%), #DDE2F0;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease .2s opacity;
  border-radius: 4px 4px 0 0;
}

.open-content {
  display: block;
}

.kyotei-panel .tab_area button.kyotei-active-tab {
  border: 1px solid #ededed;
  background-color: #fff;
  color: #143C85;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}

.kyotei-panel .tab_sbox {
  margin-bottom: 40px;
  padding-top: 10px;
}

.menu_contents {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0 !important;
  position: absolute;
  top: 60px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .26);
  border-radius: 4px;
}

.modal-content .content-inner ul .drop-ttl {
  font-size: 88%;
  font-weight: bold;
  position: relative;
}

.modal-content .content-inner ul .drop-ttl:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 6px;
  top: 50%;
  margin-top: -6px;
  left: -14px;
  border: 2px solid;
  border-color: transparent transparent #143C85 #143C85;
}

.modal-content .mpc-scroll {
  height: 270px;
  overflow-y: scroll;
}

.modal-content .content-inner ul.msp-display {
  display: none;
}

.modal-content .content-inner ul a:hover:after, .modal-content .content-inner ul a:active:after {
  right: 0;
}

@media screen and (max-width: 1000px) {
  .modal-content .content-inner ul.msp-display {
    display: flex;
  }
  .modal-content .content-inner ul.mpc-display {
    display: none;
  }
  .modal-content .content-inner ul li {
    margin-right: 0;
  }
}

.modal-content .modal-ttl .micon-yousiki:before {
  background: url(../img/origin_rule/myousiki.svg) no-repeat;
}

@media all and (-ms-high-contrast: none) {
  .modal-content .content-inner ul li {
    width: calc(100% / 3 - 36px);
  }
  .modal-content .content-inner .mpc-display li {
    width: calc(100% / 3 - 38px);
  }
}

@media screen and (max-width: 767px) {
  .globalmenu-sp li.ac-ttl::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 6px;
    top: 28px;
    margin-top: -6px;
    left: 10px;
    border: 1px solid;
    border-color: transparent transparent #143C85 #143C85;
  }
  .globalmenu-sp a.link-only {
    position: relative;
    font-size: 12px;
    display: block;
    padding: 20px 4% 20px 20px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #e4e6ec;
  }
  nav.globalmenu-sp .ad-menu {
    position: relative;
    font-size: 12px;
    display: block;
    padding: 20px 4% 20px 20px;
    cursor: pointer;
  }
  .globalmenu-sp a.link-only::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    margin-top: -5px;
    right: 24px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    z-index: 2;
  }
  .globalmenu-sp li.ac-ttl {
    position: relative;
    font-size: 12px;
    display: block;
    padding: 20px 4% 20px 22px;
    background-color: #eef3fd;
    border-bottom: 1px solid #e4e6ec;
  }
  .close-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.head-wrap .head-logo a:hover, .head-wrap .head-logo a:active {
  text-decoration: none;
}

.imp-news-btn {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 2;
}

.top-impnews-ttl {
  margin-right: 35px;
  min-width: 160px;
}

.top-impnews-ttl h3 {
  position: relative;
  left: 0;
  top: 0;
  font-size: 90%;
  color: #E02828;
  font-weight: bold;
  padding-left: 30px;
}

.imp-btn-off, .imp-btn-on {
  max-width: 26px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

.imp-btn-off, .imp-btn-on {
  max-width: 26px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

.imp-news-btn img {
  width: 100%;
}

.btn-off {
  display: none;
}

.top-impnews-in .cp_container.view-more {
  height: auto;
}

.top-impnews-in .cp_container {
  overflow: hidden;
  height: 26px;
  /* 開く前に見えている部分の高さ */
  transition: all .5s;
}

.top-impnews li {
  font-size: 100%;
}

.cp_container a:hover, .cp_container a:active {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .top-impnews li {
    font-size: 14px;
  }
  .top-impnews-ttl h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .cp_container a:hover, .cp_container a:active {
    text-decoration: underline;
  }
  .top-impnews .top-impnews-in li {
    padding: 10px 0 0;
  }
  .top-impnews ul:nth-child(n+2) {
    margin-top: 0px;
  }
  .top-impnews {
    padding: 25px 20px 25px 20px;
  }
  .cp_container ul {
    padding-bottom: 10px;
  }
  .imp-slide li a {
    height: 25px;
    overflow: hidden;
  }
  .modal-content .modal-ttl span {
    /* text-align: center; */
    display: inline-block;
  }
}

@media screen and (max-width: 500px) {
  .top-impnews-in .cp_container {
    height: 54px;
  }
}

.slick-vertical .slick-slide {
  height: 25px;
  border:none;
}

@media screen and (max-width:767px) {
  .slick-vertical .slick-slide {
    height: 40px;
  }
}

@media all and (-ms-high-contrast: none) {
  .gsc-input {
    width: 208px !important;
    max-width: 208px;
  }
  .top-impnews-in .cp_container {
    height: 30px;
  }

  .imp-slide li a {
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .top-impnews {
    overflow: hidden;
  }
  .slick-vertical .slick-slide {
    height: auto;
  }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none) {
  main {
    padding-top: inherit;
  }
  .headtop-wrap {
    position: inherit;
  }
}


/*modal修正*/

.drop-inner {
  margin-left: 0;
}

.kyotei-panel .tab_area button:hover {
  cursor: pointer;
}

.modal-content .content-inner .inquery-m li {
    width: calc(100% / 2 - 30px);
    display: block;
    text-align: left;
    margin-bottom: 18px;
    margin-right: 40px;
}

.modal-content .content-inner .inquery-m li:nth-child(3) {
    margin-right: 40px;
}

.modal-content .content-inner .inquery-m li:nth-child(3n) {
    margin-right: 40px;
}

.modal-content .content-inner .inquery-m li:nth-child(2n) {
    margin-right: 0;
}

.foot-nav .ac-ttl {
    position: relative;
    display: block;
    padding: 20px;
    cursor: pointer;
    text-align: left;
    font-family: 'Noto sans JP';
    line-height: 1.45;
    border-bottom: 1px solid #e4e6ec;
    cursor: auto;
}

.right .origin-anotherlink {
    border-right: none;
}

/*検索窓調節*/
_:-ms-lang(x)::-ms-backdrop, .gsc-input {
 width: 208px!important;
}
_:-ms-lang(x)::-ms-backdrop, .gsst_b {
 width: auto!important;
}

/*原産地ポータル　スライド２行表示*/

.newinfo-wrapper .imp-slide li a{
  max-width: 760px;
  width: 100%;
  padding-right: 30px;
  word-break: break-all;
}

.newinfo-wrapper  .top-impnews-in .cp_container{
  height: 26px;
}

.imp-slide .slick-list.draggable{
  padding: 0 0 !important;
}

.newinfo-wrapper .imp-news-btn{
  right: -35px;
}

.newinfo-wrapper .slick-vertical .slick-slide{
  width: 100%!important;
}

.newinfo-wrapper  .top-impnews-in .cp_container.view-more{
  height: auto;
}

@media screen and (max-width: 767px) {
  .newinfo-wrapper .imp-news-btn {
    right: 0px;
    width: 20px;
    height: 20px;
  }

  .newinfo-wrapper  .top-impnews-in .cp_container{
    height: 52px;
  }
}

@media all and (max-width:1120px) and (-ms-high-contrast: none) {
  header .head-logo {
    width: 40%;
  }
}
