/***********************
*
* common
*
****************************************/
html {
  font-size: 125%;
}

.header-content__login {
  width: auto;
}
.header-content__login a .icon {
  height: 30px;
}
@media screen and (min-width: 1101px), print {
  .header-content__main__setting {
    width: auto;
  }
}
@media screen and (max-width: 1100px) {
  .header-content__main__setting .size__btn {
    width: 144px;
  }
}
.header-content__main__setting .size__btn::before {
  left: 50%;
}

svg {
  width: 100%;
  height: 100%;
  display: block;
}

input[type=submit],
input[type=reset] {
  line-height: 1;
}

.footer-other__company span {
  width: 150px;
}

.common-list-type2--item dd {
  width: 230px;
}
.common-list-type2--item dd .icon {
  width: 30px;
}

/***********************
*
* subpage
*
****************************************/
@media screen and (max-width: 1100px) {
  .subpage-h1 {
    min-height: 230px;
    height: auto;
    padding: 20px 10px;
  }
}

/***********************
*
* top
*
****************************************/
.top-search .search-box {
  height: auto;
}

.top-news .tab-switch {
  height: auto;
}
@media screen and (max-width: 1100px) {
  .top-news .tab-switch {
    position: static;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-news .tab-switch-item {
  width: auto;
  padding: 0 10px;
}
@media screen and (max-width: 1100px) {
  .top-news .tab-switch-item {
    height: auto;
    width: 33%;
    margin-right: 0;
  }
  .top-news .tab-switch-item:nth-child(1), .top-news .tab-switch-item:nth-last-child(1) {
    border-radius: 0;
  }
  .top-news .tab-switch-item:nth-child(n+4) {
    margin-top: 0.5%;
  }
}
.top-news .news-category {
  width: 125px;
}

/***********************
*
* search
*
****************************************/
.search-condition--form--list .item dt {
  padding-inline: 10px;
}
.search-condition--form--list .item .detail--name {
  width: 190px;
}
@media screen and (max-width: 600px) {
  .search-condition--form--list .item.activityOriented .detail--name {
    width: auto;
  }
}

/***********************
*
* contact
*
****************************************/
.contact-form dl dt {
  width: 250px;
}
.contact-form dl dt .aform-label {
  padding: 11px 85px 11px 11px;
}
.contact-form .aform-button-area input {
  width: auto;
  min-width: 300px;
  line-height: 1;
}

.contact-content #aform_result a {
  line-height: 1;
  max-width: 400px;
}

/***********************
*
* mypage
*
****************************************/
.mypage-management li {
  height: auto;
}