/*英語 */

#contents {
  padding: 10px 10px 0;
}

.title_asbar {
    font-size: 20px;
    margin: 32px 0 12px;
    padding-left: 8px;
}

.ua_text {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 20px;
}

.subtitle_bar {
    font-size: 13px;
    padding-left: 8px;
    border-left: 3px solid #000;
    margin: 0 0 10px;
}

.ua_list{
    margin-bottom: 24px;
}

  .ua_list li {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.8;
  }

  .note {
    font-size: 14px;
  }


  .aboutus1 ul li {
    width: 100% ;
  }

  .price_list {
    display: flex;
    flex-direction: column;
    margin: 0 16px 24px;
    padding-left: 0;
  }

  .price_list li {
    font-size: 15px;
    text-align: center;
  }

.price_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price_list li {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 4px 0;
  font-size: 16px;
}


.price_list .price {
  text-align: right;
}


.aboutus_list {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding: 0;
  margin: 10px 0;
  list-style: none;
}

.aboutus_list li {
  flex: 1;
}

.aboutus_img img {
  width: 100%;
  height: 200px; 
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.ua_section_title {
  font-size: 14px;
  font-weight: bold;
}



.step_box {
  margin-bottom: 30px;
}


.price_block {
padding: 0 0 10px;
}

.ua_text h4 {
  font-size: 17px;	
 font-weight: bold;
}

.pricing_text {
margin-bottom: 20px;
}


/*料金リスト*/
.price_list2 {
  margin: 0 0 20px;
}
.black {
  position: relative;
  padding: 5px;
  min-height: 20px;
  background: #d7b072;
  background: -moz-linear-gradient(top,  #e8dca2 0%, #e8dca2 50%, #d7b072 51%, #d7b072 100%);
  background: -webkit-linear-gradient(top,  #e8dca2 0%,#e8dca2 50%,#d7b072 51%,#d7b072 100%);
  background: linear-gradient(to bottom,  #e8dca2 0%,#e8dca2 50%,#d7b072 51%,#d7b072 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8dca2', endColorstr='#d7b072',GradientType=0 );
  border: 1px solid #d7b072;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
}
.radius_cell2 {
  position: relative;
  padding: 10px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
}
.list_price li {
  position: relative;
  clear: both;
  margin: 0 0 5px;
  padding: 5px 80px 5px 0;
  border-bottom: 1px dashed #DDDDDD;
  font-size: 12px;
  overflow: auto;
}
.secret {
  position: relative;
  margin: 10px 0 0;
  padding: 5px;
  min-height: 20px;
  background: #5aa3c3;
  background: -moz-linear-gradient(top,  #5aa3c3 0%, #5aa3c3 50%, #1179a7 51%, #1179a7 100%);
  background: -webkit-linear-gradient(top,  #5aa3c3 0%,#5aa3c3 50%,#1179a7 51%,#1179a7 100%);
  background: linear-gradient(to bottom,  #5aa3c3 0%,#5aa3c3 50%,#1179a7 51%,#1179a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aa3c3', endColorstr='#1179a7',GradientType=0 );
  border: 1px solid #1179a7;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
}
.txt_price {
  position: absolute;
  display: block;
  margin: 0;
  padding:0;
  font-size: 16px;
  color: #000000;
  right: 0;
  bottom: 0;
}
.step_boxContents{
  margin: 10px 0 0;
}
.step_list{
 padding: 0 0 0 10px;
 margin: 24px 0;
}