@charset "UTF-8";
@media only screen and (max-width: 767px) and (orientation:portrait), only screen and (max-width:900px) and (orientation:landscape) {
/*==============================================
global
==============================================*/
html {
  font-size: 55%;
}

body {
  min-width: 1px;
}

._pc {
  display: none;
}

._sp {
  display: inline-block;
}

.contentsout-sp--is-on {
  position: fixed;
  top:0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0 ,0.7);
  opacity: 0.7;
  z-index: 999;
  transition: all .5s ease-out;
}

/*==============================================
youtube
==============================================*/
._youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  }

._youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==============================================
telnum
==============================================*/
._telnum__link {
  padding-bottom: 0;
  line-height: 1.4;
}

/*==============================================
table
==============================================*/
/*_table--sp-block*/
._table--sp-block tr {
  display:inline!important;
}

._table--sp-block th,
._table--sp-block td {
  display:block!important;
  width: 100%;
}

/*_table--sp-scroll*/
._table--sp-scroll {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 1em;
}

._table--sp-scroll::after {
  content:'→→→→→→ この表は横スクロールできます。';
  font-size: 80%;
  margin-bottom: 1em;
  display: block;
}

._table--sp-scroll::-webkit-scrollbar {
  height: 5px;
}
._table--sp-scroll::-webkit-scrollbar-track{
  background: #eee;
}
 ._table--sp-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
}


/*==============================================
btn
==============================================*/
._btn--sp-block {
  display: block;
}

/*==============================================
grid
==============================================*/
._grid--sp_vertical {
  display: block;
  justify-content: space-between;
}

._grid--sp_vertical > div,
._grid--sp_vertical > section
{
  width: 100%;
}

._grid--sp_reverse {
  flex-flow: row-reverse;
}

/*==============================================
_icon
==============================================*/
._icon-call {
  padding-left: 1.2em;
  background-size: 1em;
}

/*==============================================
title
==============================================*/
._titbar_xl {
  padding: .5em 1em;
  margin-bottom: .7em;
}

._titbar_l,
._titbar_m,
._titbar_s {
  margin-bottom: .5em;
}


/*==============================================
bar
==============================================*/
.bar {
  padding: 30px 15px;
  margin-bottom: 20px;
}

.bar__inner {
  min-width: 0px;
  padding: 0;
}

.bar__tit {
  font-size:2rem;
}

/*==============================================
contents & _box
==============================================*/
.contents {
  min-width: 0px;
  margin: 0 auto 30px;
  padding: 0;
}

/*box*/
._box {
  margin-bottom: 50px;
}

._minibox {
  margin-bottom: 30px;
}



/*==============================================
header-pc
==============================================*/
.header-pc {
  display: none;
}


/*==============================================
header-sp
==============================================*/
.header-sp {
  display: block;
  position:fixed;
  height: 51px;
  top:0;
  left:0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 9;
}

.header-sp__ci {
  background:linear-gradient(to right,#00b3fe,#039);
  text-align: right;
  font-size: 1px;
  line-height: 0;
}

.header-sp__ci__img {
  width: 100px;
}

.header-sp__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header-sp__logo {
  position: relative;
  padding-left: 4%;
  font-size: 1px;
}

.header-sp__logo__img {
  width: 200px;
  top:55%;
  transform: translateY(55%);
  line-height: 1;
  font-size: 0.1px;
}

.header-sp__menubtns {
  background: #3C96DE;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
}

.header-sp__nav {
  display: block;
  position: fixed;
  z-index: -1;
  width: 85vw;
  top:0;
  left:100vw;
  right:0;
  bottom: 0;
  z-index: 999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow-y: auto;
  font-size: 1.7rem;
}

.header-sp__nav__close {
  left:10px;
  top:10px;
  position: fixed;
  z-index: 9999;
  width: 15vw;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  display: none;
}

.header-sp__nav__close__times {
  display: block;
  width: 40px;/*枠の大きさ*/
  height: 40px;/*枠の大きさ*/
  position: relative;
}

.header-sp__nav__close__times::before, .header-sp__nav__close__times::after{
  content: "";
  display: block;
  width: 100%;/*バツ線の長さ*/
  height: 2px;/*バツ線の太さ*/
  background: #fff;
  transform: rotate(45deg);
  transform-origin:0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.header-sp__nav__close__times::after{
  transform: rotate(-45deg);
  transform-origin:100% 50%;
  left: auto;
  right: 14%;
}

.header-sp__nav--is-on {
  left:15vw;
  background:#F9F9F9;
  z-index: 999;
}

.header-sp__nav__inner {
  padding:0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-sp__nav__item {
  position: relative;
  width: 100%;
}

.header-sp__nav__item__link,
.header-sp__nav__item__link:visited {
  background: #005BAC;
  display: block;
  color: #fff;
  padding: .7em 1em;
  margin-bottom: 1px;
  text-decoration: none;
  font-weight: bold;
}

.header-sp__nav__item__link--emergency,
.header-sp__nav__item__link--emergency:visited
{
  background: #E43737;
}

.header-sp__nav__item__link--faq,
.header-sp__nav__item__link--recruit,
.header-sp__nav__item__link--faq:visited,
.header-sp__nav__item__link--recruit:visited,
.header-sp__nav__item__link--network,
.header-sp__nav__item__link--network:visited
{
  background: #0E4E81;
}

.header-sp__nav__item--faq,
.header-sp__nav__item--recruit {
  width: 100%;
}


.header-sp__nav__others {
  width: 100%;
  background: #F9F9F9;
  padding: 10px;
}

.header-sp__nav__item--search {
  margin-bottom: .5em;
}

.header-sp__nav__item--search,
.header-sp__nav__item--tkh {
  width: 100%;
}

.header-sp__nav__item__link--search,
.header-sp__nav__item__link--tkh,
.header-sp__nav__item__link--search:visited,
.header-sp__nav__item__link--tkh:visited {
  background:#fff;
  color: #005BAC;
  border:2px solid #005BAC;
  text-align: center;
  padding: .7em 1em;
}


.header-sp__nav__item--emergency a::after,
.header-sp__nav__item--contractor a::after,
.header-sp__nav__item--new a::after,
.header-sp__nav__item--company a::after,
.header-sp__nav__item--agency a::after
{
  position: absolute;
  content: '\f0fe';
  top:50%;
  right:4%;
  transform: translateY(-50%);
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2rem;
}

.header-sp__nav__item--is-on a::after {
  content: '\f146';
}

.header-sp__nav__item--is-on a {
  background:#00b3fe!important;
}

.header-sp__nav__item__more {
  display: none;
  background:#f4f4f4;
  padding:15px;
  width: 100%;
}


/*header-sp__nav__item__more--emergency*/
.header-sp__nav__item__more--emergency {
  padding:15px;
  background: #FFF2F2;
}

.header-sp__nav__contractor__emergency__tit {
  background:#E43737;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.header-sp__nav__contractor__emergency__tit::before {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -24px;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #E43737;
}

.header-sp__nav__contractor__emergency__tit__copy {
  font-weight: bold;
  margin-bottom: 0.2em;
}

.header-sp__nav__contractor__emergency__tit__copy::before {
  font-family: 'Font Awesome 5 Free';
  content:'\f0f3';
  font-weight: 900;
  padding-right: .25em;
}

.header-sp__nav__contractor__emergency__tit__tel {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
}

.header-sp__nav__contractor__emergency__tit__tel__link {
  text-decoration: none;
  color:#fff;
  border-bottom: 1px dotted #fff;
}

.header-sp__nav__contractor__emergency__tit__teltime {
  font-weight: normal;
}

.header-sp__nav__contractor__emergency__list {
  padding: 15px 15px 15px 20px;
  background:#FFF2F2;
  border: 3px solid #E43737;
}

.header-sp__nav__contractor__emergency__list__item {
  position: relative;
  font-size: 1.6rem;
}

.header-sp__nav__contractor__emergency__link,
.header-sp__nav__contractor__emergency__link:visited {
  color: #000;
  text-decoration: none;
}

.header-sp__nav__contractor__emergency__link::before {
  font-family: 'Font Awesome 5 Free';
  content:'\f138';
  font-weight: 900;
  color:#E43737;
  padding-right: .25em;
}

.header-sp__nav__contractor__emergency__flow {
  margin-top: .5em;
}


/*eader-sp__nav__item__more--personal*/
.header-sp__nav__more__personal__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-sp__nav__more__personal__list__item {
  width: 48%;
  margin-bottom: 4%;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  background: #ffffff;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
}

.header-sp__nav__more__personal__img {
  width: 70%;
}

.header-sp__nav__more__personal__img--pamph {
  width: 45%;
}

.header-sp__nav__more__personal__txt::before {
  font-family: 'Font Awesome 5 Free';
  content:'\f138';
  font-weight: 900;
  padding-right: .3em;
  color: #009C84;
}

.header-sp__nav__more__personal__link,
.header-sp__nav__more__personal__link:visited {
  color:#000;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
}

.header-sp__nav__more__personal__list__item--pamph {
  width: 100%;
}

.header-sp__nav__more__personal__txt--pamph::before {
  color: #005BAC;
}


/*header-sp__nav__item__more--contractor*/
.header-sp__nav__contractor__info__callcenter__link,
.header-sp__nav__contractor__info__callcenter__link:visited {
  background:#3C96DE url(/_assets/img/top/top_contractor_info_callcenter.jpg) no-repeat center top;
  background-size: cover;
  color:#fff;
  display: block;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  padding: 1em 1em;
  text-decoration: none;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 2px;
}

.header-sp__nav__contractor__info__callcenter__copy {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 1.3rem;
  margin-bottom: 1em;
}

.header-sp__nav__contractor__info__callcenter__tit {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.header-sp__nav__contractor__info__callcenter__time {
  font-size: 1.3rem;
}

.header-sp__nav__contractor__info__list {
  margin-bottom: 15px;
}

.header-sp__nav__contractor__info__link,
.header-sp__nav__contractor__info__link:visited {
  background: #009C84;
  text-align: center;
  display: block;
  color:#fff;
  padding: .7em 1em;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  margin-bottom: .5em;
  border-radius: 2px;
}

.header-sp__nav__contractor__info__link::before {
  font-family: 'Font Awesome 5 Free';
  content:'\f138';
  font-weight: 900;
  padding-right: .25em;
  color: #fff;
}

.header-sp__nav__contractor__mynisshin {
  background: #fff;
  border:3px solid #F4A100;
  padding: 15px;
  text-align: center;
}

.header-sp__nav__contractor__mynisshin__tit {
  font-size: 1.8rem;
  font-weight: bold;
}

.header-sp__nav__contractor__mynisshin__img {
  width: 60%;
  margin: 10px auto;
}

.header-sp__nav__contractor__mynisshin__link,
.header-sp__nav__contractor__mynisshin__link:visited {
  background: #F4A100;
  color:#fff;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: .7em 1em;
  text-decoration: none;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  margin-top: .7em;
  border-radius: 2px;
}

.header-sp__nav__contractor__mynisshin__link::before {
  font-family: 'Font Awesome 5 Free';
  content:'\f138';
  font-weight: 900;
  padding-right: .25em;
  color: #fff;
}


/*header-sp__nav__more__agency*/
.header-sp__nav__agency__link,
.header-sp__nav__agency__link:visited {
  color:#fff;
  padding: 20px 15px;
  text-decoration: none;
  text-align: center;
  display: block;
  background:#3C96DE url(/_assets/img/top/top_agency.jpg) no-repeat center top;
  background-size: cover;
  border-radius: 2px;
  margin-bottom: 10px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}

.header-sp__nav__agency__link--dokuritsu {
  background:#3C96DE url(/_assets/img/top/top_agency_dokuritsu.jpg) no-repeat center top;
  background-size: cover;
}

.header-sp__nav__agency__link--neo {
  background:#3C96DE url(/_assets/img/top/top_agency_neo.jpg) no-repeat center top;
  background-size: cover;
  margin-bottom: 0;
}

.header-sp__nav__agency__list__item__tit {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.header-sp__nav__agency__list__item__tit::before {
  font-family: 'Font Awesome 5 Free';
  content:'\f138';
  font-weight: 900;
  padding-right: .25em;
  color: #fff;
}

.header-sp__nav__agency__list__item__copy {
  line-height: 1.5;
  margin: .75em 0 0;
  font-size: 1.4rem;
}


/*header-sp__nav__item__more--company*/
.header-sp__nav__item__more--company {
  width: 100%;
}

.header-sp__nav__company__list {
  margin-bottom: 20px;
}

.header-sp__nav__company__list,
.header-sp__nav__ir__list
{
  background:#fff;
  font-size: 1.7rem;
}

.header-sp__nav__company__link,
.header-sp__nav__company__link:visited {
  color: #000;
  text-decoration: none;
  padding: .7em;
  display: block;
  border-bottom: 1px solid #eee;
}


.header-sp__nav__company__link::before {
  font-family: 'Font Awesome 5 Free';
  content:'\f138';
  font-weight: 900;
  padding-right: .5em;
  color: #005BAC;
}

.header-sp__nav__company__tit {
  font-weight: bold;
  margin-bottom: 0.7em;
}

.header-sp__nav__more__company__box--ir {
  margin-top:2px;
}

/*=========[2021.10改訂版]========*/
/*ctr*/
.nav-sp__ctr {
  margin-bottom: 20px;
}

.nav-sp__ctr__02 {
  margin: 20px 0;
}


.nav-sp__ctr__emergency__link,
.nav-sp__ctr__emergency__link:visited {
  background: #E43737;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: .5em .7em .7em;
  border-radius: 6px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
}

.nav-sp__ctr__accident {
  margin-bottom: 5px;
}


.nav-sp__ctr__accident__link, .nav-sp__ctr__accident__link:visited {
  background: #ffd8d8;
  padding: .5em;
  border-radius: 3px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #000;
  display: flex;
  align-content: center;
  text-decoration: none;
  line-height: 1.3;
  font-size: 1.6rem;
  text-align: center;
}

.nav-sp__ctr__accident__img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 3px;
  margin-right: 10px;
}

.nav-sp__ctr__accident__txt {
  align-self: center;
}

.nav-sp__ctr__emergency__24h {
  font-size: 2rem;
  margin: .3em 0;
  border-bottom: 1px solid #fff;
  padding-bottom: .5em;
}

.nav-sp__ctr__emergency__24h i {
  font-size: 2rem;
}

.nav-sp__ctr__tit {
  margin-bottom: 1em;
}

.nav-sp__ctr__subtit {
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 1.4rem;
}

.nav-sp__ctr__subtit::before {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: .3em;
}

.nav-sp__ctr__list {
  margin-bottom: 1em;
}

.nav-sp__ctr__item {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}


.nav-sp__ctr__item__link, .nav-sp__ctr__item__link:visited {
  font-size: 1.7rem;
  color: #000;
  text-decoration: none;
  line-height: 1.4;
  text-align: center;
  padding: .7em .7em;
  display: flex;
  justify-content: space-between;
  margin-bottom: .3em;
}

.nav-sp__ctr__item__img {
  width: 15%;
  height: auto;
  align-self: center;
}

.nav-sp__ctr__item__txt {
  width: 82%;
  text-align: left;
  align-self: center;
}

.nav-sp__ctr__03 {
  text-align: center;
  font-size: 1.4rem;
}

.nav-sp__ctr__mynisshin {
  /* background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
  padding: 0 15px 0;
}

.nav-sp__ctr__mynisshin__tit {
  font-weight: bold;
}

.nav-sp__ctr__mynisshin__img {
  padding: 5px 0;
  margin: 0 auto;
  width: 50%;
}

.nav-sp__ctr__mynisshin__list {
  margin-bottom: 1.5em;
  display: inline-block;
}

.nav-sp__ctr__mynisshin__item__link,
.nav-sp__ctr__mynisshin__item__link:visited {
  /* background: #F4A100;
  color:#fff;
  font-weight: bold; */
  display: block;
  text-align: left;
  /* padding: .8em 1em; */
  text-decoration: none;
  /* box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  border-radius: 2px; */
  margin-top: .5em;
  color: #000;
}

.nav-sp__ctr__mynisshin__item__link:hover {
  opacity: 0.8;
}

.nav-sp__ctr__mynisshin__item__link::before {
  font-family: 'Font Awesome 5 Free';
  content:'\f138';
  font-weight: 900;
  padding-right: .25em;
  color: #3C96DE;
}

.nav-sp__ctr__others__list {
  display: inline-block;
  text-align: center;
}

.nav-sp__ctr__others__item__link,
.nav-sp__ctr__others__item__link:visited {
 /* background: #009C84; */
 text-align: left;
 display: block;
 /* color:#fff; */
 /* padding: .8em 1em; */
 text-decoration: none;
 /* font-weight: bold;
 box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
 border-radius: 2px; */
 margin-top: .5em;
 color: #000;
}

.nav-sp__ctr__others__item__link::before {
  font-family: 'Font Awesome 5 Free';
  content:'\f138';
  font-weight: 900;
  padding-right: .25em;
  color: #3C96DE;
}

/*new*/
.nav-sp__new__01 {
  margin-bottom: 20px;
}

.nav-sp__new__tit {
  font-weight: bold;
  font-size: 1.7rem;
  padding: .5em;
  position: relative;
}

.nav-sp__new__item {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.nav-sp__new__item__link, .nav-sp__new__item__link:visited {
  font-size: 1.7rem;
  color: #000;
  text-decoration: none;
  line-height: 1.4;
  text-align: center;
  padding: .7em .7em;
  display: flex;
  justify-content: space-between;
  margin-bottom: .3em;
}

.nav-sp__new__item__img {
  width: 15%;
  height:auto;
  align-self: center;
}

.nav-sp__new__item__txt {
  width: 82%;
  text-align: left;
  align-self: center;
}



/*==============================================
topicpath
==============================================*/
.topicpath {
  font-size: 1rem;
}

.topicpath__inner {
  min-width: 1px;
}

/*==============================================
main
==============================================*/
.main {
  min-width: 0px;
  padding: 51px 0 0;
}

.box {
  margin: 0 15px 40px;
}


/*==============================================
footer-network
==============================================*/
.footer-network {
  padding: 15px;
}


.footer-network__inner {
  min-width: 0px;
}

.footer-network__tit {
  margin-bottom: 1em;
  font-size: 1.8rem;
}

.footer-network__list {
  display: block;
}

.footer-network__list__item {
  margin: 0 auto .5em;
}


._btn--footer-network {
  display: block;
}


/*==============================================
footer
==============================================*/
/*footer__group*/
.footer__group {
  background: #f4f4f4;
}

.footer__group__inner {
  min-width: 0px;
  margin: 0 auto;
  padding: 15px;
}

.footer__group__list__item {
  width: 100%;
}

/*footer-sp__bottombar*/
.footer-sp__bottombar-box {
  display: block;
}

.footer-sp__bottombar {
  background:rgba(11, 104, 179, 0.9);
  position: fixed;
  left:0;
  bottom: 0;
  display: block;
  z-index: 9;
  width: 100%;
}

.footer-sp__bottombar--stopped {
  position: relative;
  left:auto;
  bottom:auto;
}

.footer-sp__bottombar__list {
  display: flex;
  justify-content: space-between;
  padding: 7px 15px;
}

.footer-sp__bottombar__list__item {
  width: 27%;
  text-align: center;
  font-size: 1.1rem;
}

.footer-sp__bottombar__list__item a,
.footer-sp__bottombar__list__item a:visited {
  color: #fff;
  text-decoration: none;
}

.footer-sp__bottombar__list__icon {
  font-size: 2.6rem;
  line-height: 1.2;
}

/*footer__links*/
.footer__links {
  text-align: left;
  padding: 15px;
}

.footer__links__list__item {
  display: block;
}

.footer__links__list__item::before {
  font-family: 'Font Awesome 5 Free';
  top:50%;
  transform: translateY(-50%);
  padding-right: .5em;
  content:'\f138';
  font-weight: 900;
  color: #fff;
}

.footer__links__list__item::after {
  content: '';
  padding: 0;
}

/*.footer__copyright*/
.footer__copyright {
  display: block;
  text-align: center;
}

.footer__copyright-inner {
  display: block;
  padding: 32px 24px;
  min-width:auto;
}

.footer__copyright__ci-sp {
  display: block;
  margin-bottom: 16px;
  font-size: 1px;
}

.footer__copyright__ci-sp img {
  width: 150px;
}

.footer__copyright__copy__ci {
  display: none;
}

.footer__copyright__logo {
  padding: 0;
  margin-bottom: 23px;
}

.footer__copyright__copy__ci {
  width: 50%;
}

.footer__copyright__copy {
  text-align: center;
}

.footer__copyright__txt {
  font-size: 1.2rem;
}



/*==============================================
support__trouble（事故受付読み込み）
==============================================*/
.support__trouble__btns {
  padding: 1em;
}

.support__trouble__btns__list {
  display: block;
  margin-bottom: 0;
}

.support__trouble__btns__item {
  width: 100%;
  margin-bottom: .75em;
}

.support__trouble__btns__item a,
.support__trouble__btns__item a:visited {
  font-size: 1.8rem;
}


/*==============================================
pagetop
==============================================*/
.pagetop {
  right: 15px;
  bottom: 80px;
}

.pagetop--stoped {
  position: absolute;
  bottom:370px;
}

/*==============================================
20220602
==============================================*/
.top__new__item__img {
  height: 40px!important;
}

}