/* Guide page
-------------------------------------------------*/
.guide-articles {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

.guide-article {
  width: 48.6%;
  display: -webkit-box;
  display: flex;
}

.guide-article-img {
  -webkit-box-flex: 0;
          flex: 0 0 200px;
}

.guide-article-img img {
  width: 100%;
}

.guide-article-main {
  width: 100%;
  padding-left: 20px;
}

.guide-article-ttl {
  font-size: 16px;
  color: #ED7700;
  line-height: 160%;
}

.guide-article-txt {
  padding-top: 5px;
  font-size: 13px;
  color: #1F1F1F;
  line-height: 160%;
}

.guide-fee {
  padding: 30px 20px;
  display: -webkit-box;
  display: flex;
}

.guide-fee .fee {
  width: 31%;
  min-height: 200px;
  background-color: #FFF;
  border: 1px solid #DDD;
  padding: 20px;
}

@media only screen and (min-width: 769px) {
  .guide-fee .fee {
    margin-right: 3.5%;
  }
  .guide-fee .fee:nth-of-type(3n) {
    margin-right: 0;
  }
}

.guide-fee .fee-value {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
}

.guide-fee .fee-value .num {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  background-color: #ED7700;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
}

.guide-fee .fee-value .price {
  font-size: 20px;
  color: #E70;
  margin-left: 10px;
}

.guide-fee .fee-txt {
  font-size: 12px;
  color: #1F1F1F;
  line-height: 160%;
  padding: 10px;
}

.guide-tb {
  padding-bottom: 95px;
}

/* Duy edited */

img {
  max-width: 100%;
}

.guide-table {
  margin-top: 30px;
}

.guide-table {
  border-left: 1px solid;
  border-top: 1px solid;
  width: 100%;
}

.guide-table caption {
  text-align: right;
  font-size: 13px;
}

.guide-table td {
  border-right: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  vertical-align: middle;
}

.guide-table ._js {
  display: none;
}

.wrapper {
  margin-bottom: 50px;
}

.guide-capacity {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 50px;
  -webkit-box-pack: center;
          justify-content: center;
  color: #000;
  line-height: 1.6;
}

.guide-capacity .col {
  width: calc( 100% / 3 );
  padding: 0 15px;
}

.guide-capacity figcaption {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.guide-capacity .title {
  font-size: 20px;
  font-weight: bold;
  color: #EC7700;
  margin-bottom: 25px;
}

.guide-capacity .text {
  font-size: 14px;
}

.guide-sample {
  padding: 30px 15px 50px;
  display: -webkit-box;
  display: flex;
  color: #000;
  line-height: 1.6;
}

.guide-sample .image {
  -webkit-box-flex: 0;
          flex: 0 0 35%;
  max-width: 370px;
  padding-right: 20px;
}

.guide-sample .title {
  font-size: 20px;
  font-weight: bold;
  color: #EC7700;
  margin-bottom: 25px;
}

.guide-sample .text {
  font-size: 14px;
}

.guide-fee1 {
  padding: 10px 20px;
}

.guide-fee1 .fee {
  width: 33%;
  padding: 0;
  border: none;
}

.guide-fee1 .fee p{
  font-size: 12px;
}

.guide-fee-0{
  padding: 10px 10px;
}

.guide-fee-0 .fee{
  width: 32%;
  border: none;
  padding: 0;
  min-height: 0;
}

.guide-fee-0 .fee:nth-of-type(2){
  width: 29%;
}

.guide-fee-0 .fee .fee-txt-btn a{
  background: #DADA0A;
  border: 1px solid #DADA0A;
  padding: 15px 0;
  text-align: center;
  display: block;
}

.guide-fee-0 .fee .fee-txt-btn a.link:hover{
  background: #fff;
}

@media screen and (min-width: 1024px) {
  ._tb, 
  ._sp {
    display: none;
  }
  .guide-table {
    font-size: 13px;
  }
  .guide-table td {
    width: calc( 100% / 15 );
    padding: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  ._pc, 
  ._sp {
    display: none;
  }
  .container {
    max-width: 860px !important;
  }
  .guide-table {
    font-size: 12px;
  }
  .guide-table td {
    width: calc( 100% / 9 );
    padding: 5px;
  }
  .guide-capacity {
    padding: 20px 0 40px;
  }  
  .guide-capacity .col {
    padding: 0 10px;
  }  
  .guide-capacity figcaption {
    font-size: 12px;
  }
  .guide-capacity .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .guide-capacity .text {
    font-size: 12px;
  }  
  .guide-sample {
    padding: 20px 10px 40px;
  }
  
  .guide-sample .image {
    padding-right: 15px;
  }  
  .guide-sample .title {
    font-size: 18px;
    margin-bottom: 20px;
  }  
  .guide-sample .text {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px !important;
  }
  ._pc, 
  ._tb {
    display: none;
  }
  .guide-table {
    font-size: 11px;
  }
  .guide-table td {
    width: calc( 100% / 7 );
    padding: 2px;
  }
  .wrapper {
    margin-bottom: 30px;
  }
  .guide-capacity {
    padding: 20px 0 30px;
  }  
  .guide-capacity .col {
    width: 50%;
    padding: 0 5px;
  }  
  .guide-capacity .col:last-child {
    margin-top: 20px;
    width: 100%;
  }
  .guide-capacity figcaption {
    font-size: 10px;
  }
  .guide-capacity .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .guide-capacity .text {
    font-size: 11px;
  }  
  .guide-sample {
    padding: 20px 10px 30px;
    flex-wrap: wrap;
  }  
  .guide-sample .image {
    margin: 0 auto 20px;
    text-align: center;
    padding-right: 0;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }  
  .guide-sample .title {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }  
  .guide-sample .text {
    font-size: 11px;
    text-align: center;
  }
}