@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 468px) {
  .br-sp {
    display: none;
  }
}
p {
  font-size: 1.6rem;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*-----------------------
midashi
ベルソフトメモ：御社HPCSSをベースに画像のURLのみ変更
-----------------------*/
#midashi {
  width: 100%;
  height: 100%;
}

.midashi {
  margin: 80px auto 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 400px;
  margin-bottom: 50px;
  position: relative;
}

.midashi-obi {
  position: absolute;
  width: 100%;
  height: 400px;
  background: linear-gradient(to right, #fff 0%, #fff 60%, #e8eff5 60%, #e8eff5 100%);
}

.midashi-bgimage {
  max-width: 1900px;
  height: 400px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), 90%, rgb(232, 239, 245)), url(../img/securitypack_img_1810x800_01.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 900px 400px;
}

.midashi h2 {
  font-size: 1.5rem;
  margin-right: auto;
  margin-left: 20px;
  padding-top: 30px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.midashi h2 span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.3rem;
}

.midashi p {
  max-width: 600px;
  font-size: 1.4rem;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 30px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

@media screen and (max-width: 1024px) {
  /*1024pxまでの幅の場合に適応される*/
  .midashi-bgimage {
    background-position: 20px top;
  }
  .midashi p {
    margin-top: 250px;
  }
}
@media screen and (max-width: 768px) {
  /*768pxまでの幅の場合に適応される*/
  .midashi {
    margin: 80px auto 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    min-height: 300px;
    margin-bottom: 50px;
    position: relative;
  }
  .midashi h2 {
    margin-right: 20px;
  }
  .midashi p {
    margin-top: 20px;
  }
  .midashi-obi {
    position: absolute;
    width: 100%;
    height: 200px;
    background: linear-gradient(to right, #fff 0%, #fff 60%, #e8eff5 60%, #e8eff5 100%);
  }
  .midashi-bgimage {
    display: block;
    max-width: 1300px;
    height: 400px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), 90%, rgba(232, 239, 245, 0)), url(../img/securitypack_img_1810x800_01.jpg);
    background-repeat: no-repeat;
    background-position: 20px top;
    background-size: 750px auto;
  }
}
@media screen and (max-width: 480px) {
  /*480pxまでの幅の場合に適応される*/
  .midashi {
    margin: 80px auto 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1300px;
    min-height: 150px;
    margin-bottom: 50px;
    position: relative;
  }
  .midashi h2 span {
    font-size: 3rem;
  }
  .midashi p {
    font-size: 1.5rem;
  }
  .midashi-obi {
    position: absolute;
    width: 100%;
    height: 200px;
    background: linear-gradient(to right, #fff 0%, #fff 60%, #e8eff5 60%, #e8eff5 100%);
  }
  .midashi-bgimage {
    display: block;
    max-width: 1300px;
    height: 400px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), 90%, rgba(232, 239, 245, 0)), url(../img/securitypack_img_1810x800_01.jpg);
    background-repeat: no-repeat;
    background-position: 20px top;
    background-size: 500px auto;
  }
}
/*-----------------------
benefit
-----------------------*/
#benefit {
  width: 100%;
}

.benefit-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}

.benefit-wrapper h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.benefit-wrapper h3 span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}

.benefit-wrapper h3:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -12px; /*下線の上下位置調整*/
  display: inline-block;
  width: 40px; /*下線の幅*/
  height: 3px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background: linear-gradient(90deg, rgb(142, 211, 245) 0%, rgb(195, 208, 3) 50%, rgb(244, 163, 71) 100%); /*下線の色*/
}

.benefit-box-wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  gap: 3%;
}

.benefit-box {
  width: 31%;
  height: auto;
  background-color: #F5F5F5;
  display: flex;
  flex-flow: column;
  padding: 0 10px 30px 10px;
}

.benefit-box h4 {
  margin: 60px 0 0 0;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  letter-spacing: 0.5rem;
}

.benefit-box h4:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 40px; /*下線の幅*/
  height: 3px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background: linear-gradient(90deg, rgb(142, 211, 245) 0%, rgb(195, 208, 3) 50%, rgb(244, 163, 71) 100%); /*下線の色*/
}

.benefit-box p {
  margin: 20px 20px 0 20px;
  font-size: 1.3rem;
  text-align: justify;
  letter-spacing: 0.2rem;
  flex-grow: 1;
}

.benefit-box img {
  display: block;
  margin: 0 auto 30px auto;
}

.benefit-img1 {
  width: 100%;
  max-width: 126px;
}

.benefit-img2 {
  width: 100%;
  max-width: 271px;
}

.benefit-img3 {
  width: 100%;
  max-width: 266px;
}

@media screen and (max-width: 768px) {
  /*768pxまでの幅の場合に適応される*/
  .benefit-box-wrapper {
    flex-flow: column;
    gap: 20px;
  }
  .benefit-box {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /*480pxまでの幅の場合に適応される*/
  .benefit-box-wrapper {
    flex-flow: column;
    gap: 20px;
  }
  .benefit-box {
    width: 100%;
  }
}
/*benefit 既存classへの追加CSSここから*/
.benefit-wrapper {
  letter-spacing: 0.1rem;
}

.benefit-wrapper > p {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.secPlus-image {
  text-align: center;
  margin-bottom: 30px;
}

.secPlus-icon {
  margin: 40px 20px 20px 20px;
}
.secPlus-icon img {
  margin-bottom: 0;
}

.benefit-box h4 {
  margin-top: 0;
}
.benefit-box h4:after {
  content: none;
}

/*benefit 既存classへの追加CSSここまで*/
/*-----------------------
ベルソフト新規追加CSS
-----------------------*/
.pointlist-anshin-wrapper {
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}

#secpack-pointlist {
  width: 49%;
  margin-top: 100px;
}
#secpack-pointlist ul {
  margin-top: 30px;
}
#secpack-pointlist li {
  position: relative;
  padding: 5px 0 0 85px;
  min-height: 70px;
  list-style: none;
}
#secpack-pointlist li:not(:last-child) {
  margin-bottom: 18px;
}
#secpack-pointlist li h4 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #1d6bb5;
}
#secpack-pointlist li p {
  font-size: 1.4rem;
  margin-top: 5px;
}
#secpack-pointlist li:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  background-color: #cbe9e8;
  border-radius: 50%;
  color: #17aba3;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.8rem;
  text-align: center;
  padding-top: 20px;
}
#secpack-pointlist li.list01:before {
  content: "1";
}
#secpack-pointlist li.list02:before {
  content: "2";
}
#secpack-pointlist li.list03:before {
  content: "3";
}
#secpack-pointlist li.list04:before {
  content: "4";
}
#secpack-pointlist li.list05:before {
  content: "5";
}
#secpack-pointlist li.listex:before {
  content: "+1";
  background-color: #fff;
  border: 5px solid #cce9e8;
  padding-top: 12px;
}

.pointlist-ttl {
  position: relative;
}
.pointlist-ttl span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
.pointlist-ttl h3 {
  position: relative;
}
.pointlist-ttl h3:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background: linear-gradient(90deg, rgb(142, 211, 245) 0%, rgb(195, 208, 3) 50%, rgb(244, 163, 71) 100%);
}
.pointlist-ttl p {
  margin-top: 30px;
  font-size: 1.4rem;
}

#secpack-anshin {
  width: 49%;
  margin-top: 100px;
}

.anshin-ttl h3 {
  display: inline-block;
  position: relative;
}
.anshin-ttl h3:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background: linear-gradient(90deg, rgb(142, 211, 245) 0%, rgb(195, 208, 3) 50%, rgb(244, 163, 71) 100%);
}
.anshin-ttl span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}

.anshin-point-wrap {
  margin-top: 30px;
}
.anshin-point-wrap .anshin-point {
  background-color: #17aba3;
  border-radius: 10px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.anshin-point-wrap .anshin-support {
  border-radius: 10px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #438dc8;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border: 3px solid #438dc8;
}
.anshin-point-wrap .anshin-support span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  /*768pxまでの幅の場合に適応される*/
  .pointlist-anshin-wrapper {
    display: block;
  }
  #secpack-pointlist {
    width: 100%;
  }
  #secpack-anshin {
    width: 100%;
  }
}
#secpack-modelplan {
  width: 100%;
  max-width: 1300px;
  margin: 100px auto 0 auto;
  padding: 0 20px 0 20px;
}
#secpack-modelplan h4 {
  font-size: 2rem;
  margin-top: 30px;
}
#secpack-modelplan .modelplan-ttl {
  position: relative;
}
#secpack-modelplan .modelplan-ttl * {
  letter-spacing: 0.1rem;
}
#secpack-modelplan .modelplan-ttl span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
#secpack-modelplan .modelplan-ttl h3 {
  position: relative;
  font-size: 1.6rem;
}
#secpack-modelplan .modelplan-ttl h3:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background: linear-gradient(90deg, rgb(142, 211, 245) 0%, rgb(195, 208, 3) 50%, rgb(244, 163, 71) 100%);
}
#secpack-modelplan .modelplan-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#secpack-modelplan .modelplan-wrap > div {
  width: 32%;
  background-color: #f5f5f5;
  border-radius: 30px;
}
#secpack-modelplan .modelplan-wrap h5 {
  letter-spacing: 0.1rem;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  background-color: #1d6bb5;
  padding: 20px;
  border-radius: 30px 30px 0 0;
}
#secpack-modelplan .modelplan-wrap h5 span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}
#secpack-modelplan .modelplan-wrap h6 {
  font-size: 3.8rem;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  padding: 30px 40px 0 40px;
  margin-bottom: 15px;
}
#secpack-modelplan .modelplan-wrap h6 span {
  font-size: 1.6rem;
  margin-left: 5px;
}
#secpack-modelplan .modelplan-wrap ul {
  padding: 0 40px 30px 40px;
}
#secpack-modelplan .modelplan-wrap li {
  position: relative;
  list-style: none;
  font-size: 1.5rem;
  padding-left: 15px;
}
#secpack-modelplan .modelplan-wrap li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
#secpack-modelplan .modelplan-wrap li:not(:last-child) {
  margin-bottom: 10px;
}
#secpack-modelplan .modelplan-wrap p {
  width: 100%;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #secpack-modelplan .modelplan-wrap {
    display: block;
  }
  #secpack-modelplan .modelplan-wrap > div {
    width: 100%;
    margin-bottom: 15px;
  }
}
#secpack-comparison {
  width: 100%;
  max-width: 1300px;
  margin: 100px auto;
  padding: 0 20px 0 20px;
}
#secpack-comparison h4 {
  font-size: 2rem;
  margin-top: 30px;
}
#secpack-comparison .omparison-ttl {
  position: relative;
}
#secpack-comparison .omparison-ttl span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
#secpack-comparison .omparison-ttl h3 {
  position: relative;
}
#secpack-comparison .omparison-ttl h3:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -15px;
  display: inline-block;
  width: 40px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background: linear-gradient(90deg, rgb(142, 211, 245) 0%, rgb(195, 208, 3) 50%, rgb(244, 163, 71) 100%);
}
#secpack-comparison .omparison-ttl p {
  margin-top: 30px;
  font-size: 1.4rem;
}
#secpack-comparison table {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-spacing: 0;
  border-radius: 30px;
}
#secpack-comparison table tr:last-child td:first-child {
  border-radius: 0 0 0 30px;
}
#secpack-comparison table tr:last-child td:last-child {
  border-radius: 0 0 30px 0;
}
#secpack-comparison table th {
  font-size: 1.5rem;
  color: #fff;
  padding: 15px;
  background-color: #1d6bb5;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#secpack-comparison table th:first-child {
  border-radius: 30px 0 0 0;
}
#secpack-comparison table th:last-child {
  border-radius: 0 30px 0 0;
}
#secpack-comparison table td {
  font-size: 1.4rem;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
#secpack-comparison table td.write-rl {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  width: 70px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}
#secpack-comparison table td:nth-last-child(-n+3) {
  text-align: center;
}
#secpack-comparison table .secpack-function {
  width: 570px;
}
#secpack-comparison table .secpack-plan {
  width: 220px;
}

@media screen and (max-width: 480px) {
  #secpack-comparison .table-wrap {
    overflow-x: auto;
  }
  #secpack-comparison table {
    width: max-content;
  }
  #secpack-comparison table .secpack-function {
    width: 200px;
  }
  #secpack-comparison table .secpack-plan {
    width: 100px;
  }
  #secpack-comparison table td:nth-last-child(-n+3) {
    font-size: 1.3rem;
  }
}