@charset "UTF-8";
html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background: url(../images/common/bg.jpg) top center;
}
@media (min-width: 768px) {
  body {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  body {
    background-size: contain;
  }
}
body a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bold {
  font-weight: 600;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF100));
  background: linear-gradient(transparent 60%, #FFF100 60%);
  font-weight: bold;
}

.fv {
  position: relative;
  width: 100%;
  margin-bottom: 4em;
}
.fv_title {
  padding: 0 1em;
}
@media (min-width: 768px) {
  .fv_title {
    display: block;
    max-width: 800px;
    margin: -8vw auto 0;
  }
}
@media (max-width: 767px) {
  .fv_title {
    display: block;
    width: 80%;
    margin: -8vw auto 0;
  }
}

.l-main {
  width: 85%;
  max-width: 1200px;
  margin: 3em auto;
  padding: 3em 2em;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.l-main article {
  max-width: 1000px;
  margin: 0 auto;
}
.l-main article + article {
  margin-top: 5em;
}
.l-main article h2 {
  position: relative;
  background: #000;
  border-radius: 20px;
  padding: 15px 50px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-main article h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.0909090909;
  }
}
@media (max-width: 767px) {
  .l-main article h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.l-main article h2::before {
  content: "";
  position: absolute;
  background: url(../images/common/title_mark.svg) no-repeat left;
  background-size: contain;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.l-main article h2::after {
  content: "";
  position: absolute;
  background: url(../images/common/title_mark.svg) no-repeat left;
  background-size: contain;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.l-main article .content {
  margin: 2em 0;
}

.theme {
  text-align: center;
}
.theme_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
  font-weight: 800;
}
@media (min-width: 768px) {
  .theme_title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) {
  .theme_title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.theme_title span {
  margin-top: 5px;
  padding: 0 10px;
  display: block;
  background: #FADBDA;
  border-radius: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.9444444444;
  font-weight: 500;
}

.period_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10px;
}
.period_content h3 {
  font-weight: 700;
}
@media (min-width: 768px) {
  .period_content h3 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .period_content h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 0.8333333333;
  }
}
@media (min-width: 768px) {
  .period_content h3 span {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .period_content h3 span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
.period_content.triangle {
  color: #727171;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .period_content.triangle {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .period_content.triangle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
.period_content.hittyaku {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #E60012;
  color: #E60012;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  border-radius: 100%;
}

@media (min-width: 768px) {
  .department_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 30px;
  }
}
.department_content {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .department_content {
    width: calc(50% - 15px);
  }
}
.department_content .department_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
.department_content .department_title span {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #727171;
  color: #fff;
  padding: 5px 10px;
  width: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
.department_content .department_title h3 {
  width: calc(100% - 40px);
  background: #FFF100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  font-weight: 600;
}
.department_content h4 {
  margin: 1em auto;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.department_content h4 span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.department_content ul {
  margin-left: 1em;
}
.department_content ul > li {
  list-style: square;
}
.department .shinsain_wrapper {
  background: #F08106;
  border-radius: 10px;
  padding: 2em;
  color: #fff;
}
@media (min-width: 768px) {
  .department .shinsain_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 40px;
    margin: 0 auto 3em;
  }
}
@media (max-width: 767px) {
  .department .shinsain_wrapper {
    margin: 3em auto;
  }
}
.department .shinsain_wrapper h3 {
  font-weight: 600;
}
@media (min-width: 768px) {
  .department .shinsain_wrapper h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.875;
  }
}
@media (max-width: 767px) {
  .department .shinsain_wrapper h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
}
@media (min-width: 768px) {
  .department .shinsain_wrapper .text {
    width: 60%;
  }
}
.department .shinsain_wrapper .img {
  max-width: 300px;
}
@media (min-width: 768px) {
  .department .shinsain_wrapper .img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .department .shinsain_wrapper .img {
    margin: 1em auto;
  }
}
.department .shinsain_wrapper .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  margin: 3em 0 1em;
}
.department .shinsain_wrapper .profile div {
  width: 60px;
  height: 60px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
}
.department .shinsain_wrapper .profile h4 a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
.department .shinsain_wrapper .profile h4 a:hover {
  text-decoration: none;
}
.department .shinsain_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
}
@media (min-width: 768px) {
  .department .shinsain_other {
    margin: 0 auto 3em;
  }
}
@media (max-width: 767px) {
  .department .shinsain_other {
    margin: 3em auto;
  }
}
.department .shinsain_other div {
  width: 80px;
  height: 80px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  border-radius: 100%;
  border: 1px solid #000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
.department .award {
  background: #FFF100;
  padding: 2em;
  border-radius: 10px;
}
.department .award h4 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1.5em;
}
.department .award_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 30px;
}
.department .award_list > li {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 1em;
}
@media (max-width: 767px) {
  .department .award_list > li {
    width: 100%;
  }
}
.department .award_list > li h5 {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.department .award_list > li h5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff)) top left/100% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #fff)) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom left, transparent 50%, #fff 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #fff 50%) bottom left/100% 50% no-repeat;
}
.department .award_list > li h5::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #fff)) top left/100% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(50%, transparent), color-stop(50%, #fff)) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom right, transparent 50%, #fff 50%) top left/100% 50% no-repeat, linear-gradient(to top right, transparent 50%, #fff 50%) bottom left/100% 50% no-repeat;
}
.department .award_list > li h5.best_award {
  background: #816E2A;
}
.department .award_list > li h5.kokuhou {
  background: #666464;
}
.department .award_list > li h5.ippan {
  background: #AE6D72;
}
.department .award_list > li h5.gakusei {
  background: #4D80A1;
}
.department .award_list > li h5.mukashi {
  background: #718156;
}
.department .award_list > li h5.creative {
  background: #A27C9C;
}
.department .award_list > li h6 {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .department .award_list > li h6 {
    margin: 10px auto;
  }
}
.department .award_list > li h6 span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
.department .award_list > li.best {
  position: relative;
}
@media (min-width: 768px) {
  .department .award_list > li.best {
    width: calc(50% - 15px);
  }
}
.department .award_list > li.best .pickup {
  position: absolute;
  z-index: 1;
  background: #C30D23;
  color: #fff;
  border-radius: 100%;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .department .award_list > li.best .pickup {
    top: -20px;
    right: -10px;
    width: 90px;
    height: 90px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
@media (max-width: 767px) {
  .department .award_list > li.best .pickup {
    top: -20px;
    right: -20px;
    width: 65px;
    height: 65px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.department .award_list > li.best h5 {
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .department .award_list > li.best h5 {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.0909090909;
  }
}
@media (max-width: 767px) {
  .department .award_list > li.best h5 {
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.department .award_list > li.best h6 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 0.48;
}
@media (min-width: 768px) {
  .department .award_list > li.other {
    width: calc(25% - 23px);
    min-width: 185px;
  }
}
.department .award_list > li.other h5 {
  padding: 5px 20px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .department .award_list > li.other h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .department .award_list > li.other h5 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.department .award_list > li.other h6 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 0.6;
}
@media (min-width: 768px) {
  .department .award_content_best {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .department .award_content_best h6 {
    width: 120px;
  }
}
.department .award_content_other p {
  text-align: center;
}
.department .award .goods_images {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .department .award .goods_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .department .award .goods_images li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .department .award .goods_images li {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .department .award .goods_images li.tokusanhin {
    width: 60%;
  }
}
.department .award .goods_images li p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

.howto_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}
.howto_wrap:first-child {
  padding-bottom: 3em;
}
.howto_wrap + .howto_wrap {
  padding-top: 3em;
  border-top: 3px dotted #231815;
}
.howto_wrap + .howto_wrap::after {
  position: absolute;
  content: "OR";
  background: #727171;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.howto_wrap .number {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  background: #727171;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
.howto_content {
  width: calc(100% - 40px);
}
.howto .insta {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.howto .insta img {
  display: block;
  width: 50px;
}
@media (min-width: 768px) {
  .howto .insta img {
    margin-right: 1em;
  }
}
@media (max-width: 767px) {
  .howto .insta img {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .howto .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 30px;
  }
}
.howto .tag > li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.howto .copy-link {
  position: relative;
  background: #fff;
  margin: 2em 0 50px;
}
.howto .copy-link input {
  position: absolute;
  opacity: 0;
}
.howto .copy-link button {
  padding: 10px;
  background: #FFF100;
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  width: 90%;
  max-width: 300px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .howto .copy-link button:hover {
    background: #efefef;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.howto .copy-link button:active {
  background: #ddd;
}
.howto .copy-link button::before {
  content: "コピーしました！";
  color: #000;
  position: absolute;
  bottom: -48px;
  left: 0;
  background: #efefef;
  border-radius: 50px;
  padding: 10px 0;
  font-size: 14px;
  display: none;
  width: 90%;
  max-width: 300px;
}
.howto .copy-link.active button::after, .howto .copy-link.active button::before {
  display: block;
}
.howto .conditions {
  border: 2px solid #000;
}
@media (min-width: 768px) {
  .howto .conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.howto .conditions h5 {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 10px;
}
@media (min-width: 768px) {
  .howto .conditions h5 {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 150px;
  }
}
.howto .conditions ul {
  padding: 1em;
}
.howto .conditions ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.howto .conditions ul li::before {
  content: "●";
}
.howto .form {
  margin: 3em auto;
}
.howto .form h5 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
.howto .form a {
  display: block;
  background: #FFF100;
  width: 100%;
  max-width: 400px;
  margin: 1em auto;
  padding: 30px 1em;
  border-radius: 50px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.howto .form a:hover {
  background: #ccc;
}

.analog h3 {
  text-align: center;
}
@media (min-width: 768px) {
  .analog h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .analog h3 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.7647058824;
  }
}
.analog_howto {
  max-width: 800px;
  margin: 2em auto;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 2em;
}
.analog_howto_title {
  margin: 0 auto 1em;
}
@media (min-width: 768px) {
  .analog_howto_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.analog_howto_title h4 {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid #000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .analog_howto_title h4 {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .analog_howto_title h4 {
    margin: 0 auto 1em;
  }
}
.analog_howto_title ul {
  margin-bottom: 1em;
}
.analog_howto_title ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.analog_howto_title p {
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .analog_howto_title p {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .analog_howto_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 768px) {
  .analog_howto_address > li {
    width: calc(50% - 20px);
  }
}
.analog_howto_address > li h5 {
  background: #D3D3D4;
  padding: 0 5px;
  margin-bottom: 10px;
}

.attention {
  max-width: 800px;
}
.attention section {
  padding: 1em 0;
}
@media (min-width: 768px) {
  .attention section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.attention section h3 {
  border: 1px solid #000;
  margin: 1em auto;
  text-align: center;
}
@media (min-width: 768px) {
  .attention section h3 {
    width: 80px;
    height: 80px;
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    border-radius: 100%;
  }
}
.attention section ul {
  margin-left: 1em;
}
@media (min-width: 768px) {
  .attention section ul {
    width: calc(100% - 120px);
  }
}
.attention section ul > li {
  list-style: disc;
}