@charset "UTF-8";
/* CSS INDEX for TOP page */

.info_h3 img {
  width: 250px;
  height: auto;
}

.info_box {
    margin-bottom: 80px;
}

.info_box p{
	line-height: 1.2em;
	margin-top: 1em;
	margin-left: 1em;
    font-size: 120%;
}

.info_box h4 {
  padding: 0 0 20px 0;
  line-height: 1.4;
  border-bottom: solid 2px #DBDBDB;
  font-size: 24px !important;
    font-weight: normal !important;
}

.info_icon img {
  width: 35px;
  height: auto;
  margin-right: 20px;
}

dl.info-list {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 10px;
}

dl.info-list dt {
  width: 18%;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 160%;
}

dl.info-list dd {
  width: 82%;
  margin-bottom: 20px;
  line-height: 160%;
}

/* 20211228 */

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

#content-info {
  width: 800px;
  margin: auto;
}

.row-fluid h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 100px auto 30px;
  text-align: center;
  line-height: 140%;
  width: 100%;
}

.row-fluid span {
  font-size: 16px;
  display: block;
  width: 1000px;
  margin: auto;
  text-align: left;
  margin-top: 10px;
  line-height: 160%;
}

.row-fluid span.center {
  text-align: center;
}

.info-days {
  text-align: right;
  font-size: 14px;
}

.info-text {
  margin: 80px 0 0;
}

.info-text p {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 40px;
}
.info-text span {
  font-size: 12px;
}

.info-text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.price-change li ul {
  display: flex;
  justify-content: left;
  align-items: center;
}

.price-change li ul li {
  padding: 20px;
  font-size: 16px;
}

.price-change li ul li:first-child {
  width: 300px;
  border: 1px solid #333;
  border-right: none;
  background: rgb(233, 233, 233);
}

.price-change li ul li:last-child {
  width: 150px;
  border: 1px solid #333;
}

.info-attention {
  font-size: 16px;
  margin-top: 10px;
}

.info-attention li {
  line-height: 160%;
}

.info-text p.info-tel {
  line-height: 180%;
}

.info-text p.info-tel span {
  font-size: 14px;
}

.info-text p.attention {
  font-size: 14px;
  line-height: 160%;
}

/* 20220222 */

.terms-change {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

.terms-change td {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  padding: 10px;
  line-height: 140%;
}

.terms-change tr td:first-child {
  width: 100px;
}

.terms-change tr:first-child {
  background: #f2f2f2;
}

.relay-price ,
.ukr-tel-price {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

.relay-price th ,
.relay-price td ,
.ukr-tel-price th ,
.ukr-tel-price td {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  padding: 10px;
  line-height: 160%;
  vertical-align: baseline;
}

.relay-price th {
  width: 200px;
  text-align: left;
  background-color: #f2f2f2;
}

.relay-price-h {
  font-weight: bold;
}

.relay-link {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.ukr-tel-price td {
  width: 200px;
  text-align: left;
}

.ukr-tel-price td.title {
  background-color: #f2f2f2;
}

.text-list li {
  font-size: 16px;
  line-height: 160%;
}

ul.attention {
  margin-bottom: 40px;
}

ul.attention li {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 5px;
  text-indent: -28px;
  margin-left: 28px;
}

.onedrop-img img {
  width: 800px;
  height: auto;
}
.right-img  {
    width: 22%;
}
.right-img img {
  width: 200px;
  height: auto;
}

.left_box{
    width: 73%;
}
.flex{
	display: flex;
    justify-content: space-between;
}

.info-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {

  header {
    border-bottom: none;
  }

  .info-text p {
    font-size: 14px;
  }

.info_box h4 {
    font-size: 18px !important;
    }
.info_icon img {
    width: 25px;
  }

.info_h3 img {
  width: 170px;
    }

  dl.info-list {
    display: block;
    margin-left: 0;
  }

  dl.info-list dt {
    width: auto;
    margin-bottom: 0px;
  }

  dl.info-list dd {
    width: auto;
    margin-bottom: 25px;
  }

  .row-fluid {
    border: none;
  }

  .row-fluid h2 {
    margin: 40px auto 30px;
    text-align: left;
    width: 100%;
    font-size: 20px;
  }

  .row-fluid h2 span {
    width: 100%;
  }

  #content-info {
    width: 90%;
  }

  .price-change li ul {
    display: block;
  }

  .price-change > li:last-child {
    padding-top: 15px;
    border-top: 1px dotted #333;
  }

  .price-change li ul li:first-child {
    width: unset;
    border: none;
  }

  .price-change li ul li:last-child {
    width: unset;
    border: none;
  }

  .info-text p.info-tel {
    font-size: 14px;
  }

  .terms-change tr td:first-child {
    width: 50px;
  }

  .terms-change tr td {
    font-size: 11px;
  }

  .relay-price th {
    display: none;
  }
  .relay-price tr:not(:first-of-type){
    margin-top: 10px;
  }
  .relay-price td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .relay-price td:first-of-type {
    background-color: #f2f2f2;
  }

  .ukr-tel-price td {
    width: unset;
  }

  .onedrop-img img {
    width: 100%;
    height: auto;
  }

.right-img  {
    width: 100%;
}
.right-img img {
  width: 60%;
 height: auto;
  margin: 0 20%;
}

.left_box{
    width: 100%;
}
.flex{
	display: block;
}
  ul.attention li {
    font-size: 12px;
  }
}
