.catalog-download {
  max-width: 30rem;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}

.catalog-download h1 {
  font-size: 1.125rem;
  margin: 0 0 1rem;
  line-height: 1.5;
}

.catalog-download p {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 0 0 1rem;
}

.catalog-download .note {
  font-size: 0.8125rem;
  color: #666;
}

.catalog-download .button01 {
    margin-bottom: 1rem;
}

.button01__red {
    border: 1px solid #e70000 !important;
    background: #e70000 !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 130%;
    text-align: center;
    vertical-align: middle;
    box-shadow: 2px 2px 0 0 #990000;
    box-sizing: border-box;
    color: #fff;
}

.catalog-select-box  {
	position: relative;
	display: inline-block;
	margin-right: .5em;
}

.catalog-select-box i {
  position: absolute;
  top: 50%;
  left: 8px; /* 左からの位置 */
  transform: translateY(-50%);
  pointer-events: none; /* アイコンをクリックしてもselectが反応するようにする */
  margin: 0 0.5em 0 0;
  color: #c8c8c8;
  font-weight: 900;
  font-size: 1.6rem;
  vertical-align: top;
}

.catalog-select-box select{
  padding-left : 3em !important;
}

.input-blank select{
  border: 1px solid #c8c8c8;
  color: #333;
}

@media (max-width: 480px) {
  .catalog-select-box select{
    width: calc(100vw - 80px);
    padding: 0.2em 0.5em 0.3em 1em;
    font-size: 1rem;
  }
}