/* common */

.lan-common {
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 1px;
}

.lan-common-back {
  background-color: #ebf7ff;
}

.lan-inner {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
}

.lan-block {
  display: block;
}

.lan-strong {
  font-weight: bold;
}

.lan-titles .titles-img {
  max-width: 55px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lan-titles .titles {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #065287;
}

.lan-titles .titles.margin {
  line-height: 1;
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .lan-titles .titles-img {
    max-width: 40px;
  }

  .lan-titles .titles {
    font-size: 22px;
  }

  .lan-titles .titles.margin {
    margin-top: 14px;
  }
}

/* lan-mv */

.lan-mv {
  padding-top: 80px;
}

.lan-mv .boxes {
  display: flex;
}

.lan-mv .boxes .boxes-img {
  width: 30%;
  height: 680px;
  object-fit: cover;
}

.lan-mv .boxes .box {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/06/lan-mv02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 680px;
  width: 40%;
}

.lan-mv .boxes .box .titles {
  display: flex;
}

.lan-mv .boxes .box .titles .title {
  background-color: rgba(7, 3, 89, 0.6);

  display: table-cell;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}

.lan-mv .boxes .box .titles .title .span {
  display: table;
  line-height: 1.5;
}

.lan-mv .boxes .box .titles .title .color {
  color: #f5ea28;
}

.lan-mv .boxes .box .titles01 {
  margin-top: 160px;
  width: max-content;
}

.lan-mv .boxes .box .titles01 .title01 .span {
  height: 66px;
  padding-right: 20px;
  font-size: 34px;
  margin-left: 30px;
  padding-top: 5px;
}

.lan-mv .boxes .box .titles01 .title-t {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(7, 3, 89, 0.6) transparent transparent transparent;
  border-width: 66px 45px 0px 0px;
}

.lan-mv .boxes .box .titles02 {
  margin-top: 15px;
}

.lan-mv .boxes .box .titles02 .title02 {
  width: 100%;
  text-align: center;
}

.lan-mv .boxes .box .titles02 .title02 .span {
  height: 196px;
  padding: 0 20px;
  font-size: 54px;
  width: 100%;
  padding-top: 10px;
}

.lan-mv .boxes .box .titles03 {
  margin-top: 15px;
  margin-left: auto;
  width: max-content;
}

.lan-mv .boxes .box .titles03 .title-t {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent rgba(7, 3, 86, 0.6) transparent transparent;
  border-width: 0px 45px 66px 0px;
}

.lan-mv .boxes .box .titles03 .title03 .span {
  height: 66px;
  padding-left: 30px;
  font-size: 34px;
  margin-right: 40px;
  padding-top: 5px;
}

@media screen and (max-width: 1200px) {
  .lan-mv .boxes .boxes-img {
    width: 25%;
  }

  .lan-mv .boxes .box {
    width: 50%;
  }
}

@media screen and (max-width: 950px) {
  .lan-mv .boxes .box .titles01 .title01 .span {
    padding-top: 10px;
    padding-right: 10px;
    margin-left: 20px;
    font-size: 25px;
  }

  .lan-mv .boxes .box .titles02 .title02 .span {
    padding: 0;
    padding-top: 25px;
    font-size: 45px;
  }

  .lan-mv .boxes .box .titles03 .title03 .span {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 25px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .lan-mv {
    padding-top: 47px;
  }

  .lan-mv .boxes {
    flex-direction: column;
  }

  .lan-mv .boxes .boxes-img {
    width: 100%;
    height: 160px;
  }

  .lan-mv .boxes .box {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/06/lan-mv02-sp.jpg");
    height: 280px;
    width: 100%;
  }

  .lan-mv .boxes .box .titles01 {
    margin-top: 45px;
    height: 38px;
  }

  .lan-mv .boxes .box .titles01 .title01 .span {
    font-size: 20px;
    padding-right: 20px;
    padding-top: 3px;
    height: 38px;
  }

  .lan-mv .boxes .box .titles01 .title-t {
    border-width: 38px 30px 0px 0px;
  }

  .lan-mv .boxes .box .titles02 {
    margin-top: 10px;
  }

  .lan-mv .boxes .box .titles02 .title02 .span {
    font-size: 32px;
    height: 100px;
    line-height: 1.3;
    padding-top: 5px;
  }

  .lan-mv .boxes .box .titles03 {
    margin-top: 10px;
    height: 38px;
  }

  .lan-mv .boxes .box .titles03 .title03 .span {
    height: 38px;
    padding-top: 3px;
    font-size: 20px;
    padding-left: 40px;
  }

  .lan-mv .boxes .box .titles03 .title-t {
    border-width: 0px 30px 38px 0px;
  }
}

/* lan-c */

.lan-c {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .lan-c {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* lan-solve */

.lan-solve {
  padding-bottom: 100px;
}

.lan-solve .boxes {
  max-width: 763px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lan-solve .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.lan-solve .box-text {
  text-align: center;
  color: #065287;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
}

.lan-solve .box-text01 {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/06/lan-solve01.png");
  background-size: cover;
  width: 407px;
  height: 91px;
}

.lan-solve .box-text02 {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/06/lan-solve02.png");
  background-size: cover;
  width: 332px;
  height: 91px;
  margin-top: 35px;
}

.lan-solve .box-text03 {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/06/lan-solve03.png");
  background-size: cover;
  width: 537px;
  height: 91px;
  margin-left: auto;
  margin-right: auto;
}

.lan-solve .titles {
  text-align: center;
  color: #251a16;
  font-weight: bold;
  line-height: 1.5;
  font-size: 38px;
  margin-top: 20px;
  letter-spacing: 2px;
}

.lan-solve .titles .span-pc {
  font-size: 28px;
}

.lan-solve .titles .under-y {
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .lan-solve {
    padding-bottom: 50px;
  }

  .lan-solve .box-sp {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .lan-solve .box-sp-text {
    text-align: center;
    color: #065287;
    font-size: 14px;
    font-weight: bold;
    padding-top: 13px;
    letter-spacing: 0.6px;
  }

  .lan-solve .box-sp-text01 {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/06/lan-solve01-sp.png");
    background-size: cover;
    width: 212px;
    height: 90px;
    margin-left: 25px;
  }

  .lan-solve .box-sp-text02 {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/06/lan-solve02-sp.png");
    background-size: cover;
    width: 156px;
    height: 90px;
    margin-left: auto;
    margin-right: 20px;
    margin-top: -10px;
  }

  .lan-solve .box-sp-text03 {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/06/lan-solve03-sp.png");
    background-size: cover;
    width: 286px;
    height: 90px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .lan-solve .titles {
    font-size: 28px;
  }

  .lan-solve .titles .span-pc,
  .lan-solve .titles .span-sp {
    font-size: 24px;
  }
}

/* lan-about */

.lan-about {
  padding: 100px 15px 80px 15px;
  background-color: #0479bc;
  letter-spacing: 2px;
}

.lan-about .titles {
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 2px;
}

.lan-about .titles span {
  position: relative;
}

.lan-about .titles span::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #f5ea28;
  top: -15px;
}

.lan-about .boxes {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #fff;
  padding: 50px;
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lan-about .boxes .boxes-title {
  color: #065287;
  font-size: 22px;
  font-weight: bold;
}

.lan-about .boxes .boxes-title .under-y {
  padding-bottom: 3px;
}

.lan-about .boxes .box {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.lan-about .boxes .box .box-img {
  border-radius: 10px;
  max-width: 375px;
  width: 48%;
  margin-right: 30px;
}

.lan-about .boxes .box .box-text,
.lan-about .boxes .boxes-text {
  line-height: 1.7;
}

.lan-about .boxes .box .box-text.margin,
.lan-about .boxes .boxes-text.margin {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .lan-about {
    padding: 50px 15px 30px 15px;
  }

  .lan-about .titles {
    font-size: 26px;
  }

  .lan-about .titles span::after {
    width: 4px;
    height: 4px;
    top: -10px;
  }

  .lan-about .boxes {
    margin-top: 15px;
    padding: 30px 20px 20px 20px;
  }

  .lan-about .boxes .boxes-title {
    font-size: 16px;
  }

  .lan-about .boxes .box {
    flex-direction: column;
    margin-top: 20px;
  }

  .lan-about .boxes .box .box-img {
    max-width: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .lan-about .boxes .box .box-text.margin,
  .lan-about .boxes .boxes-text.margin {
    margin-top: 25px;
  }
}

/* lan-reason */

.lan-reason {
  background-color: #d6eaf7;
  padding: 60px 15px 60px 15px;
}

.lan-reason .boxes {
  padding: 30px 0 30px 0;
  margin-top: 30px;
}

.lan-reason .boxes .box .items .item-imgs {
  max-width: 85px;
  width: 100%;
  margin-left: 90px;
  text-align: center;
  margin-top: -10px;
}

.lan-reason .boxes .box .items .item-img {
  width: 100%;
  margin-left: 0;
}

.lan-reason .boxes .box .items .item-img01 {
  max-width: 41px;
}

.lan-reason .boxes .box .items .item-img02 {
  max-width: 85px;
}

.lan-reason .boxes .box .items .item-img03 {
  max-width: 74px;
}

.lan-reason .boxes .box .items {
  align-items: center;
}

.lan-reason .boxes .box .items .item {
  margin-left: 90px;
  margin-right: 50px;
}

.lan-reason .item-text {
  letter-spacing: 1.3px;
}

.lan-reason .item-text.text-indent {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  .lan-reason {
    background-color: #d6eaf7;
    padding: 40px 15px 30px 15px;
  }

  .lan-reason .boxes .box .item-title .under-y-p {
    padding-bottom: 3px;
  }

  .lan-reason .texts {
    margin-top: 20px;
  }

  .lan-reason .boxes {
    padding: 30px 0 30px 0;
  }

  .lan-reason .boxes .box .items {
    margin-top: 30px;
  }

  .lan-reason .boxes .box .items .item-imgs {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .lan-reason .boxes .box .items .item-img {
    padding-top: 0 !important;
  }

  .lan-reason .boxes .box .items .item-img01 {
    max-width: 31px;
  }

  .lan-reason .boxes .box .items .item-img02 {
    max-width: 75px;
  }

  .lan-reason .boxes .box .items .item-img03 {
    max-width: 66px;
  }

  .lan-reason .boxes .box .items .item {
    margin-left: 0;
    margin-right: 0;
  }

  .lan-reason .boxes .box .items .item-text {
    margin-top: 20px;
  }
}

/* lan-info */

.lan-info {
  padding-left: 15px;
  padding-right: 15px;
}

.lan-info .lan-titles .titles-img {
  max-width: 68px;
}

.lan-info .frame {
  background-color: #fff;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  margin-top: 30px;
  padding-bottom: 100px;
}

.lan-info .frame .boxes {
  display: flex;
  align-items: flex-start;
}

.lan-info .frame .boxes .boxes-name {
  font-weight: bold;
  color: #065287;
  max-width: 160px;
  width: 100%;
  margin-right: 80px;
  margin-left: 30px;
}

.lan-info .frame .boxes .boxes-text {
  line-height: 1.7;
}

.lan-info .frame .line {
  display: block;
  background-image: linear-gradient(
    to right,
    #c9dae5,
    #c9dae5 2px,
    transparent 2px,
    transparent 8px
  );
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 20px 0;
  padding: 1px;
}

.lan-info .frame .boxes .box .box-list li {
  position: relative;
  padding-left: 15px;
}

.lan-info .frame .boxes .box .box-list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #0479bc;
  border-radius: 100%;
  top: 11px;
  left: 1px;
}

.lan-info .frame .boxes .box .box-link {
  display: flex;
  align-items: center;
}

.lan-info .frame .boxes .box .box-link img {
  max-width: 18px;
  width: 100%;
}

.lan-info .frame .boxes .box .box-link p {
  color: #0479bc;
  margin-left: 8px;
}

.lan-info .frame .b-boxes {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.lan-info .frame .b-boxes .ch {
  max-width: 100px;
  width: 100%;
  margin-bottom: -50px;
}

.lan-info .frame .b-boxes .b-box {
  position: relative;
  padding: 15px 29px;
  border: 1px solid #d2dce3;
  border-radius: 30px;
  max-width: 520px;
  margin-left: 40px;
}

.lan-info .frame .b-boxes .b-box::before {
  position: absolute;
  content: "";
  background-color: #d2dce3;
  width: 1px;
  height: 20px;
  transform: rotate(90deg);
  left: -11px;
  top: 70px;
}

.lan-info .frame .b-boxes .b-box::after {
  position: absolute;
  content: "";
  background-color: #d2dce3;
  width: 1px;
  height: 23px;
  transform: rotate(60deg);
  left: -11px;
  top: 63px;
}

.lan-info .frame .b-boxes .b-box-span {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1.5px;
  height: 10.5px;
  transform: rotate(180deg);
  left: -1.3px;
  top: 69px;
}

.lan-info .frame .b-boxes .b-box .class .blue {
  color: #0479bc;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lan-info .lan-titles .titles-img {
    max-width: 47px;
  }

  .lan-info .frame {
    padding: 30px 20px;
    padding-bottom: 85px;
  }

  .lan-info .frame .boxes {
    flex-direction: column;
    margin-left: 10px;
  }

  .lan-info .frame .boxes .boxes-name {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .lan-info .frame .b-boxes {
    flex-direction: column-reverse;
    align-items: center;
  }

  .lan-info .frame .b-boxes .ch {
    max-width: 110px;
    margin-top: 20px;
  }

  .lan-info .frame .b-boxes .b-box {
    margin-left: 0;
    padding: 15px 28px;
    max-width: 350px;
  }

  .lan-info .frame .b-boxes .b-box::before {
    transform: rotate(-15deg);
    top: unset;
    bottom: -20px;
    left: 123px;
  }

  .lan-info .frame .b-boxes .b-box::after {
    transform: rotate(-44deg);
    top: unset;
    height: 27px;
    bottom: -24px;
    left: 116.5px;
  }

  .lan-info .frame .b-boxes .b-box-span {
    transform: rotate(90deg);
    bottom: -6px;
    height: 12px;
    width: 2px;
    top: unset;
    left: 113px;
  }

  .lan-info .frame .b-boxes .lan-strong {
    display: inline-block;
    margin-top: 20px;
  }
}

/* lan-price */

.lan-price {
  padding: 0 15px;
}

.lan-price .frame {
  padding: 50px 50px 20px 50px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
}

.lan-price .frame .frame-text {
  margin-bottom: 10px;
}

.lan-price .frame .frame-text-ul {
  margin-bottom: 30px;
}

.lan-price .frame .frame-text-ul li {
  text-indent: -1em;
  padding-left: 1em;
  color: red;
}

.lan-price .frame table {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.lan-price .frame table thead tr {
  display: flex;
}

.lan-price .frame table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}

.lan-price .frame table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}

.lan-price .frame table thead tr th {
  background-color: #81bae2;
  margin: 1px;
  color: #fff;
  width: 50%;
  font-weight: bold;
  display: table;
}

.lan-price .frame table thead tr th p {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  text-align: center;
}

.lan-price .frame table tbody tr {
  display: flex;
}

.lan-price .frame table tbody tr td {
  background-color: #ecf6fc;
  margin: 1px;
  width: 50%;
  display: table;
}

.lan-price .frame table tbody tr td p {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lan-price .frame {
    padding: 30px 20px;
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .lan-price .frame table thead tr th {
    padding: 10px 0;
    font-size: 14px;
  }

  .lan-price .frame table tbody tr td p {
    padding: 10px 5px 10px 10px;
    font-size: 14px;
  }
}

/* lan-flow */

.lan-flow {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0 !important;
}

.lan-flow .lan-titles .titles-img {
  max-width: 20px;
}

.lan-flow .lan-titles .titles.margin {
  margin-top: 20px;
}

.lan-flow .frame .box-top-title .under-y {
  padding-bottom: 3px;
}

.lan-flow .frames {
  padding: 0;
  margin-top: 40px;
}

.lan-flow .lan-block.margin {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .lan-flow {
    padding-bottom: 50px;
  }

  .lan-flow .lan-titles .titles-img {
    max-width: 14px;
  }

  .lan-flow .lan-titles .titles.margin {
    margin-top: 13px;
  }

  .lan-flow .frames {
    margin-top: 20px;
  }
}

/* lan-review */

.lan-review .lan-titles .titles-img {
  max-width: 40px;
}

.lan-review .lan-titles .titles {
  font-size: 22px;
  margin-top: 10px;
}

.lan-review .boxes {
  background-color: #0479bc;
  padding: 50px 15px;
  margin-top: 30px;
}

.lan-review .boxes .box {
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.lan-review .boxes .box:last-child {
  margin-bottom: 0 !important;
}

.lan-review .boxes .box .box-title {
  font-size: 20px;
  font-weight: bold;
  color: #065287;
}

.lan-review .boxes .box .box-line {
  display: block;
  background-image: linear-gradient(
    to right,
    #c9dae5,
    #c9dae5 2px,
    transparent 2px,
    transparent 8px
  );
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 20px 0;
  padding: 1px;
}

.lan-review .boxes .box .box-text {
  margin-bottom: 10px;
}

.lan-review .boxes .box .box-text .lan-block.margin {
  margin-top: 25px;
}

.lan-review .boxes .box .box-name {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .lan-review .boxes {
    margin-top: 20px;
    padding: 30px 15px;
  }

  .lan-review .boxes .box {
    padding: 30px 20px;
    margin-bottom: 10px;
  }

  .lan-review .boxes .box .box-title {
    font-size: 16px;
  }

  .lan-review .boxes .box .box-line {
    margin: 15px 0;
  }

  .lan-review .boxes .box .box-text {
    margin-bottom: 15px;
  }
}

/* lan-faq */

.lan-faq {
  padding: 0px 15px 100px 15px !important;
}

.lan-faq .lan-titles .titles-img {
  max-width: 58px;
}

.lan-faq .lan-titles .titles.margin {
  margin-top: 20px;
  margin-bottom: 40px;
}

.lan-faq .inner {
  padding-left: 0;
  padding-right: 0;
}

.lan-faq .nav-open-q,
.lan-faq .nav-open-a {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lan-faq {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }

  .lan-faq .lan-titles .titles-img {
    max-width: 37px;
  }

  .lan-faq .lan-titles .titles.margin {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/* lan-flow02 */

.lan-flow02 .lan-titles .titles-img {
  max-width: 38px;
}

.lan-flow02 .frame .boxes .box-l .texts .text-indent {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

@media screen and (max-width: 767px) {
  .lan-flow02 .lan-titles .titles-img {
    max-width: 24px;
  }
}

/* lan-cable */

.lan-cable {
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.lan-cable .lan-titles .titles {
  line-height: 1.5;
}

.lan-cable .frame {
  padding: 50px 35px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-radius: 10px;
}

.lan-cable .frame .frame-text {
  padding: 0 15px;
}

.lan-cable .frame .frame-text .margin {
  margin-top: 25px;
  display: block;
}

.lan-cable .frame .table {
  margin-top: 30px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.lan-cable .frame .table tr td {
  width: 25%;
  border: 1px solid #d2dce3;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}

.lan-cable .frame .table tr td:first-child {
  font-weight: bold;
}

.lan-cable .frame .frame-title {
  color: #ffffff;
  background-color: #81bae2;
  margin-top: 30px;
  padding: 2px 15px;
  border-radius: 10px;
  font-weight: bold;
}

.lan-cable .frame .frame-texts {
  margin-top: 20px;
  max-width: unset;
}

@media screen and (max-width: 767px) {
  .lan-cable {
    padding-bottom: 50px;
  }

  .lan-cable .frame {
    padding: 30px 10px;
  }

  .lan-cable .frame .table tr td {
    font-size: 10px;
  }

  .lan-cable .frame .table tr td:first-child {
    width: 20%;
  }

  .lan-cable .frame .frame-title {
    padding: 2px 10px;
  }

  .lan-cable .frame .frame-text {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .lan-cable .frame .table {
    display: table;
  }
}

/* lan-relief */

.lan-relief {
  padding-left: 15px;
  padding-right: 15px;
}

.lan-relief .box {
  padding: 75px 120px;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2024/06/lan-relief-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.lan-relief .box .box-title-text {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
}

.lan-relief .box .box-title-text span {
  position: relative;
}

.lan-relief .box .box-title-text span::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #f5ea28;
  top: -12px;
}

.lan-relief .box .box-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  letter-spacing: 3px;
}

.lan-relief .box .box-title span {
  color: #f5ea28;
}

.lan-relief .box .box-text {
  color: #fff;
  margin-top: 45px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 2px;
  line-height: 2;
}

.lan-relief .box .box-text span {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .lan-relief .box {
    padding: 50px 20px;
  }

  .lan-relief .box .box-title-text {
    font-size: 16px;
  }

  .lan-relief .box .box-title-text span::before {
    width: 3px;
    height: 3px;
    top: -10px;
  }

  .lan-relief .box .box-title {
    font-size: 23px;
  }

  .lan-relief .box .box-text {
    margin-top: 35px;
  }
}
