@charset "UTF-8";
/*
*******************************************************************************************************
# ボートと法律について
*******************************************************************************************************
*/
/* ==================================================
   これだけは忘れずに
================================================== */
.law-checklist {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .law-checklist {
    padding: 0;
  }
}

.law-checklist__ttl {
  font-size: 2.6rem;
  text-align: center;
  color: #eb0000;
}
@media screen and (max-width: 768px) {
  .law-checklist__ttl {
    font-size: 2.2rem;
    background-color: #ffff32;
    padding: 10px;
  }
}
.law-checklist__ttl span {
  display: inline-block;
  padding-left: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .law-checklist__ttl span {
    padding-left: 38px;
  }
}
.law-checklist__ttl span::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/boat/law/img/icn_warning.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .law-checklist__ttl span::before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

/* ------------------------------------
   海上での事故・遭難の際は118へ
------------------------------------ */
.law-checklist__point {
  margin-top: 10px;
  background-color: #fffac8;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .law-checklist__point {
    margin-top: 0;
    border-radius: 0;
  }
}
.law-checklist__point dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-template-rows: 1fr;
  padding: 30px;
  border-bottom: 1px dashed #eb0000;
}
@media screen and (max-width: 768px) {
  .law-checklist__point dl {
    padding: 20px;
  }
}
.law-checklist__point dl:last-child {
  border-bottom: none;
}
.law-checklist__point dt,
.law-checklist__point dd {
  -ms-flex-item-align: center;
  align-self: center;
}
.law-checklist__point dd {
  padding-left: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .law-checklist__point dd {
    padding-left: 20px;
    line-height: 1.5;
  }
}

.law-checklist__point_ttl {
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  padding: 12px 0 15px 0;
  background-color: #eb0000;
}
@media screen and (max-width: 768px) {
  .law-checklist__point_ttl {
    font-size: 2rem;
  }
}
.law-checklist__point_ttl span {
  font-size: 3rem;
  font-weight: bold;
  color: #ffff32;
}
@media screen and (max-width: 768px) {
  .law-checklist__point_ttl span {
    font-size: 2.4rem;
  }
}

.law-checklist__point_subttl {
  font-size: 2rem;
  font-weight: normal;
  color: #eb0000;
}
@media screen and (max-width: 768px) {
  .law-checklist__point_subttl {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.law-checklist__point_txt {
  margin-top: 5px;
  font-size: 1.8rem;
  color: #505050;
}
@media screen and (max-width: 768px) {
  .law-checklist__point_txt {
    font-size: 1.6rem;
  }
}

/* ------------------------------------
   船体の運行前点検を必ず実施ください！
------------------------------------ */
.law-checklist__warning {
  padding: 10px 20px 25px 20px;
  background-color: #fffac8;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.law-checklist__warning .law-checklist__ttl {
  padding: 15px;
  border: 2px solid #eb0000;
  border-radius: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .law-checklist__warning .law-checklist__ttl {
    background-color: #eb0000;
    font-weight: normal;
    color: #ffffff;
  }
}

.law-checklist__warning_subttl {
  margin-top: 30px;
  font-size: 2.2rem;
  color: #505050;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .law-checklist__warning_subttl {
    font-size: 2rem;
  }
}

.law-checklist__warning_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .law-checklist__warning_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.law-checklist__warning_list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 19.16667%;
      flex: 0 1 19.16667%;
  margin-left: 1.04167%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .law-checklist__warning_list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33379%;
        flex: 0 1 33.33379%;
    margin-left: 0;
    padding: 20px 0;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}
.law-checklist__warning_list li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .law-checklist__warning_list li:nth-child(3n+3) {
    border-right-color: #fffac8;
  }
  .law-checklist__warning_list li:nth-child(n+4) {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .law-checklist__warning_pic {
    padding: 0 15px;
  }
}

.law-checklist__warning_txt {
  margin-top: 20px;
  font-size: 1.8rem;
  color: #505050;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .law-checklist__warning_txt {
    font-size: 1.4rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .law-checklist__warning_txt br {
    display: none;
  }
}

.law-checklist__warning_notes {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .law-checklist__warning_notes {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 25px;
  }
}
.law-checklist__warning_notes li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  color: #505050;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .law-checklist__warning_notes li {
    font-size: 1.4rem;
  }
}

/* ==================================================
   解説
================================================== */
.contents-law__sec {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contents-law__sec {
    margin-top: 40px;
  }
}

.contents-law__ttl {
  padding-bottom: 5px;
  border-bottom: 1px solid #bbbbbb;
}

.contents-law__subttl {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
  color: #eb0000;
  padding-bottom: 5px;
  border-bottom: 1px solid #bbbbbb;
}

.contents-law__txt {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #505050;
}
@media screen and (max-width: 768px) {
  .contents-law__txt {
    font-size: 1.6rem;
  }
}

.contents-law__warning {
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #eb0000;
}

.contents-law__pic {
  margin-top: 20px;
  text-align: center;
}

.contents-law__list {
  margin-top: 8px;
  margin-left: 2em;
}
.contents-law__list li {
  margin-top: 5px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #505050;
}
@media screen and (max-width: 768px) {
  .contents-law__list li {
    font-size: 1.6rem;
  }
}
.contents-law__list li:first-child {
  margin-top: 0;
}

ol.contents-law__list li {
  list-style-type: decimal;
}

ul.contents-law__list li {
  list-style-type: disc;
}

/* ------------------------------------
   インフレータブルボートと法律
------------------------------------ */
.law-inflatable__pic {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .law-inflatable__pic {
    display: block;
  }
}
.law-inflatable__pic li {
  margin-left: 1.9%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .law-inflatable__pic li {
    margin-left: 0;
    margin-top: 40px;
  }
}
.law-inflatable__pic li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .law-inflatable__pic li:first-child {
    margin-top: 0;
  }
}
.law-inflatable__pic .law-inflatable__pic1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
      flex: 0 1 30%;
}
.law-inflatable__pic .law-inflatable__pic2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 43.6%;
      flex: 0 1 43.6%;
}
.law-inflatable__pic .law-inflatable__pic3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 22.6%;
      flex: 0 1 22.6%;
}
.law-inflatable__pic img.obj-pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .law-inflatable__pic img.obj-pc {
    display: none;
  }
}
.law-inflatable__pic img.obj-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .law-inflatable__pic img.obj-sp {
    display: inline-block;
  }
}

/* ------------------------------------
   免許
------------------------------------ */
.law-license__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .law-license__list {
    display: block;
  }
}
.law-license__list li {
  display: table;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
      flex: 0 1 32%;
  margin-left: 2%;
  background-color: #e6faff;
  padding: 10px;
  font-size: 2.2rem;
  text-align: center;
  color: #0064f2;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .law-license__list li {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    font-size: 2rem;
  }
}
.law-license__list li:first-child {
  margin-left: 0;
}
.law-license__list li span {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .law-license__list li span {
    display: block;
  }
}

/* ------------------------------------
   船舶検査（船検）
------------------------------------ */
.law-inspection__inner {
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  .law-inspection__inner {
    width: auto;
    overflow: auto;
    padding-bottom: 10px;
  }
  .law-inspection__inner::-webkit-scrollbar {
    height: 5px;
  }
  .law-inspection__inner::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eeeeee;
  }
  .law-inspection__inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999999;
  }
}
.law-inspection__inner table {
  width: 100%;
}
@media screen and (max-width: 414px) {
  .law-inspection__inner table {
    width: 500px;
  }
}
.law-inspection__inner th,
.law-inspection__inner td {
  padding: 10px 5px;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  color: #505050;
  border: 1px solid #505050;
}
@media screen and (max-width: 768px) {
  .law-inspection__inner th,
  .law-inspection__inner td {
    font-size: 1.4rem;
  }
}
.law-inspection__inner th {
  white-space: nowrap;
}
.law-inspection__inner thead th {
  background-color: #f0f0f0;
}
.law-inspection__inner thead .law-inspection__thead1 {
  border-bottom: none;
}
.law-inspection__inner thead .law-inspection__thead2 {
  border-top-style: dashed;
}
.law-inspection__inner .contents-law__pic {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .law-inspection__inner .contents-law__pic {
    margin-top: 0;
  }
}
@media screen and (max-width: 414px) {
  .law-inspection__inner .contents-law__pic {
    width: 500px;
  }
}

/* ------------------------------------
   免許が必要・船検が不要
------------------------------------ */
.law-require2 .contents-law__list li span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .law-require2 .contents-law__list li span {
    font-size: 1.4rem;
  }
}

/* ------------------------------------
   免許・船検が不要（ライセンスフリー）
------------------------------------ */
.law-license__free article {
  margin-top: 40px;
}

/* ------------------------------------
   お問い合わせ先
------------------------------------ */
.law-inquiry dl {
  border-bottom: 1px dashed #bbbbbb;
  padding: 20px 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .law-inquiry dl {
    line-height: 1.5;
  }
}
.law-inquiry dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.law-inquiry dt {
  font-size: 2.2rem;
  color: #0064f2;
}
@media screen and (max-width: 768px) {
  .law-inquiry dt {
    font-size: 2rem;
  }
}

.law-inquiry dd {
  font-size: 1.8rem;
  color: #505050;
}
@media screen and (max-width: 768px) {
  .law-inquiry dd {
    font-size: 1.6rem;
  }
}

/* ==================================================
   各種案内バナー
================================================== */
.contents-law .contents-setbnr {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contents-law .contents-setbnr {
    margin-top: 40px;
  }
}

.contents-law .contents-ftbnr {
  margin-top: 0;
}