@charset "UTF-8";
.mod-freeHTML #brotherhack h1,
.mod-freeHTML #brotherhack h2,
.mod-freeHTML #brotherhack h3 {
  margin: 0;
  font-size: 100%;
}
.mod-freeHTML #brotherhack ul:not(.st-contents ul):not(.l-menu_sp ul) {
  margin: 0;
}
.mod-freeHTML #brotherhack ul:not(.st-contents ul) {
  padding: 0;
}
.mod-freeHTML #brotherhack ul {
  list-style: none;
}
.mod-freeHTML #brotherhack p {
  margin: 0;
}
.mod-freeHTML #brotherhack img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.mod-freeHTML #brotherhack img[src$=".svg"] {
  width: 100%;
}
.mod-freeHTML #brotherhack sup {
  font-size: 0.714em;
}
.mod-freeHTML #brotherhack *:not(.st-contents) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-freeHTML #brotherhack *:not(.st-contents)::after, .mod-freeHTML #brotherhack *:not(.st-contents)::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-freeHTML #brotherhack input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  border: none;
  height: 1.5em;
}
.mod-freeHTML #brotherhack table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
.mod-freeHTML #brotherhack th, .mod-freeHTML #brotherhack td {
  vertical-align: top;
  border: none;
  font-weight: normal;
  text-align: left;
}
.mod-freeHTML #brotherhack caption {
  text-align: left;
}

/* ========================================

下部バナー リセットcss

========================================*/
.mod-freeHTML #brotherhack .mod-inIcon {
  vertical-align: middle;
  margin: -0.25em 0 0 10px;
  height: 20px;
  width: auto !important;
}

/*! Lity - v2.4.1 */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* ========================================

common style
（共通）

========================================*/
.mod-freeHTML #brotherhack {
  width: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, sans-serif;
  font-size: 10px;
  color: #000000;
  text-align: left;
  position: relative;
}
@media (min-width: 641px) {
  .mod-freeHTML #brotherhack {
    width: 100%;
    margin: 0 auto;
  }
}
.mod-freeHTML #brotherhack * {
  min-height: 0vw; /* Safari clamp関数対策 */
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .u-pc {
    display: none;
  }
}
@media (min-width: 641px) {
  .mod-freeHTML #brotherhack .u-sp {
    display: none;
  }
}
.mod-freeHTML #brotherhack .l-inner {
  width: 75%;
  max-width: 960px;
  margin: 0 auto;
  padding: 4% 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-inner {
    width: 86%;
    max-width: 320px;
    padding: 10% 0;
  }
}
.mod-freeHTML #brotherhack .l-btn {
  display: block;
  max-width: 22em;
  width: 100%;
  position: absolute;
  border: 3px solid #3C5444;
  border-radius: 7px;
  background-color: #FFFFFF;
  box-shadow: 3px 3px #3C5444;
  bottom: 0;
  right: 0;
  transform: translateY(-3px);
  padding: 0 2em;
  font-size: clamp(10px, 1.328125vw, 17px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-btn {
    font-size: clamp(10px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-btn_txt {
  display: block;
  color: #3C5444;
  font-weight: bold;
  position: relative;
  text-align: center;
  border-radius: 5px;
}
.mod-freeHTML #brotherhack .l-btn_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #3C5444;
}
.mod-freeHTML #brotherhack .l-tit_line--white {
  width: 33.25%;
  font-size: clamp(16px, 2.5vw, 32px);
  max-width: 300px;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  border-bottom: 5px solid #FFFFFF;
  line-height: 1em;
  padding: 0 0.2em 0.2em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-tit_line--white {
    width: 50%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(10px, 5.6vw, 26px);
  }
}
.mod-freeHTML #brotherhack .l-tit_large--green {
  color: #FFFFFF;
  background-color: #3C5444;
  font-size: clamp(16px, 2.5vw, 32px);
  text-align: left;
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 140%;
  padding: 0.1em 0.5em;
  font-feature-settings: "palt";
  margin: 0 0 0.3em;
}
.mod-freeHTML #brotherhack .l-top_function {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dotted #FFFFFF;
  padding: 20px 0;
}
.mod-freeHTML #brotherhack .l-top_function__img {
  position: relative;
  width: 33.25%;
  max-width: 300px;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-top_function__img {
    width: 31.25%;
    height: 100%;
  }
}
.mod-freeHTML #brotherhack .l-top_function__img__txt {
  position: relative;
  top: 0;
  left: 0;
  padding: 0.5em;
  font-size: clamp(10px, 1.640625vw, 21px);
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0;
  color: #FFFFFF;
  background-color: #949494;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-top_function__img__txt {
    position: absolute;
    font-size: clamp(10px, 2.6666666667vw, 10px);
    letter-spacing: 0.05em;
    top: 100%;
    left: 0;
    background-color: #939393;
    width: 100%;
    text-align: center;
    border: none;
  }
}
.mod-freeHTML #brotherhack .l-top_function__img__txt::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
  width: 1em;
  border-left: 0.5em solid #949494;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-top_function__img__txt::before {
    content: none;
  }
}
.mod-freeHTML #brotherhack .l-top_function__img__txt.u-pc {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-top_function__img__txt.u-pc {
    display: none;
  }
}
.mod-freeHTML #brotherhack .l-top_function__img__txt.u-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-top_function__img__txt.u-sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-top_function__img {
    width: 39%;
    max-width: 125px;
  }
}
.mod-freeHTML #brotherhack .l-top_function__wrap {
  width: 63%;
  max-width: 630px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-top_function__wrap {
    width: 56%;
    max-width: 180px;
  }
}
.mod-freeHTML #brotherhack .l-top_function__txt {
  color: #FFFFFF;
  margin-top: 0.5em;
  padding: 0 0 2.5em;
  font-size: clamp(12px, 1.875vw, 24px);
  font-weight: bold;
  line-height: 140%;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-top_function__txt {
    margin-top: 0;
    padding: 0 0 2em;
    font-size: clamp(10px, 3.7333333333vw, 18px);
    font-feature-settings: "palt";
  }
}
.mod-freeHTML #brotherhack .l-top_function .l-btn {
  border: 3px solid #809086;
  box-shadow: 3px 3px #809086;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-top_function .l-btn {
    width: 100%;
  }
}
.mod-freeHTML #brotherhack .l-top_function:last-of-type {
  border-bottom: none;
}
.mod-freeHTML #brotherhack .l-tit_line--black {
  font-size: clamp(12px, 1.875vw, 24px);
  border-bottom: 6px solid #000000;
  display: block;
  text-align: center;
  margin: 3em 0 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-tit_line--black {
    font-size: clamp(10px, 3.7333333333vw, 18px);
    border-bottom: 3px solid #000000;
    margin: 2em 0 0;
  }
}
.mod-freeHTML #brotherhack .l-menu_sp {
  list-style: none;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-menu_sp {
    background-color: transparent;
    position: fixed;
    z-index: 998;
    transform: translateX(-100%);
    transition: 0.5s all;
    font-size: clamp(10px, 3.2vw, 15px);
  }
  .mod-freeHTML #brotherhack .l-menu_sp__box {
    margin: 8em 0;
  }
  .mod-freeHTML #brotherhack .l-menu_sp.js-menu_open {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 72%;
    height: 100%;
    transform: translateX(0);
  }
  .mod-freeHTML #brotherhack .l-menu_sp.js-menu_open .l-menu_sp__link {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin: 0 2em;
  }
}
.mod-freeHTML #brotherhack .l-menu_sp__cover {
  display: none;
}
.mod-freeHTML #brotherhack .l-menu_sp__cover.js-menu_open {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}
.mod-freeHTML #brotherhack .l-menu_sp__btn {
  position: fixed;
  background: #3C5444;
  cursor: pointer;
  width: 8em;
  height: 8em;
  top: 2em;
  left: 2em;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  font-size: clamp(6px, 1.6vw, 10px);
  z-index: 999;
  transform: translateX(-100%);
  transition: 0.5s all;
  opacity: 0;
  pointer-events: none;
}
.mod-freeHTML #brotherhack .l-menu_sp__btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 5.5em;
}
.mod-freeHTML #brotherhack .l-menu_sp__btn span:nth-of-type(1) {
  top: 1.5em;
}
.mod-freeHTML #brotherhack .l-menu_sp__btn span:nth-of-type(2) {
  top: 3em;
}
.mod-freeHTML #brotherhack .l-menu_sp__btn span:nth-of-type(3) {
  top: 4.5em;
}
.mod-freeHTML #brotherhack .l-menu_sp__btn span:nth-of-type(3)::after {
  content: "CATEGORY";
  position: absolute;
  width: 8em;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 1em 0;
}
.mod-freeHTML #brotherhack .l-menu_sp__btn.js-menu_btn__open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mod-freeHTML #brotherhack .l-menu_sp__btn.js-menu_open span:nth-of-type(1) {
  top: 3em;
  left: 50%;
  transform: translate(-50%, 0.1em) rotate(-45deg);
  width: 5em;
}
.mod-freeHTML #brotherhack .l-menu_sp__btn.js-menu_open span:nth-of-type(2) {
  opacity: 0;
}
.mod-freeHTML #brotherhack .l-menu_sp__btn.js-menu_open span:nth-of-type(3) {
  top: 3.2em;
  left: 50%;
  transform: translate(-50%, -0.1em) rotate(45deg);
  width: 5em;
}
.mod-freeHTML #brotherhack .l-menu_sp__btn.js-menu_open span:nth-of-type(3)::after {
  content: "CLOSE";
  transform: translateY(0) rotate(315deg);
  top: 0;
  left: 0;
  padding: 2em 0 0;
}
.mod-freeHTML #brotherhack .l-menu_pc {
  position: absolute;
  z-index: 999;
  width: 13em;
  top: 0;
  left: 0;
  font-size: clamp(10px, 1.40625vw, 18px);
}
.mod-freeHTML #brotherhack .l-menu_pc__link {
  position: relative;
  display: flex;
  font-weight: bold;
  padding: 0.5em 2em 0.5em 0em;
}
.mod-freeHTML #brotherhack .l-menu_pc__link .l-icon {
  position: relative;
}
.mod-freeHTML #brotherhack .l-menu_pc__link .l-icon__green, .mod-freeHTML #brotherhack .l-menu_pc__link .l-icon__white {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.mod-freeHTML #brotherhack .l-menu_pc__link .l-icon__white {
  z-index: 0;
}
.mod-freeHTML #brotherhack .l-menu_pc__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2em;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 5px solid #3C5444;
}
.mod-freeHTML #brotherhack .l-menu_pc.js-sticky {
  position: fixed;
}
.mod-freeHTML #brotherhack .l-menu_pc.js-sticky_bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}
.mod-freeHTML #brotherhack .l-menu_pc .extend-function, .mod-freeHTML #brotherhack .l-menu_pc.function-security [href="#function-security"], .mod-freeHTML #brotherhack .l-menu_pc.function-manage [href="#function-manage"], .mod-freeHTML #brotherhack .l-menu_pc.function-mobile [href="#function-mobile"], .mod-freeHTML #brotherhack .l-menu_pc.function-scan [href="#function-scan"], .mod-freeHTML #brotherhack .l-menu_pc.function-dataedit [href="#function-dataedit"], .mod-freeHTML #brotherhack .l-menu_pc.function-datashare [href="#function-datashare"], .mod-freeHTML #brotherhack .l-menu_pc.function-cost [href="#function-cost"] {
  background-color: #3C5444;
  color: #FFFFFF;
  opacity: 1;
}
.mod-freeHTML #brotherhack .l-menu_pc .extend-function::before, .mod-freeHTML #brotherhack .l-menu_pc.function-security [href="#function-security"]::before, .mod-freeHTML #brotherhack .l-menu_pc.function-manage [href="#function-manage"]::before, .mod-freeHTML #brotherhack .l-menu_pc.function-mobile [href="#function-mobile"]::before, .mod-freeHTML #brotherhack .l-menu_pc.function-scan [href="#function-scan"]::before, .mod-freeHTML #brotherhack .l-menu_pc.function-dataedit [href="#function-dataedit"]::before, .mod-freeHTML #brotherhack .l-menu_pc.function-datashare [href="#function-datashare"]::before, .mod-freeHTML #brotherhack .l-menu_pc.function-cost [href="#function-cost"]::before {
  border-left: 5px solid #FFFFFF;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-cost [href="#function-cost"] .l-icon__green, .mod-freeHTML #brotherhack .l-menu_pc.function-cost [href="#function-cost"] .l-menu_pc__link .l-icon__white, .mod-freeHTML #brotherhack .l-menu_pc__link .l-menu_pc.function-cost [href="#function-cost"] .l-icon__white {
  z-index: 0;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-cost [href="#function-cost"] .l-icon__white {
  z-index: 1;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-datashare [href="#function-datashare"] .l-icon__green, .mod-freeHTML #brotherhack .l-menu_pc.function-datashare [href="#function-datashare"] .l-menu_pc__link .l-icon__white, .mod-freeHTML #brotherhack .l-menu_pc__link .l-menu_pc.function-datashare [href="#function-datashare"] .l-icon__white {
  z-index: 0;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-datashare [href="#function-datashare"] .l-icon__white {
  z-index: 1;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-dataedit [href="#function-dataedit"] .l-icon__green, .mod-freeHTML #brotherhack .l-menu_pc.function-dataedit [href="#function-dataedit"] .l-menu_pc__link .l-icon__white, .mod-freeHTML #brotherhack .l-menu_pc__link .l-menu_pc.function-dataedit [href="#function-dataedit"] .l-icon__white {
  z-index: 0;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-dataedit [href="#function-dataedit"] .l-icon__white {
  z-index: 1;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-scan [href="#function-scan"] .l-icon__green, .mod-freeHTML #brotherhack .l-menu_pc.function-scan [href="#function-scan"] .l-menu_pc__link .l-icon__white, .mod-freeHTML #brotherhack .l-menu_pc__link .l-menu_pc.function-scan [href="#function-scan"] .l-icon__white {
  z-index: 0;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-scan [href="#function-scan"] .l-icon__white {
  z-index: 1;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-mobile [href="#function-mobile"] .l-icon__green, .mod-freeHTML #brotherhack .l-menu_pc.function-mobile [href="#function-mobile"] .l-menu_pc__link .l-icon__white, .mod-freeHTML #brotherhack .l-menu_pc__link .l-menu_pc.function-mobile [href="#function-mobile"] .l-icon__white {
  z-index: 0;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-mobile [href="#function-mobile"] .l-icon__white {
  z-index: 1;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-manage [href="#function-manage"] .l-icon__green, .mod-freeHTML #brotherhack .l-menu_pc.function-manage [href="#function-manage"] .l-menu_pc__link .l-icon__white, .mod-freeHTML #brotherhack .l-menu_pc__link .l-menu_pc.function-manage [href="#function-manage"] .l-icon__white {
  z-index: 0;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-manage [href="#function-manage"] .l-icon__white {
  z-index: 1;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-security [href="#function-security"] .l-icon__green, .mod-freeHTML #brotherhack .l-menu_pc.function-security [href="#function-security"] .l-menu_pc__link .l-icon__white, .mod-freeHTML #brotherhack .l-menu_pc__link .l-menu_pc.function-security [href="#function-security"] .l-icon__white {
  z-index: 0;
}
.mod-freeHTML #brotherhack .l-menu_pc.function-security [href="#function-security"] .l-icon__white {
  z-index: 1;
}
.mod-freeHTML #brotherhack .l-icon {
  width: 3em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-icon {
    width: 3em;
  }
}
.mod-freeHTML #brotherhack .iblock {
  display: inline-block;
}
.mod-freeHTML #brotherhack .hover-opc:hover {
  opacity: 0.6;
  cursor: pointer;
}
.mod-freeHTML #brotherhack .blank-anchor {
  margin-top: -30px;
  padding-top: 30px;
}
.mod-freeHTML .js-brotherhack.js-menu-open {
  overflow: hidden;
}

/* ========================================

下部バナー リセットcss

========================================*/
.mod-freeHTML #brotherhack .mod-inIcon {
  vertical-align: middle;
  margin: -0.25em 0 0 10px;
  height: 20px;
  width: auto !important;
}

.mod-freeHTML #brotherhack .mod-bannerList.mod-bannerList-grid4 li img {
  width: 100%;
}

.mod-bannerList p a {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
  letter-spacing: 0.4px;
}

/* ========================================

top open & close
（トップページと下層ページの切り替え）

========================================*/
.mod-freeHTML #brotherhack .p-top__wrap {
  display: block;
}
.mod-freeHTML #brotherhack .p-top__wrap.lower-open {
  display: none;
}

/* ========================================

main style
(メインビジュアル)

========================================*/
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-main {
    position: relative;
  }
}
.mod-freeHTML #brotherhack .p-main__img img {
  width: 100%;
  height: 100%;
}
.mod-freeHTML #brotherhack .p-main__wrap {
  margin: 1em 0 3em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-main__wrap {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(203, 226, 220, 0.8);
    padding: 2em;
    width: 85%;
    max-width: 320px;
    margin: 0;
  }
}
.mod-freeHTML #brotherhack .p-main__tit {
  text-align: center;
  font-size: clamp(14px, 2.1875vw, 28px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-main__tit {
    font-size: clamp(10px, 4.5333333333vw, 17px);
    margin: 0;
    color: #3C5444;
    font-feature-settings: "palt";
  }
}
.mod-freeHTML #brotherhack .p-main__tit ruby {
  ruby-align: center;
}
.mod-freeHTML #brotherhack .p-main__tit ruby rt {
  letter-spacing: -0.1em;
  text-align: center;
}

/* ========================================

picks style
(PICKS!!)

========================================*/
.mod-freeHTML #brotherhack .p-picks {
  background-color: #3C5444;
}

/* ========================================

category style
(CATEGORY)

========================================*/
.mod-freeHTML #brotherhack .p-category .l-inner {
  padding: 4% 0 0;
}
.mod-freeHTML #brotherhack .p-category .l-tit_large--green {
  font-size: clamp(14px, 2.1875vw, 28px);
  text-align: center;
  letter-spacing: 0.2em;
}
.mod-freeHTML #brotherhack .p-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: center;
  margin: 3% 0 5%;
}
.mod-freeHTML #brotherhack .p-category__link {
  width: 22.75%;
  position: relative;
  margin: 0 0 3%;
  border: 5px solid #3C5444;
  text-align: center;
  border-radius: 7.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.mod-freeHTML #brotherhack .p-category__link__tit {
  color: #3C5444;
  font-size: clamp(14px, 2.1875vw, 28px);
  font-weight: bold;
  line-height: 120%;
  display: flex;
  justify-content: center;
  margin: 0;
  align-items: center;
  padding: 1em 0;
}
.mod-freeHTML #brotherhack .p-category__link__txt {
  color: #3C5444;
  font-size: clamp(10px, 1.40625vw, 18px);
  font-weight: bold;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 0 2em;
}
.mod-freeHTML #brotherhack .p-category__link__img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.mod-freeHTML #brotherhack .p-category__link::before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-top: 8px solid #3C5444;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ========================================

BRAdmin バナー

========================================*/
.mod-freeHTML #brotherhack .p-bnr__btn .l-inner {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-bnr__btn .l-inner {
    padding: 6% 0 0;
  }
}
.mod-freeHTML #brotherhack .p-bnr__btn__img {
  display: block;
  width: 73%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-bnr__btn__img {
    width: 100%;
  }
}
.mod-freeHTML #brotherhack .p-bnr__btn__ann {
  width: 95%;
  margin: 0 auto;
  font-size: clamp(10px, 1.40625vw, 18px);
  font-weight: bold;
  line-height: 140%;
  padding-top: 7%;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-bnr__btn__ann {
    width: 100%;
    font-size: clamp(10px, 3.2vw, 15px);
  }
}

/* ========================================

function style
(機能一覧)

========================================*/
.mod-freeHTML #brotherhack .p-function__inner {
  padding: 0.5% 0 1%;
}
.mod-freeHTML #brotherhack .p-function {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.mod-freeHTML #brotherhack .p-function__inner {
  font-size: clamp(10px, 1.40625vw, 18px);
  width: calc(100% - 15em);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-function__inner {
    width: 100%;
    padding: 0;
  }
}
.mod-freeHTML #brotherhack .p-function__inner .p-function__box {
  font-size: 10px;
}
.mod-freeHTML #brotherhack .p-function__inner .p-function__box .l-tit_large--green {
  font-size: clamp(16px, 2.5vw, 32px);
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-function__inner .p-function__box .l-tit_large--green {
    font-size: clamp(10px, 4.8vw, 18px);
  }
}
.mod-freeHTML #brotherhack .p-function__inner .p-function__box__txt {
  font-size: clamp(16px, 2.5vw, 32px);
  line-height: 140%;
  font-weight: bold;
  margin: 0 0 2em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-function__inner .p-function__box__txt {
    font-size: clamp(10px, 3.7333333333vw, 18px);
  }
}
.mod-freeHTML #brotherhack .p-function__inner .p-function__box__wrap .l-top_function {
  border-bottom: 2px dotted #3C5444;
}
.mod-freeHTML #brotherhack .p-function__inner .p-function__box__wrap .l-top_function__img {
  width: 30%;
  max-width: 225px;
}
.mod-freeHTML #brotherhack .p-function__inner .p-function__box__wrap .l-top_function__wrap {
  width: 67%;
  position: relative;
  max-width: none;
}
.mod-freeHTML #brotherhack .p-function__inner .p-function__box__wrap .l-top_function__txt {
  color: #000000;
  font-size: clamp(12px, 1.875vw, 24px);
  padding: 0 0 3em;
  margin: 0;
}
.mod-freeHTML #brotherhack .p-function__inner .p-function__box__wrap .l-top_function .l-btn {
  border: 3px solid #3C5444;
  background-color: #FFFFFF;
  box-shadow: 3px 3px #3C5444;
  left: 0;
  padding: 0 2em;
  cursor: pointer;
}
.mod-freeHTML #brotherhack .p-function__inner .p-function__box__wrap .l-top_function .p-driver {
  padding: 0 1.5em 0 0;
}
.mod-freeHTML #brotherhack .p-function__inner .p-function__box__wrap .l-top_function:last-of-type {
  border-bottom: none;
  padding: 20px 0 0;
}
.mod-freeHTML #brotherhack .p-function__inner .p-function__box__wrap:first-of-type .l-tit_line--black {
  margin: 0;
}
.mod-freeHTML #brotherhack .p-function__inner .p-function__box + .p-function__box {
  margin: 10em 0 0;
}

/* ========================================

注釈

========================================*/
.mod-freeHTML #brotherhack .p-ann {
  margin: 0 0 5%;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-ann {
    margin: 0 0 10%;
  }
}
.mod-freeHTML #brotherhack .p-ann__txt {
  line-height: 150%;
  letter-spacing: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-ann__txt {
    font-size: clamp(7px, 2.1333333333vw, 8px);
  }
}

/* ========================================

lower style
（下層ページ）

========================================*/
.mod-freeHTML #brotherhack {
  position: relative;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-inner {
    width: 90%;
    max-width: 340px;
    padding: 5% 0;
  }
}
.mod-freeHTML #brotherhack .l-btn__top--fixed {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 13em;
  border: 3px solid #FFFFFF;
  background-color: #3C5444;
  border-radius: 8px;
  z-index: 999;
  font-size: clamp(10px, 1.09375vw, 14px);
  font-weight: bold;
  padding: 0.3em;
}
.mod-freeHTML #brotherhack .l-btn__top--fixed.js-l-btn__top--fixed {
  position: fixed;
}
.mod-freeHTML #brotherhack .l-btn__top--fixed .l-btn__top__link {
  display: flex;
  color: #FFFFFF;
  padding: 0 2em 0 0.5em;
  position: relative;
}
.mod-freeHTML #brotherhack .l-btn__top--fixed .l-icon {
  width: 2em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-menu_sp--lower {
    background-color: transparent;
    position: fixed;
    z-index: 998;
    transform: translateX(-100%);
    transition: 0.5s all;
    font-size: clamp(10px, 3.2vw, 15px);
  }
  .mod-freeHTML #brotherhack .l-menu_sp--lower__box {
    margin: 8em 0;
    line-height: 2em;
  }
  .mod-freeHTML #brotherhack .l-menu_sp--lower__list {
    margin: 0 2em 1.5em;
  }
  .mod-freeHTML #brotherhack .l-menu_sp--lower .l-lower__list li:first-of-type .l-menu_sp--lower__link {
    margin: 0.4em 0 0;
  }
  .mod-freeHTML #brotherhack .l-menu_sp--lower .l-lower__list li:last-of-type .l-menu_sp--lower__link {
    margin: 0.8em 0 1.9em;
  }
  .mod-freeHTML #brotherhack .l-menu_sp--lower__link {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 120%;
    margin: 0.8em 0 0;
  }
  .mod-freeHTML #brotherhack .l-menu_sp--lower.js-menu_open {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 72%;
    height: 100%;
    transform: translateX(0);
  }
  .mod-freeHTML #brotherhack .l-menu_sp--lower.js-menu_open .l-menu_sp--lower__tit {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin: 0;
  }
  .mod-freeHTML #brotherhack .l-menu_sp--lower .l-lower__list {
    margin: 0 1em 0;
    font-weight: bold;
  }
  .mod-freeHTML #brotherhack .l-menu_sp--lower .l-btn__top {
    width: 11em;
    font-weight: bold;
  }
  .mod-freeHTML #brotherhack .l-menu_sp--lower .l-btn__top__link {
    display: flex;
    color: #3C5444;
    padding: 0 2em 0 0;
    position: relative;
  }
  .mod-freeHTML #brotherhack .l-menu_sp--lower .l-btn__top .l-icon {
    width: 1.5em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mod-freeHTML #brotherhack .l-menu_sp--lower .l-btn__top .l-icon img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__cover {
  display: none;
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__cover.js-menu_open {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__btn {
  position: fixed;
  background: #3C5444;
  cursor: pointer;
  width: 8em;
  height: 8em;
  top: 2em;
  left: 2em;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  font-size: clamp(6px, 1.6vw, 10px);
  z-index: 999;
  transform: translateX(-100%);
  transition: 0.5s all;
  opacity: 0;
  pointer-events: none;
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 5.5em;
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__btn span:nth-of-type(1) {
  top: 1.5em;
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__btn span:nth-of-type(2) {
  top: 3em;
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__btn span:nth-of-type(3) {
  top: 4.5em;
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__btn span:nth-of-type(3)::after {
  content: "MENU";
  position: absolute;
  width: 8em;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 1em 0;
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__btn.js-menu_btn__open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__btn.js-menu_open span:nth-of-type(1) {
  top: 3em;
  left: 50%;
  transform: translate(-50%, 0.1em) rotate(-45deg);
  width: 5em;
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__btn.js-menu_open span:nth-of-type(2) {
  opacity: 0;
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__btn.js-menu_open span:nth-of-type(3) {
  top: 3.2em;
  left: 50%;
  transform: translate(-50%, -0.1em) rotate(45deg);
  width: 5em;
}
.mod-freeHTML #brotherhack .l-menu_sp--lower__btn.js-menu_open span:nth-of-type(3)::after {
  content: "CLOSE";
  transform: translateY(0) rotate(315deg);
  top: 0;
  left: 0;
  padding: 2em 0 0;
}
.mod-freeHTML #brotherhack .p-lower__point--green {
  color: #3C5444;
}
.mod-freeHTML #brotherhack .p-lower__tit--menu {
  position: relative;
  font-weight: bold;
  color: #3C5444;
  margin: 1.5em 0 0;
  padding: 0 0.5em;
}
.mod-freeHTML #brotherhack .p-lower__tit--menu:first-of-type {
  margin: 0;
}
.mod-freeHTML #brotherhack .p-lower__tit--menu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 0.2em;
  height: 1em;
  background-color: #3C5444;
}
.mod-freeHTML #brotherhack .p-lower__header {
  position: relative;
  width: 100%;
  font-size: clamp(16px, 2.5vw, 32px);
  color: #FFFFFF;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__header {
    font-size: clamp(10px, 4.8vw, 18px);
  }
}
.mod-freeHTML #brotherhack .p-lower__header__wrap {
  display: flex;
  align-items: flex-end;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 5px solid #FFFFFF;
  min-width: 13em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__header__wrap {
    border-bottom: 3px solid #FFFFFF;
  }
}
.mod-freeHTML #brotherhack .p-lower__header__icon {
  width: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-freeHTML #brotherhack .p-lower__header__tit {
  margin: 0 auto;
}
.mod-freeHTML #brotherhack .p-lower__header__bg img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.mod-freeHTML #brotherhack .p-lower__menu {
  background: rgba(202, 225, 219, 0.8);
  font-size: clamp(10px, 1.40625vw, 18px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__menu {
    font-size: 10px;
  }
}
.mod-freeHTML #brotherhack .p-lower__menu__wrap {
  position: relative;
  font-size: 10px;
  margin: 0.5em 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__menu__wrap {
    gap: 2%;
  }
}
.mod-freeHTML #brotherhack .p-lower__menu__wrap .l-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.875%;
  position: static;
  border: 3px solid #3C5444;
  border-radius: 7px;
  background-color: #FFFFFF;
  box-shadow: 3px 3px #3C5444;
  transform: translateY(-3px);
  padding: 0;
  font-size: clamp(10px, 1.40625vw, 18px);
  line-height: 120%;
  margin: 0 0 1.5%;
  height: 5em;
  max-height: 80px;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__menu__wrap .l-btn {
    width: 32%;
    margin: 0 0 3%;
    border: 2px solid #3C5444;
    box-shadow: 2px 2px #3C5444;
    height: 4em;
    max-height: 60px;
    font-size: clamp(7px, 2.4vw, 9px);
  }
}
.mod-freeHTML #brotherhack .p-lower__menu__wrap .l-btn_txt {
  display: block;
  color: #3C5444;
  font-weight: bold;
  position: relative;
  text-align: center;
  border-radius: 5px;
  padding: 0 0 1em;
}
.mod-freeHTML #brotherhack .p-lower__menu__wrap .l-btn_txt::before {
  display: none;
}
.mod-freeHTML #brotherhack .p-lower__menu__wrap .l-btn::before {
  content: "";
  position: absolute;
  bottom: 0.3em;
  right: calc(50% - 12px);
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 6px solid #3C5444;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__menu__wrap .l-btn::before {
    bottom: -0.3em;
  }
}
.mod-freeHTML #brotherhack .p-lower__menu__wrap .l-btn:hover {
  background-color: #F5AA3B;
  opacity: 1;
}
.mod-freeHTML #brotherhack .p-lower__menu .l-font--palt {
  font-feature-settings: "palt";
}
.mod-freeHTML #brotherhack .p-lower__function {
  font-size: 10px;
  margin: 0 0 5em;
}
.mod-freeHTML #brotherhack .p-lower__function .l-inner {
  padding: 0;
}
.mod-freeHTML #brotherhack .p-lower__function__content {
  margin: 7em 0;
  padding: 0 0 7em;
  border-bottom: 2px dotted #3C5444;
  position: relative;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function__content {
    font-size: clamp(7px, 2.6666666667vw, 10px);
    margin: 2em 0;
    padding: 0 0 7em;
  }
}
.mod-freeHTML #brotherhack .p-lower__function__box {
  background-color: #3C5444;
  display: flex;
  padding: 2em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function__box {
    padding: 1em;
  }
}
.mod-freeHTML #brotherhack .p-lower__function__img {
  width: 28.6458333333%;
  max-width: 225px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function__img {
    max-width: 100px;
    width: 38.6904761905%;
  }
}
.mod-freeHTML #brotherhack .p-lower__function__wrap {
  padding: 0 0 0 2em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function__wrap {
    padding: 0 0 0 1em;
  }
}
.mod-freeHTML #brotherhack .p-lower__function__tit {
  position: relative;
  display: inline-block;
  font-size: clamp(17px, 2.109375vw, 27px);
  background-color: #FFFFFF;
  padding: 0.3em 2em 0.3em 1.2em;
  color: #3C5444;
  line-height: 100%;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function__tit {
    font-size: clamp(10px, 3.7333333333vw, 14px);
    padding: 0.3em 2em 0.3em 0.8em;
    line-height: 100%;
  }
}
.mod-freeHTML #brotherhack .p-lower__function__tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5em;
  height: 100%;
  background-color: #F5AA3B;
}
.mod-freeHTML #brotherhack .p-lower__function__txt {
  font-size: clamp(15px, 1.875vw, 24px);
  font-weight: bold;
  color: #FFFFFF;
  line-height: 140%;
  padding: 4% 0 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function__txt {
    font-size: clamp(9px, 3.2vw, 12px);
    line-height: 130%;
    padding: 1% 0 0;
  }
}
.mod-freeHTML #brotherhack .p-lower__function__sup {
  font-size: clamp(10px, 1.40625vw, 18px);
  padding: 1.5em;
  font-weight: bold;
  background-color: rgba(202, 225, 219, 0.3);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function__sup {
    padding: 1em;
    font-size: clamp(8px, 2.9333333333vw, 11px);
    line-height: 140%;
  }
}
.mod-freeHTML #brotherhack .p-lower__function__sup .p-lower__sup {
  font-size: clamp(10px, 1.40625vw, 18px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function__sup .p-lower__sup {
    font-size: clamp(8px, 2.9333333333vw, 11px);
  }
}
.mod-freeHTML #brotherhack .p-lower__function__sup .p-lower__sup--bold {
  padding-left: 1em;
  text-indent: -1em;
}
.mod-freeHTML #brotherhack .p-lower__function__sup .p-lower__tit--green + .p-lower__sup {
  margin: 0.3em 0 0;
}
.mod-freeHTML #brotherhack .p-lower__function__sup .p-lower__tit--green {
  margin: 1em 0 0;
}
.mod-freeHTML #brotherhack .p-lower__function__sup .p-lower__tit--green:first-child {
  margin: 0;
}
.mod-freeHTML #brotherhack .p-lower__function__detail {
  display: none;
}
.mod-freeHTML #brotherhack .p-lower__function__detail.js-accordion__open {
  display: block;
}
.mod-freeHTML #brotherhack .p-lower__function__detail + .l-detail__btn {
  position: absolute;
  font-size: clamp(9px, 1.09375vw, 14px);
  width: 10em;
  height: 2em;
  color: #3C5444;
  border: 1px solid #3C5444;
  bottom: 1.5em;
  right: 0;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function__detail + .l-detail__btn {
    margin: 0 0 3em;
    width: 25em;
    height: 2em;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(6px, 2.1333333333vw, 8px);
  }
}
.mod-freeHTML #brotherhack .p-lower__function__detail + .l-detail__btn::before {
  content: "もっと見る";
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-45%, -50%);
}
.mod-freeHTML #brotherhack .p-lower__function__detail + .l-detail__btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 20%;
  right: 1em;
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid #3C5444;
  border-right: 1px solid #3C5444;
  transform: rotate(135deg);
}
.mod-freeHTML #brotherhack .p-lower__function .js-accordion__open + .l-detail__btn::before {
  content: "とじる";
}
.mod-freeHTML #brotherhack .p-lower__function .js-accordion__open + .l-detail__btn::after {
  top: 40%;
  transform: rotate(315deg);
}
.mod-freeHTML #brotherhack .p-lower__function .p-lower__tit--green {
  display: inline-block;
  width: 12em;
  color: #FFFFFF;
  background-color: #3C5444;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 140%;
  padding: 0.1em 1em;
  font-feature-settings: "palt";
  font-size: clamp(10px, 1.40625vw, 18px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function .p-lower__tit--green {
    width: 8em;
    padding: 0.1em 0.5em;
    font-size: clamp(9px, 3.2vw, 12px);
  }
}
.mod-freeHTML #brotherhack .p-lower__function .p-lower__tit--bg {
  position: relative;
  display: inline-block;
  font-size: clamp(10px, 1.40625vw, 18px);
  background: rgba(203, 226, 220, 0.3);
  padding: 0.3em 1em 0.3em 1.2em;
  color: #000000;
  line-height: 100%;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function .p-lower__tit--bg {
    font-size: clamp(8px, 2.9333333333vw, 11px);
    padding: 0.3em 2em 0.3em 0.8em;
    line-height: 140%;
    width: 100%;
  }
}
.mod-freeHTML #brotherhack .p-lower__function .p-lower__tit--bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5em;
  height: 100%;
  background-color: #3C5444;
}
.mod-freeHTML #brotherhack .p-lower__function .p-lower__sup--bold {
  font-weight: bold;
  font-size: clamp(7px, 0.78125vw, 10px);
  margin: 1em 0 0;
  line-height: 140%;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function .p-lower__sup--bold {
    font-size: clamp(6px, 2.1333333333vw, 8px);
  }
}
.mod-freeHTML #brotherhack .p-lower__function .p-lower__sup--bold + .p-lower__sup--bold {
  margin: 0;
}
.mod-freeHTML #brotherhack .p-lower__function .p-lower__sup--thin {
  font-weight: normal;
  font-size: clamp(7px, 0.78125vw, 10px);
  margin: 1em 0 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 140%;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function .p-lower__sup--thin {
    font-size: clamp(6px, 2.1333333333vw, 8px);
  }
}
.mod-freeHTML #brotherhack .p-lower__function .p-lower__sup--thin + .p-lower__sup--thin {
  margin: 0;
}
.mod-freeHTML #brotherhack .p-lower__function .l-circle--green {
  position: relative;
  padding: 0 0 0 1em;
}
.mod-freeHTML #brotherhack .p-lower__function .l-circle--green::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  background-color: #3C5444;
  border-radius: 50%;
}
.mod-freeHTML #brotherhack .p-lower__function .l-square--green {
  position: relative;
  padding: 0 0 0 1em;
}
.mod-freeHTML #brotherhack .p-lower__function .l-square--green::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  background-color: #3C5444;
}
.mod-freeHTML #brotherhack .p-lower__function .l-btn__top {
  width: 13em;
  margin: 0 auto;
  border: 3px solid #FFFFFF;
  background-color: #3C5444;
  border-radius: 8px;
  font-size: clamp(9px, 1.09375vw, 14px);
  font-weight: bold;
  padding: 0.3em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .p-lower__function .l-btn__top {
    font-size: clamp(6px, 2.1333333333vw, 8px);
  }
}
.mod-freeHTML #brotherhack .p-lower__function .l-btn__top__link {
  display: flex;
  color: #FFFFFF;
  padding: 0 2em 0 0.5em;
  position: relative;
}
.mod-freeHTML #brotherhack .p-lower__function .l-btn__top .l-icon {
  width: 2em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mod-freeHTML #brotherhack .l-detail {
  font-size: clamp(7px, 0.78125vw, 10px);
  margin: 1.5em 0 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail {
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__tit {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 1em 0 0;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__tit {
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__tit__wrap {
  display: block;
  flex-grow: 1;
}
.mod-freeHTML #brotherhack .l-detail__tit—-green {
  margin: 0;
  font-size: clamp(13px, 1.640625vw, 21px);
  color: #3C5444;
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__tit—-green {
    font-size: clamp(10px, 3.7333333333vw, 14px);
  }
}
.mod-freeHTML #brotherhack .l-detail__tit__sup--bold {
  margin: 0;
  font-size: clamp(7px, 0.78125vw, 10px);
  color: #000000;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 120%;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__tit__sup--bold {
    font-size: clamp(6px, 2.1333333333vw, 8px);
  }
}
.mod-freeHTML #brotherhack .l-detail__tit__txt {
  font-size: clamp(10px, 1.40625vw, 18px);
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__tit__txt {
    font-size: clamp(8px, 2.9333333333vw, 11px);
  }
}
.mod-freeHTML #brotherhack .l-detail__tit--mid {
  display: flex;
  align-items: center;
  margin: 2em 0 0;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__tit--mid {
    margin: 1.5em 0 0;
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__tit--mid—-green {
  margin: 0;
  font-size: clamp(13px, 1.640625vw, 21px);
  color: #3C5444;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__tit--mid—-green {
    font-size: clamp(9px, 3.2vw, 12px);
  }
}
.mod-freeHTML #brotherhack .l-detail__tit--mid__sup--bold {
  margin: 0;
  font-size: clamp(7px, 0.78125vw, 10px);
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__tit--mid__sup--bold {
    font-size: clamp(6px, 2.1333333333vw, 8px);
  }
}
.mod-freeHTML #brotherhack .l-detail__tit--lar {
  display: flex;
  align-items: center;
  margin: 3em 0 0;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__tit--lar {
    margin: 2em 0 0;
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__tit--lar—-green {
  margin: 0;
  font-size: clamp(13px, 1.640625vw, 21px);
  color: #3C5444;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__tit--lar—-green {
    font-size: clamp(9px, 3.2vw, 12px);
  }
}
.mod-freeHTML #brotherhack .l-detail__tit--lar__sup--bold {
  margin: 0;
  font-size: clamp(7px, 0.78125vw, 10px);
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__tit--lar__sup--bold {
    font-size: clamp(6px, 2.1333333333vw, 8px);
  }
}
.mod-freeHTML #brotherhack .l-detail__tit:first-of-type {
  margin: 0;
}
.mod-freeHTML #brotherhack .l-detail .l-detail__img + .l-detail__tit {
  margin: 1em 0 0;
}
.mod-freeHTML #brotherhack .l-detail__wrap--lar {
  padding: 0 0 0 3em;
  margin: 1.5em 0 0;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__wrap--lar {
    padding: 0 0 0 1em;
    font-size: clamp(7px, 2.6666666667vw, 10px);
    margin: 1em 0 0;
  }
}
.mod-freeHTML #brotherhack .l-detail__wrap--lar__tit {
  margin: 1em 0 0;
}
.mod-freeHTML #brotherhack .l-detail__wrap {
  padding: 0 0 0 3em;
  margin: 1em 0 0;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__wrap {
    padding: 0 0 0 1em;
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__wrap__tit {
  margin: 1em 0 0;
}
.mod-freeHTML #brotherhack .l-detail__wrap--min {
  padding: 0 0 0 3em;
  margin: 0.5em 0 0;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__wrap--min {
    padding: 0 0 0 1em;
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__wrap--min__tit {
  margin: 1em 0 0;
}
.mod-freeHTML #brotherhack .l-detail__wrap--flex {
  display: flex;
  margin: 1em 0 0;
  align-items: center;
}
.mod-freeHTML #brotherhack .l-detail .p-lower__function__sup {
  margin: 2em 0 0;
}
.mod-freeHTML #brotherhack .l-detail__txt {
  margin: 1em 0 0;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__txt {
    margin: 1.5em 0 0;
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__txt--lar {
  margin: 1.5em 0 0;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__txt--lar {
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__txt--mid {
  margin: 0.5em 0 0;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__txt--mid {
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__txt:first-child {
  margin: 0;
}
.mod-freeHTML #brotherhack .l-detail__wrap__inner {
  padding: 0 0 0 1em;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__wrap__inner {
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__wrap__inner--lar {
  padding: 0 0 0 4em;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__wrap__inner--lar {
    padding: 0 0 0 2em;
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__wrap__inner--mid {
  padding: 0 0 0 2em;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__wrap__inner--mid {
    padding: 0 0 0 1em;
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__txt__num {
  margin: 0;
  font-size: clamp(9px, 1.09375vw, 14px);
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__txt__num {
    font-size: clamp(8px, 2.9333333333vw, 11px);
  }
}
.mod-freeHTML #brotherhack .l-detail__txt__mid {
  margin: 0;
  font-size: clamp(8px, 0.9375vw, 12px);
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__txt__mid {
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__txt__i-mid {
  margin: 0;
  font-size: clamp(8px, 0.9375vw, 12px);
  color: #000000;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__txt__i-mid {
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__txt__ann {
  margin: 0;
  font-size: clamp(7px, 0.78125vw, 10px);
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__txt__ann {
    font-size: clamp(6px, 2.1333333333vw, 8px);
  }
}
.mod-freeHTML #brotherhack .l-detail__txt__i-ann {
  margin: 0;
  font-size: clamp(7px, 0.78125vw, 10px);
  color: #000000;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__txt__i-ann {
    font-size: clamp(6px, 2.1333333333vw, 8px);
  }
}
.mod-freeHTML #brotherhack .l-detail__txt__lar—-bold {
  font-size: clamp(9px, 1.09375vw, 14px);
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__txt__lar—-bold {
    font-size: clamp(8px, 2.9333333333vw, 11px);
  }
}
.mod-freeHTML #brotherhack .l-detail__table {
  margin: 1em 0 0;
  font-size: 10px;
  width: 100%;
}
.mod-freeHTML #brotherhack .l-detail__table__wrap {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.mod-freeHTML #brotherhack .l-detail__table__cell:first-of-type th {
  background: rgba(203, 226, 220, 0.8);
}
.mod-freeHTML #brotherhack .l-detail__table__tit, .mod-freeHTML #brotherhack .l-detail__table__item {
  padding: 0.5em;
  font-size: clamp(9px, 1.09375vw, 14px);
  border-bottom: 1px solid #969696;
}
.mod-freeHTML #brotherhack .l-detail__table__tit:first-of-type, .mod-freeHTML #brotherhack .l-detail__table__item {
  width: 20em;
}
.mod-freeHTML #brotherhack .l-detail__table__txt {
  padding: 0.5em;
  font-size: clamp(8px, 0.9375vw, 12px);
  border-bottom: 1px solid #969696;
  vertical-align: middle;
}
.mod-freeHTML #brotherhack .l-detail__table__txt--green {
  border: 2px solid #CBE2DC;
  border-radius: 5px;
  padding: 0.8em;
  margin: 0.5em 0;
}
.mod-freeHTML #brotherhack .l-detail__table__txt--indent {
  text-indent: -1em;
  padding-left: 1em;
}
.mod-freeHTML #brotherhack .l-detail .p-lower__tit--green {
  margin: 0;
}
.mod-freeHTML #brotherhack .l-detail .p-lower__tit--green + .l-detail__txt {
  margin: 0.5em 0 0;
}
.mod-freeHTML #brotherhack .l-detail .l-detail__wrap__tit {
  margin: 2em 0 0;
}
.mod-freeHTML #brotherhack .l-detail .l-detail__txt__num .l-detail__icon {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
}
.mod-freeHTML #brotherhack .l-detail .l-detail__txt__mid .l-detail__icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}
.mod-freeHTML #brotherhack .l-detail__img {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5em 0 0;
  font-size: clamp(7px, 0.78125vw, 10px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__img {
    font-size: clamp(7px, 2.6666666667vw, 10px);
  }
}
.mod-freeHTML #brotherhack .l-detail__img__wrap {
  display: flex;
  margin: 1em 0 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__img__wrap {
    margin: 0 0 0;
  }
}
.mod-freeHTML #brotherhack .l-detail__img__wrap .l-detail__img {
  margin: 1em 2.5em 0 0;
  position: relative;
}
.mod-freeHTML #brotherhack .l-detail__img__wrap .l-detail__img::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #3C5444;
}
.mod-freeHTML #brotherhack .l-detail__img__wrap .l-detail__img:last-child {
  margin: 1em 0 0;
}
.mod-freeHTML #brotherhack .l-detail__img__wrap .l-detail__img:last-child::before {
  display: none;
}
.mod-freeHTML #brotherhack .l-detail__link__btn {
  display: inline-block;
  font-weight: bold;
  color: #3C5444;
  border-bottom: 1px solid #3C5444;
  font-size: clamp(9px, 1.09375vw, 14px);
  margin: 0;
  position: relative;
  padding: 0 1em 0 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack .l-detail__link__btn {
    font-size: clamp(8px, 2.9333333333vw, 11px);
  }
}
.mod-freeHTML #brotherhack .l-detail__link__btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 35%;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #3C5444;
  border-right: 1px solid #3C5444;
  transform: rotate(45deg);
}
.mod-freeHTML #brotherhack #lower-cost #lower-cost01 .l-detail__img {
  max-width: 180px;
}
.mod-freeHTML #brotherhack #lower-cost #lower-cost02 .l-detail__img {
  max-width: 290px;
}
.mod-freeHTML #brotherhack #lower-cost #lower-cost03 .l-detail__img {
  max-width: 500px;
}
.mod-freeHTML #brotherhack #lower-cost #lower-cost04 .l-detail__img {
  max-width: 450px;
}
.mod-freeHTML #brotherhack #lower-cost #lower-cost07 .l-detail__img {
  max-width: 340px;
  cursor: pointer;
}
.mod-freeHTML #brotherhack #lower-cost #lower-cost07 .l-detail__img__wrap .l-detail__img {
  max-width: 160px;
}
.mod-freeHTML #brotherhack #lower-cost #lower-cost08 .l-detail__img {
  max-width: 330px;
  cursor: pointer;
}
.mod-freeHTML #brotherhack #lower-datashare #lower-datashare02 .l-detail__img {
  max-width: 240px;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-datashare #lower-datashare02 .l-detail__img {
    max-width: none;
  }
}
.mod-freeHTML #brotherhack #lower-dataedit .p-lower__header__icon {
  width: 2em;
}
.mod-freeHTML #brotherhack #lower-dataedit .p-lower__tit--green {
  width: 13em;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-dataedit .p-lower__tit--green {
    margin: 1em auto 0;
  }
  .mod-freeHTML #brotherhack #lower-dataedit .p-lower__tit--green:first-of-type {
    margin: 0 auto;
  }
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit01 .l-detail__txt__lar—-bold.l-no__indent + .l-detail__wrap {
  padding: 0 0 0 2em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit01 .l-detail__txt__lar—-bold.l-no__indent + .l-detail__wrap {
    padding: 0 0 0 1em;
  }
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit01 .l-detail__wrap {
  font-size: 10px;
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit01 .l-detail__wrap .l-detail__txt__lar—-bold {
  font-size: clamp(9px, 1.09375vw, 14px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit01 .l-detail__link.l-pl5 {
    padding: 0 0 0 2em;
  }
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit02 .l-detail__img {
  max-width: 255px;
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit03 .p-lower__function__box + .p-lower__function__sup {
  display: flex;
  justify-content: space-evenly;
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit03 .p-lower__function__box + .p-lower__function__sup {
    padding: 5% 3%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit03 .p-lower__function__box + .p-lower__function__sup .p-lower__tit--green {
    margin: 1em 0.5em 0;
    width: auto;
    padding: 0;
  }
  .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit03 .p-lower__function__box + .p-lower__function__sup .p-lower__tit--green:nth-of-type(1), .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit03 .p-lower__function__box + .p-lower__function__sup .p-lower__tit--green:nth-of-type(2) {
    margin: 0 0.5em 0;
  }
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit03 .p-lower__tit--green {
  padding: 0 1em;
  width: 14em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit03 .l-detail__table {
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
  }
  .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit03 .l-detail__table__tit:first-of-type, .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit03 .l-detail__table__item {
    width: 13em;
  }
  .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit03 .l-detail__table__wrap {
    width: 100%;
  }
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit03 .l-detail {
  margin: 4% 0 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit03 .l-detail {
    margin: 6% 0 0;
  }
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .p-lower__function__sup {
  background-color: transparent;
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__tit {
  margin: 0 0 0 2em;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__tit {
    margin: 0 0 0 1em;
  }
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__img {
  margin: 0;
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__img::before {
  content: none;
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__img__box {
  text-align: center;
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__img__box p {
  font-size: clamp(8px, 0.9375vw, 12px);
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__img__box p {
    font-size: clamp(6px, 2.1333333333vw, 8px);
  }
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__img__box:nth-of-type(1) {
  max-width: 120px;
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__img__box:nth-of-type(2),
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__img__box:nth-of-type(4) {
  max-width: 150px;
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__img__box:nth-of-type(3) {
  max-width: 80px;
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__table__cell:first-of-type {
  background-color: #FFFFFF;
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__table {
  max-width: 520px;
  width: 70%;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__table {
    width: 100%;
    overflow-x: scroll;
  }
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__table__wrap {
  border-top: 1px solid #969696;
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__table__item {
  width: 13em;
}
.mod-freeHTML #brotherhack #lower-dataedit #lower-dataedit04 .l-detail__table__cell:first-of-type th {
  background: transparent;
}
.mod-freeHTML #brotherhack #lower-scan #lower-scan05 .l-detail {
  margin: 4% 0 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-scan #lower-scan05 .l-detail {
    margin: 6% 0 0;
  }
}
.mod-freeHTML #brotherhack #lower-scan #lower-scan05 .p-lower__function__box + .p-lower__function__sup {
  display: flex;
  justify-content: center;
}
.mod-freeHTML #brotherhack #lower-scan #lower-scan05 .p-lower__function__box + .p-lower__function__sup .p-lower__tit--green {
  margin: 0 3em 0 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-scan #lower-scan05 .p-lower__function__box + .p-lower__function__sup .p-lower__tit--green {
    margin: 0 1em 0 0;
  }
}
.mod-freeHTML #brotherhack #lower-scan #lower-scan05 .p-lower__function__box + .p-lower__function__sup .p-lower__tit--green:last-child {
  margin: 0;
}
.mod-freeHTML #brotherhack #lower-scan #lower-scan05 .p-lower__tit--green {
  width: 13em;
}
.mod-freeHTML #brotherhack #lower-scan #lower-scan05 .l-detail__img:nth-child(2) {
  max-width: 280px;
}
.mod-freeHTML #brotherhack #lower-scan #lower-scan05 .l-detail__img:nth-child(4) {
  max-width: 130px;
}
.mod-freeHTML #brotherhack #lower-scan #lower-scan05 .l-detail .l-detail__img:nth-child(8) {
  max-width: 290px;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-scan #lower-scan06.p-lower__function__content {
    padding: 0 0 2em;
  }
}
.mod-freeHTML #brotherhack #lower-scan #lower-scan07 .l-detail__img,
.mod-freeHTML #brotherhack #lower-scan #lower-scan12 .l-detail__img {
  max-width: 450px;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-scan #lower-scan11 .p-lower__function__tit {
    padding: 0.3em 0.5em 0.3em 0.8em;
  }
}
.mod-freeHTML #brotherhack #lower-scan #lower-scan11 .l-detail__img {
  max-width: 290px;
}
.mod-freeHTML #brotherhack #lower-mobile .l-detail__wrap--flex .l-detail__wrap {
  margin: 0;
  padding: 0 0 0 2em;
}
.mod-freeHTML #brotherhack #lower-mobile .l-detail__img {
  margin: 0;
  max-width: 50px;
}
.mod-freeHTML #brotherhack #lower-mobile #lower-mobile01 .l-detail__tit {
  margin: 2em 0 0;
}
.mod-freeHTML #brotherhack #lower-manage .p-lower__menu .p-lower__tit--menu {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-manage #lower-manage03 .l-detail__tit {
    align-items: flex-start;
  }
}
.mod-freeHTML #brotherhack #lower-manage #lower-manage07 .p-lower__function__tit {
  padding: 0.3em 0.5em 0.3em 0.8em;
}
.mod-freeHTML #brotherhack #lower-security #lower-security02 .l-detail__txt .p-lower__sup--bold {
  margin: 0;
}
.mod-freeHTML #brotherhack #lower-security #lower-security02 .l-detail {
  margin: 2.5em 0 0;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-security #lower-security02 .l-detail {
    margin: 2em 0 0;
  }
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-security #lower-security03 .l-detail__tit--lar + .l-detail__wrap .l-detail__txt:nth-of-type(2) {
    margin: 0.5em 0 0;
  }
}
.mod-freeHTML #brotherhack #lower-security #lower-security04 .l-detail__wrap--flex {
  margin: 0;
}
.mod-freeHTML #brotherhack #lower-security #lower-security04 .l-detail__wrap--flex .l-detail__img {
  margin: 0;
}
.mod-freeHTML #brotherhack #lower-security #lower-security04 .l-detail__wrap--flex .l-detail__img:nth-of-type(1) {
  max-width: 220px;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-security #lower-security04 .l-detail__wrap--flex .l-detail__img:nth-of-type(1) {
    width: 4583.3333333333%;
  }
}
.mod-freeHTML #brotherhack #lower-security #lower-security04 .l-detail__wrap--flex .l-detail__img:nth-of-type(2) {
  max-width: 260px;
}
@media screen and (max-width: 640px) {
  .mod-freeHTML #brotherhack #lower-security #lower-security04 .l-detail__wrap--flex .l-detail__img:nth-of-type(2) {
    width: 5416.6666666667%;
  }
}

.lity .lity-wrap {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2em;
  text-align: center;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lity .lity-content > * {
  max-height: none !important;
}
.lity .lity-image img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity .lity-close {
  width: 0.6em;
  height: 0.6em;
  right: 1em;
  top: 11vh;
  text-decoration: none;
  text-align: center;
  color: transparent;
  text-shadow: none;
  border: 1px solid #969696;
  box-shadow: none;
  background-color: #FFFFFF;
}
.lity .lity-close::before {
  position: absolute;
  content: "";
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #969696;
  transform: translate(-50%, 0) rotate(-45deg);
  width: 0.5em;
}
.lity .lity-close::after {
  position: absolute;
  content: "";
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #969696;
  transform: translate(-50%, 0) rotate(-135deg);
  width: 0.5em;
}
.lity .l-detail__table {
  padding: 0.5em;
  background-color: #FFFFFF;
  height: 80vh;
  overflow: scroll;
}
.lity .l-detail__table__wrap {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.lity .l-detail__table__cell:first-of-type th {
  background: rgba(203, 226, 220, 0.8);
}
.lity .l-detail__table__tit, .lity .l-detail__table__item {
  padding: 0.5em 0.5em 0.5em 1em;
  font-size: clamp(9px, 1.09375vw, 14px);
  border-bottom: 1px solid #969696;
}
.lity .l-detail__table__tit:first-of-type, .lity .l-detail__table__item {
  width: 14em;
}
.lity .l-detail__table__txt {
  padding: 0.5em 0.5em 0.5em 1em;
  font-size: clamp(8px, 0.9375vw, 12px);
  border-bottom: 1px solid #969696;
  vertical-align: middle;
}
.lity .l-detail__table__txt .l-detail__img {
  width: 100%;
  max-width: 240px;
}
.lity .l-detail__table__txt .l-detail__img img {
  width: 100%;
  height: 100%;
}
.lity .l-detail__table__txt--green {
  border: 2px solid #CBE2DC;
  border-radius: 5px;
  padding: 0.5em;
  margin: 0.5em 0;
}
.lity .l-detail__table__txt--indent {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
}/*# sourceMappingURL=brotherhack.css.map */