#contents {
  max-width: 100%;
}

.f-container {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-orient:horizontal;
  	-webkit-box-direction:normal;
  	-ms-flex-flow:row wrap;
  	flex-flow:row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.f-item-01 {
  flex-grow: 0;
}

.f-item-02 {
  flex-grow: 0;
}

.btn {
  padding: 0;
}

.infomation-key {
  margin: 0;
  padding: 0;
}

#newarrival-h1 {
  font-size: 10px;
  line-height: 1.5em;
  color: #fff;
  margin-bottom: 0;
}

.newarrival-logo {
  margin: 0;
  padding: 0;
}
.newarrival-wrapper {
  margin-bottom: 15px;
}

.newarrival-container {
  border: 1px solid #ccc;
  padding: 15px;
}

.newarrival-add {
  font-size: 25px;
}

.newarrival-pdf {
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  right: 25px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  padding-top: 16px;

	display: inline-block;
	width: 160px;
	text-decoration: none;
	color: #111;
  background: #ff9895;
  border-bottom: 4px solid #ff5555;
	border-radius: 4px;
}

.newarrival-pdf:hover {
	 cursor: pointer;
	 text-decoration: none;
	 background:#ff5555;
	 transform: translate3d(0, 4px, 0);
	 border-bottom: none;
}

.nurutto_btn_red {
	display: inline-block;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
  color: #111;
  background: #ff9895;
  border-bottom: 4px solid #ff5555;
	border-radius: 4px;
}

.newarrival-price {
  font-size: 20px;
}

.price-num {
  font-size: 30px;
  margin: 0 10px;
  font-family: serif;
}

.newarrival-text p {
  font-size: 17px;
}

#footer p {
  margin: 0;
}

.padding-15 {
  padding: 15px;
}

#contetns {
  padding: 0 22px 0 20px;
}

address {
  margin: 0 !important;
  line-height: 30px !important;
}

.scheduled_sell_2021 {
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 100px;
}

.scheduled_sell_2021 h4 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.scheduled_sell_2021 h5 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5em;
}
