@charset "UTF-8";
/* Vendor */
/* @import "compass"; */
/* Site settings */
/*----------------------------------------
Font-style
----------------------------------------*/
/*フォント=>サイズ・太さ・文字間・行間*/
/*----------------------------------------
レイアウト
----------------------------------------*/
/*ラッパーサイズ*/
/*コンテンツサイズ*/
/*行揃え(インデント)*/
/*スクロールズレ調整*/
/*縦書き*/
/*横書き*/
/*画像レスポンシブ対応サイズ調整*/
/*----------------------------------------
タイトル下部横線 (擬似要素実装)
----------------------------------------*/
/*----------------------------------------
第二階層 タイトル・背景
----------------------------------------*/
/*----------------------------------------
アイコン矢印 (くの字)
----------------------------------------*/
/*----------------------------------------
動き
----------------------------------------*/
/*フェードエフェクト*/
#safety {
  padding: 0 3%;
  max-width: calc(1000px + 6%);
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  #safety {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 559px) {
  #safety {
    margin-top: 2rem;
  }
}
#safety .txt {
  margin-top: 3rem;
}
#safety .txt .corona-txts {
  color: #d11e1e;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  border-bottom: 1px solid #d11e1e;
  display: inline-block;
}
#safety .txt .attention-txts {
  margin-top: 4rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
}
#safety .txt > ul {
  margin-top: 3rem;
}
#safety .txt > ul li {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-left: 1.5rem;
  text-indent: -1.5rem;
}
#safety .txt > ul li:before {
  content: "・";
}
#safety .txt > ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
#safety .txt > ul li a {
  text-decoration: underline;
}
#safety .txt > ul li a:hover {
  opacity: 0.7;
}
#safety .txt section {
  margin-top: 4rem;
}
#safety .txt section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 2rem;
}
#safety .txt section ul.lists li {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-left: 1.5rem;
  text-indent: -1.5rem;
}
#safety .txt section ul.lists li:before {
  content: "・";
}
#safety .txt section ul.lists li:not(:last-child) {
  margin-bottom: 1.5rem;
}
#safety .txt section ul.lists li a {
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#safety .txt section ul.lists li a:hover {
  opacity: 0.7;
}
#safety .txt section .bnrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  padding: 0 0 0 1.5rem;
}
#safety .txt section .bnrs p {
  width: 144px;
}
#safety .txt section .bnrs p:nth-of-type(1) {
  margin-right: 2rem;
  border: 1px solid #ddd;
}
#safety .txt section .bnrs a {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#safety .txt section .bnrs a:hover {
  opacity: 0.7;
}
#safety .txt section ul.thissnss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem auto 0;
}
@media screen and (max-width: 559px) {
  #safety .txt section ul.thissnss {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem auto 0;
  }
}
#safety .txt section ul.thissnss li:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 559px) {
  #safety .txt section ul.thissnss li:not(:last-child) {
    margin-right: 4rem;
  }
}
#safety .txt section ul.thissnss li a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#safety .txt section ul.thissnss li a div {
  display: block;
  margin: 0 auto 0.4rem;
}
#safety .txt section ul.thissnss li a div.ic-tw {
  width: 40px;
}
#safety .txt section ul.thissnss li a div.ic-ig {
  width: 40px;
}
#safety .txt section ul.thissnss li a div.ic-fb {
  width: 40px;
}
#safety .txt section ul.thissnss li a div.ic-line {
  width: 40px;
}
@media screen and (max-width: 559px) {
  #safety .txt section ul.thissnss li a div.ic-tw {
    width: 30px;
  }
  #safety .txt section ul.thissnss li a div.ic-ig {
    width: 30px;
  }
  #safety .txt section ul.thissnss li a div.ic-fb {
    width: 30px;
  }
  #safety .txt section ul.thissnss li a div.ic-line {
    width: 30px;
  }
}
#safety .txt section ul.thissnss li a p {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 559px) {
  #safety .txt section ul.thissnss li a p {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
#safety .txt section ul.thissnss li a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=safety.css.map */