@charset "UTF-8";
/* THEME */ 
.cloud_list{
 padding-bottom: 40px;
}
.cloud_item{
  border-bottom: solid #ddd 1px;
  padding: 30px 0;
}
.cloud_item h3{
  font-size: 24px;
  padding-bottom: 10px;
}

.cloud_item .cloud_content{
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
}
.product-base-info{
  padding: 0;
  width: auto;
  margin: 0;
  flex-shrink: 0;
}
.cloud_text{
  padding: 0 30px;
  padding-right: 60px;
  line-height: 32px;
}
.cloud_text a{
  color: #1a6779;
}
@media only screen and (max-width: 1280px) {
  
}
@media only screen and (max-width: 860px) {
  
}
@media only screen and (max-width: 1023px) {
   
}
@media only screen and (max-width: 767px) {
  .cloud_content{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cloud_text{

    padding: 20px;
  }
  .cloud_item h3{
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  
}
