/* *****規約系ページ用CSS***** */

main .container { padding:0 100px; }
main section.container { padding:0 100px 80px; }

main li:not(.breadcrumb-item) > a { color:#f39800; }
main li:not(.breadcrumb-item) > a:hover { text-decoration: underline; }

main ol.list-non li { list-style:none; }
main ol.list li { list-style:decimal; }

main li ul > li:last-child,
main li ol > li:last-child { padding-bottom:1em; }

section h2,
#privacy section h3 {
  border-bottom: 3px solid #00A0E9;
  padding:0 0 5px 2rem;
  text-indent: -2rem;
}

section h3 { 
  font-size:1.52rem;
  margin-bottom:.5em;
  padding-top:1em;
}
section h3:last-child { padding-top:.5em }

#privacy article:not(#banners) section:last-child,
#agreement article:not(#banners) section:last-child {
  padding-bottom:100px;
}

/*--- ご利用規約 ---*/
section ol { padding-left:0; }
section > ol > li { 
  list-style:none;
  padding-bottom: 1rem;
}
section li ul {
  padding-left: 2rem;
}
section li ul > li {
  list-style: disc;
  padding-bottom: .3rem;
}

/*--- 個人情報保護方針 ---*/
#privacy section h2 { 
  font-size:2.3rem;
  padding-bottom:.8em;
  border-bottom: none;
}
#privacy section h3 { 
  font-size:1.875rem; 
}
#privacy section > ol li > ol,
#privacy section > ol li > ul {
  padding-left: 2em;
}
#privacy section > ol li > ol li {
  list-style: decimal;
}
#privacy section > ol li > ol.list-non {
  padding-left: 1em;
}
#privacy ol.list-non li { 
  list-style:none; 
}
#privacy ol.list-non li > ol.list li {list-style:decimal;}

/*--- 旅行業約款・旅行条件書 ---*/
#agreement section h2 { margin-bottom:1.5em; }
#agreement section h3 { 
  padding-top:0;
}
#agreement .table th { width:30%; }
#agreement .table ul { margin-bottom:0; }
#agreement .table.lh-2 { line-height:2; }

/* --------------------------------------------------

 レスポンシブ

--------------------------------------------------　*/
@media (min-width: 1200px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */
  main .container { padding:0 50px; }
  main section.container { padding:0 50px 50px; }
}

@media (max-width: 767.98px) {
  /* s スマートフォン向け */
  main .container { padding:0 1.5rem; }
  main section.container { padding:0 1.5rem 50px; }

  /* 旅行業約款・旅行条件書 */
  .table.respo {
    border-bottom:none;
  }
  .respo th, .respo td {
    border: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
  }
  #agreement .table.respo th { 
    width:100%;
    border-bottom:none;
  }
}

@media (max-width: 575.98px) {
  /* xs スマートフォン向け */

}