@charset "utf-8";

/* support-service.css 該当箇所（医療通訳ページ） */

/* html[lang="ja"] .h3_title {
  font-family: inherit;
} */


.page-cont-wrap{
	padding: 0 1.5em;
  position: relative;
}

.h1_title{
  padding-top: 45px;
  padding-bottom: 64px;
  @media screen and (max-width: 768px) {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

.h1_title b{
	@media screen and (max-width: 768px) {
		font-size: 22px !important;
		line-height: 1.4;
	}
}

.blank{
	background-image: url(/shared/img/parts/w_blank.png);
  margin-right: 0 !important;
}

.arrow_b{
	font-size: 16px;
}

.h3_title{
	border-color: #FC8E26;
	margin-bottom: 30px;
}

.h3_title--mt{
	margin-top: 80px;
}
.h3_title--mt2{
	margin-top: 140px;
	@media screen and (max-width: 768px) {
		margin-top: 90px;
	}
}
.h3_title--mt3{
	margin-top: 100px;
	@media screen and (max-width: 768px) {
		margin-top: 90px;
	}
}

.h3_title2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	@media screen and (max-width: 768px) {
		font-size: 16px;
	}
}

.support-service-list3{
	counter-reset: li;
	list-style: none;
	padding-left: 0;
}
.support-service-list3 li{
	counter-increment: li;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 14px;
	@media screen and (max-width: 768px) {
		font-size: 15px;
		padding-left: 24px;
	}
}
.support-service-list3 li::before{
	content: counter(li);
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #333;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
	@media screen and (max-width: 768px) {
		font-size: 15px;
		width: 16px;
		height: 16px;
		line-height: 16px;	
		top: 2px;
	}
}

.flb{
	display: flex;
	align-items: flex-start;
	gap: 80px;
	@media screen and (max-width: 768px) {
		flex-direction: column;
		gap: 10px;
	}
}
.flb-left{
	flex: 1 0 612px;
	@media screen and (max-width: 768px) {
		flex: 1 0 auto;
	}
}
.flb-right{
	flex: 1 0 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px solid #00BEFF;
	padding: 30px 16px;
	@media screen and (max-width: 768px) {
		width: calc(100% - 32px);
		padding: 20px 16px;
		flex: 1 0 auto;
	}
}

a.blue_btn{
	border-radius: 50px;
	padding: 16px 30px !important;
}

.notes {
  position: relative;
  padding-left: 1.3em;
  -webkit-text-stroke-width: 0px;
  display: block;
  font-weight: normal;
}

.notes::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.quadhead {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 4px !important;
  -webkit-text-stroke-width: 1px;
  font-size: 18px;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: inherit;
  font-weight: normal;
}

.quadhead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  background: #363b43;
}

.mt-be-column.images {
  max-width: 285px;
}

.mt-be-column.images img + img {
  margin-top: 3.5em;
}

.page_cont .arrow_b {
  /* display: inline-block; */
  line-height: 1.4;
}

.mt-be-column.text.indent_1 {
  padding-top: 0;
}

.flex-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-wrap--2 {
  align-items: flex-start;
  @media screen and (max-width: 680px) {
    align-items: center;
  }
}

@media screen and (min-width: 681px) {
  .page_box {
    padding-top: 70px;
    padding-right: 95px;
  }

  .flex-wrap {
    display: flex;
    flex-direction: row;
  }

  .mt-be-column.text.indent_1 {
    margin-right: 30px;
  }

  .mt-be-column.text {
    /* min-width: 65.9%; */
    width: 62.5%;
  }
}

.page_box .news_box a.acceptance__title.arrow_b {
  font-size: 18px;
  margin-top: 0;
  @media screen and (max-width: 680px) {
    font-size: 16px;
  }
}

.news_box .acceptance__text {
  font-size: 15px;
  @media screen and (max-width: 680px) {
    font-size: 14px;
  }
}

.acceptance__title {
  font-size: 16px;
  @media screen and (max-width: 680px) {
    font-size: 16px;
  }
}

.acceptance__text {
  font-size: 14px !important;
  @media screen and (max-width: 680px) {
    font-size: 14px !important;
  }
}
.news_box .acceptance__text {
  font-size: 16px !important;
  @media screen and (max-width: 680px) {
    font-size: 15px !important;
  }
}
.acceptance__item {
  padding: 6px 20px;
}

.arrow_b.arrow_b-indent {
  margin-top: 6px;
  display: block;
}

a.blue_btn {
  padding: 1.2em 1.5em;
  font-size: 18px;
  font-weight: bold;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}
a.blue_btn--blank {
  position: relative;
}
a.blue_btn--blank::before {
  content: "";
  background-image: url(/support-service/files/icon_blank.svg);
  position: absolute;
  right: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
}

.indent_1 {
  margin-left: 6px;
  @media screen and (max-width: 768px) {
    margin-left: 0;
  }
}

.indent_7 {
  margin-left: 16px;
  margin-bottom: 5px;
  display: block;
  @media screen and (max-width: 768px) {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}

.arrow_b.arrow_b-indent.pdf_back {
  display: inline-block;
}

.mt-be-column--1 {
  min-width: inherit !important;
  flex: 1 0 62%;
}

.mt-be-column--2 {
  min-width: inherit !important;
  flex: 1 0 38%;
  margin-left: 70px;
}

.mt-be-column--2 a.blue_btn {
  box-sizing: border-box;
  min-width: inherit !important;
  width: 100%;
}

.support-service-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
	margin-bottom: 20px;
  @media screen and (max-width: 768px) {
    gap: 5px 8px;
  }
}
.support-service-list li {
  font-size: 20px !important;
  box-sizing: border-box;
  list-style: none;
  font-size: 20px;
  font-weight: bold;
  background-color: #ff8d00;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 20px 20px;
  color: #fff;
  @media screen and (max-width: 768px) {
    font-size: 18px !important;
    flex: 1 0 calc(50% - 8px);
    padding: 10px 20px;
  }
}

.support-service-list2{
	margin-bottom: 40px;
	@media screen and (max-width: 768px) {
		margin-bottom: 30px;
	}
}
.support-service-list2 li{
	font-size: 16px;
	position: relative;
	padding-left: 20px;
	@media screen and (max-width: 768px) {
		font-size: 15px;
	}
}

.support-service-list2 li::before{
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}
.page-box p{
	font-size: 16px;
	margin-bottom: 30px;
	@media screen and (max-width: 768px) {
		font-size: 15px;
		margin-bottom: 20px;
	}
}

.web-counter {
  border: 2px solid #00beff;
  padding: 20px;
  margin-top: 24px;
  position: relative;
}
.web-counter a {
  text-decoration: underline;
}

.web-counter__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  @media screen and (max-width: 768px) {
    align-items: flex-start;
  }
}

p.web-counter__heading-title {
  font-size: 20px;
  font-weight: bold;
  flex: 1 0 auto;
  margin-bottom: 10px;
  @media screen and (max-width: 768px) {
    font-size: 18px;
		width: 100%;
		text-align: center;
  }
}

p.web-counter__heading-text {
	font-size: 15px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
	@media screen and (max-width: 768px) {
		padding-left: 16px;
		position: relative;
	}
}
p.web-counter__heading-text::before {
	@media screen and (max-width: 768px) {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
	}
}

.usage {
  box-sizing: border-box;
  padding: 0px 20px 20px;
  border: 2px solid #00beff;
  margin-top: 30px;
	text-align: center;
  @media screen and (max-width: 768px) {
    padding: 25px 45px 20px;
    margin-bottom: 18px;
  }
}

.usage p {
  margin-top: 20px;
	margin-bottom: 0;
  @media screen and (max-width: 768px) {
    margin-bottom: 0px;
		margin-top: 0;
  }
}

.usage img{
	margin-top: 20px;
}
.usage a.blue_btn {
  padding: 10px 14px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  @media screen and (max-width: 768px) {
    font-size: 15px;
    font-weight: bold;
		margin-bottom: 20px;
  }
}

.usage__link {
  position: relative;
  padding-left: 24px;
  display: inline-block;
}

.usage__link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/shared/img/parts/ar_b_bt.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.target {
  margin-top: 55px;
}

.service-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  @media screen and (max-width: 768px) {
    gap: 10px;
  }
}

.service-content__item {
  display: flex;
  align-items: center;
  gap: 70px;
  border-radius: 10px;
  border: 4px solid #ffd8a7;
  padding: 20px 40px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 14px;
  }
}

.service-content__item-content {
  flex: 1 0 69%;
  font-size: 16px;
}

.service-content__item-content p{
	font-size: 16px;
	margin-bottom: 0;
	@media screen and (max-width: 768px) {
		font-size: 15px;
		margin-bottom: 10px;
	}
}

.service-content__item-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.service-content__item-image {
  flex: 1 0 210px;
  text-align: center;
  @media screen and (max-width: 768px) {
    width: 67%;
    flex: 1 0 auto;
  }
}

.service-content__item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-content__item:nth-child(2) .service-content__item-image img {
  width: 150px;
  height: auto;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}
.service-content__item:nth-child(3) .service-content__item-image img {
  width: 208px;
  height: auto;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}
.service-content__item:nth-child(3) .service-content__item-image img {
  width: 193px;
  height: auto;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.how-to-use,
.how-to-use * {
  box-sizing: border-box;
}

.how-to-use {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 20px;
}

.how-to-use__box {
  padding: 0 !important;
}

.how-to-use__item {
  display: flex;
  position: relative;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.how-to-use__item:nth-child(n + 2)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #64d7ff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.how-to-use__number {
  background-color: #0091c9;
  flex: 0 0 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0 0 5px;
  padding: 30px 0;
  @media screen and (max-width: 768px) {
    flex: 0 0 44px;
    border-radius: 5px 5px 0 0;
    padding: 10px 0 10px 20px;
    justify-content: flex-start;
  }
}

.how-to-use__item:nth-child(1) .how-to-use__number img {
  width: 18px;
  @media screen and (max-width: 768px) {
    width: 12px;
  }
}

.how-to-use__item:nth-child(2) .how-to-use__number img {
  width: 30px;
  @media screen and (max-width: 768px) {
    width: 20px;
  }
}
.how-to-use__item:nth-child(3) .how-to-use__number img {
  width: 29px;
  @media screen and (max-width: 768px) {
    width: 19px;
  }
}
.how-to-use__item:nth-child(4) .how-to-use__number img {
  width: 31px;
  @media screen and (max-width: 768px) {
    width: 20px;
  }
}

.how-to-use__content {
  background-color: #c5efff;
  padding: 20px 12px 20px 24px;
  border-radius: 0 5px 5px 0;
  flex: 1;
  display: flex;
  align-items: center;
  @media screen and (max-width: 768px) {
    padding: 10px 10px 20px;
    border-radius: 0 0 5px 5px;
  }
}

.how-to-use__content p {
  margin-bottom: 0;
}

.how-to-use__wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
	@media screen and (max-width: 768px) {
		flex-direction: column;
		gap: 10px;
	}
}

.how-to-use__left {
  flex: 1 0 563px;
  @media screen and (max-width: 768px) {
    flex: 1 0 auto;
  }
}
.how-to-use__left a.blue_btn{
	@media screen and (max-width: 768px) {
		margin: 20px auto;
		width: 238px;
		display: block;
	}
}

.how-to-use__right {
  flex: 1 1 238px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.how-to-use__right img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.how-to-use__right a.blue_btn{
	width: 238px;
  padding: 16px 10px !important;
}

.how-to-use__launguage-wrap {
  margin-top: 20px;
  @media screen and (max-width: 768px) {
    gap: 30px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
}

.how-to-use__launguage {
  border: 2px solid #fff;
  padding: 10px;
  @media screen and (max-width: 768px) {
    flex: 1 0 66%;
  }
}

.how-to-use__launguage p {
  font-size: 15px;
  @media screen and (max-width: 768px) {
    font-size: 13px;
  }
}

.contact-la {
  border: 2px solid #00beff;
  padding: 20px;
  margin-top: 50px;
  @media screen and (max-width: 768px) {
    margin-top: 20px;
  }
}

.contact-la h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.contact-la p {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.plong .tel-link {
  font-size: 18px;
  font-weight: bold;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

a.underline {
  text-decoration: underline;
}

.page-cont-wrap--medical-interpretation .quadhead {
  font-size: 18px;
}

.page_box--2 .mt-be-column.images {
  max-width: 290px;
  @media screen and (max-width: 768px) {
    max-width: inherit;
    margin-left: 0;
  }
}

.page_box--2 .mt-be-column--2 {
  margin-left: 26px;
}

.mt-be-column.images.pcnone {
  margin-left: 0;
  max-width: inherit !important;
	@media screen and (max-width: 768px) {
		text-align: center;
	}
}

.mt-be-column.images.pcnone > img {
  width: 82%;
}

.spnone {
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.quadhead.mt50 {
  @media screen and (max-width: 768px) {
    margin-top: 40px !important;
  }
}

.mt-be-column.mt-be-column--2.images.pcnone.mt30 {
  @media screen and (max-width: 768px) {
    width: 280px;
    margin: auto;
  }
}

.page_box p {
  @media screen and (max-width: 680px) {
    line-height: 1.5;
  }
}


.cnt_block {
  margin-bottom: 75px;
}

.page_cont {
  position: relative;
  padding-bottom: 180px;
  @media screen and (max-width: 768px) {
    padding-bottom: 130px;
  }
}


.sns_blc {
  position: absolute;
  top: 40px;
  right: 0;
  width: 50%;
}

.sns_blc_bottom {
  text-align: right;
}

@media screen and (min-width: 681px) {
  /*  #st-1 .st-btn[data-network=line], */
  .st-btn[data-network="whatsapp"] {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .sns_blc {
    position: absolute;
    top: 20px;
    right: 1.5em;
  }
  .st-btn[data-network="whatsapp"] {
    display: inline-block !important;
  }
}

@media screen and (max-width: 680px) {
  .sns_blc {
    position: relative;
    margin-bottom: 1em;
    top: 0;
    right: 0;
    width: 100%;
  }

  #mobile-share .st-has-labels .st-btn,
  #mobile-share2 .st-has-labels .st-btn {
    min-width: 44px !important;
  }

  #mobile-share .st-has-labels .st-btn > span,
  #mobile-share2 .st-has-labels .st-btn > span {
    display: none;
  }
}


.st-btn > img {
  height: 24px !important;
  width: 24px !important;
  top: 4px !important;
}

.st-btn > span {
  padding: 0 3px;
}

/* 2024/07/04 */
.st-btn {
  min-width: 44px !important;
}

.st-btn > span {
  display: none !important;
}

.sns_blc {
  position: absolute;
  top: -50px;
  right: 0;
  width: 70%
}
.sns_blc--2 {
  top: inherit;
  bottom: -80px;
}

.twitter-share-button {
  vertical-align: bottom
}

@media screen and (min-width:681px) {

  #st-1 .st-btn[data-network=whatsapp] {
    display: none !important
  }
}

@media screen and (min-width:801px) {
  .flex.between_c {
    padding-top: 2em;
    justify-content: space-between;
    align-items: center
  }

  .flex.between_c .case_title {
    padding-top: 0
  }
}

@media screen and (max-width:990px) {
  .sns_blc {
    position: absolute;
    right: 1.5em
  }
}

@media screen and (max-width:680px) {
  .sns_blc {
    position: relative;
    top: -40px;
    right: 0;
    width: 100%
  }

  #mobile-share #st-1.st-has-labels .st-btn {
    min-width: 44px;
  }

  #mobile-share #st-1.st-has-labels .st-btn>span {
    display: none;
  }
}

@media screen and (min-width:801px) {
  .text_img_block .text_block {
    width: 50.6%;
    max-width: 500px
  }

  .text_img_block .img_block {
    max-width: 450px
  }

  .flex.between_c {
    justify-content: space-between;
    align-items: center
  }
}

@media screen and (max-width:800px) {
  .text_img_block {
    flex-wrap: wrap
  }

  .cnt_block a {
    word-break: break-all
  }

  .flex.between_c {
    display: block
  }
}

#mobile-share #st-1 .st-btn>img {
  height: 24px;
  width: 24px;
  top: 4px
}

#mobile-share #st-1 .st-btn>span {
  padding: 0 3px;
}

@media screen and (min-width:681px) {
  .st-btn[data-network=whatsapp] {
    display: none !important;
  }

  #st-1 .st-btn[data-network='line'],
  #st-2 .st-btn[data-network='line'] {
    display: none !important;
  }

  .sns_blc_bottom{
    padding-bottom: 80px;
  }
}

@media screen and (max-width:990px) {
  .sns_blc {
    position: absolute;
    top: 20px;
    right: 1.5em
  }

  .st-btn[data-network=whatsapp] {
    display: inline-block !important
  }
}

@media screen and (max-width:680px) {
  .sns_blc {
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    margin-right: 20px;
    top: 0;
    right: 0;
    width: 100%
  }

  .sns_blc--2 {
    top: inherit;
    bottom: -30px;
    margin-bottom: 0;
  }

  .sns_blc_bottom {
    margin-bottom: 1em;
    margin-right: 20px;
    padding-bottom: 80px;
  }

  #mobile-share .st-has-labels .st-btn,
  #mobile-share2 .st-has-labels .st-btn {
    min-width: 44px !important;
  }

  #mobile-share .st-has-labels .st-btn>span,
  #mobile-share2 .st-has-labels .st-btn>span {
    display: none;
  }
}

.pcnone{
  display: none !important;
  @media screen and (max-width: 768px) {
    display: block !important;
  }
}


/* support-service.css 該当箇所（life-trouble-support 687-1091行） */

/* ===== 共通スタイル ===== */
html[lang="ja"] .h3_title {
  font-family: inherit;
}

.notes {
  position: relative;
  padding-left: 1.3em;
  -webkit-text-stroke-width: 0px;
  display: block;
  font-weight: normal;
}

.notes::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.quadhead {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 4px !important;
  -webkit-text-stroke-width: 1px;
  font-size: 18px;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: inherit;
  font-weight: normal;
}

.quadhead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  background: #363b43;
}

ul.list-disc > li {
  list-style: disc;
  margin-left: 2em;
}

.indent_2 {
  margin-left: 15px;
  font-size: 15px;
  display: inline-block;
  @media screen and (max-width: 768px) {
    font-size: 13px;
  }
}

a.blue_btn {
  padding: 1.2em 1.5em;
  font-size: 18px;
  font-weight: bold;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.plong .tel-link {
  font-size: 18px;
  font-weight: bold;
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

/* pc / sp 表示切り替え */
@media screen and (min-width: 681px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none !important;
  }
}

/* ===== page-cont-wrap--lts (生活トラブルサポート) ===== */
.page-cont-wrap--lts {
  .lts__sect + .lts__sect {
    margin-top: 45px;
    @media screen and (max-width: 768px) {
      margin-top: 70px;
    }
  }
  .lts__label {
    font-size: 18px;
    margin-bottom: 0.8em !important;
    @media screen and (max-width: 768px) {
      margin-top: 36px;
    }
  }
  .lts__label::before {
    top: 8px;
  }
  .lts__lead {
    margin-bottom: 0;
  }
  .lts__lead a{
    text-decoration: underline;
  }
  .lts__lead--2 {
    margin-bottom: 1em;
  }
  .lts__lead--bold {
    font-weight: bold;
  }
  .lts__lead p {
    margin-bottom: 1.8em;
  }
  .lts__lead p:last-of-type {
    margin-bottom: 0;
  }
  .lts__list {
    margin: 0 0 10px 0;
    @media screen and (max-width: 768px) {
      margin-bottom: 6px;
    }
  }
  .lts__list:last-child {
    margin-bottom: 0;
  }
  .lts__list li{
    font-size: 16px;
    @media screen and (max-width: 768px) {
      font-size: 15px;
    }
  }
  .lts__notes {
    margin-top: 0.5em;
    margin-bottom: 30px;
    font-size: 14px;
    @media screen and (max-width: 768px) {
      margin-left: 0;
      margin-top: 0;
      margin-bottom: 40px;
    }
  }
  .lts__notes--16 {
    font-size: 16px;
  }
  .lts__lead2{
    margin-bottom: 10px;
  }
  .lts__lead2 + .lts__list{
    margin-bottom: 0;
  }
  .lts__cta {
    border: 2px solid #00beff;
    padding: 1.25rem;
    margin: 0;
    @media screen and (max-width: 768px) {
      margin-top: 24px;
    }
  }
  .lts__cta-ttl {
    margin-bottom: 0.75em;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    @media screen and (max-width: 768px) {
      font-size: 16px;
    }
  }
  .lts__cta-ttl-text{
    margin-bottom: 10px;
  }
  .lts__tel {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0.5em 0;
    @media screen and (max-width: 768px) {
      margin: 20px 0 30px 15%;
      justify-content: flex-start;
    }
  }
  .lts__cta-icon {
    flex-basis: 30px;
    margin-top: 6px;
  }
  .lts__cta-icon img {
    max-width: 100%;
  }
  .lts__cta-tel {
    line-height: 1.4;
    margin-bottom: 0;
  }
  .lts__cta-tel .tellink {
    font-weight: bold;
    font-size: 22px;
  }
  .lts__chat {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    @media screen and (max-width: 768px) {
      justify-content: flex-start;
      margin-left: 15%;
    }
  }
  .lts__chat-icon {
    flex-basis: 39px;
    margin-top: -4px;
  }
  .lts__chat-icon img {
    max-width: 100%;
  }
  .lts__cta-chat {
    margin-bottom: 0;
    text-decoration: underline;
    color: #0091c9;
  }
  .lts__chat-qr {
    flex-basis: 75px;
    margin-top: 6px;
  }
  .lts__support-head {
    font-size: 20px;
    font-weight: bold;
    @media screen and (max-width: 768px) {
      font-size: 18px;
    }
  }

  /* lts intro section */
  .lts__sect--intro {
    .lts__ttl {
      border-left: 5px solid #0091c9;
      padding-left: 12px;
    }
    .lts__intro-inner {
      display: flex;
      flex-direction: column;
      gap: 0;
      @media screen and (min-width: 769px) {
        flex-direction: row;
        align-items: flex-start;
        gap: 4rem;
      }
    }
    .lts__intro-main {
      @media screen and (min-width: 769px) {
        flex: 1;
        min-width: 0;
        padding-left: 16px;
      }
    }
    .lts__intro-side {
      @media screen and (min-width: 769px) {
        flex: 0 0 280px;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
      }
    }
    .lts__service-visual {
      text-align: center;
      line-height: 0;
      @media screen and (max-width: 768px) {
        margin: 0 auto;
      }
    }
    .lts__service-visual img {
      max-width: 100%;
      height: auto;
      vertical-align: middle;
    }
  }

  /* lts detail section */
  .lts__sect--detail {
    .lts__ttl {
      border-left: 5px solid #0091c9;
      padding-left: 12px;
    }
    .lts__subttl-wrap {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5em;
    }
    .lts__subttl-wrap--2 {
      margin-top: 70px;
    }
    .lts__subttl-wrap--mt50 {
      margin-top: 3rem;
    }
    .lts__subttl-wrap .quadhead::before {
      display: none;
    }
    .lts__subttl-icon {
      flex-shrink: 0;
      width: 52px;
      height: 52px;
      @media screen and (max-width: 768px) {
        width: 45px;
        height: 45px;
      }
    }
    .lts__subttl {
      margin: 0;
      color: #7e4500;
      font-size: 32px;
      font-weight: bold;
      @media screen and (max-width: 768px) {
        font-size: 24px;
      }
    }
    .lts__support-block {
      display: flex;
      flex-wrap: wrap;
      gap: 1.25rem;
      align-items: flex-start;
      margin: 1.25rem 0 0;
      padding: 10px 10px 10px 20px;
      border: 4px solid #ffd8a7;
      border-radius: 10px;
      @media screen and (max-width: 768px) {
        flex-direction: column;
        gap: 0;
        padding: 20px;
      }
    }
    .lts__support-block + .lts__support-block {
      margin-top: 10px;
      margin-bottom: 40px;
    }
    .lts__notes--14 {
      font-size: 14px;
      margin-bottom: 0;
      margin-top: 2px;
    }
    .lts__list > li {
      margin-left: 1em;
    }
    .lts__list li + li {
      margin-top: 6px;
    }
    .h4_title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 16px;
      padding-left: 24px;
      position: relative;
      color: #363B43;
    }
    .h4_title::before{
      content: "●";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 18px;
      font-weight: bold;
      color: #363B43;
    }
    .h4_title::after{
      content: none;
    }
    .lts__support-content {
      flex: 1;
      min-width: 0;
    }
    .lts__support-img {
      flex: 0 0 auto;
      @media screen and (max-width: 768px) {
        max-width: 100%;
      }
    }
    .lts__support-img img,
    .lts__example-img img {
      display: block;
      max-width: 100%;
      height: auto;
    }
    .lts__range {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin: 1rem 0;
    }
    .lts__range-item {
      display: grid;
      grid-template-columns: 1fr;
      overflow: hidden;
      border: 2px solid #b8d4e8;
      @media screen and (min-width: 769px) {
        grid-template-columns: 180px 1fr;
      }
    }
    .lts__range-item--free {
      border-color: #00beff;
      .lts__range-ttl {
        background: #00beff;
      }
      .lts__range-body {
        @media screen and (min-width: 769px) {
          border-left-width: 1px;
        }
      }
    }
    .lts__range-item--paid {
      border-color: #ff8d00;
      .lts__range-ttl {
        background: #ff8d00;
      }
      .lts__range-body {
        border-left-color: #e8d494;
      }
    }
    .lts__range-ttl {
      font-weight: bold;
      font-size: 20px;
      color: #fff;
      margin: 0;
      padding: 1rem 1.25rem;
      display: flex;
      justify-content: center;
      align-items: center;
      @media screen and (max-width: 768px) {
        font-size: 16px;
      }
    }
    .lts__range-body {
      margin: 0;
      padding: 1rem 1.25rem;
      background: #fff;
      font-size: 16px;
      border-left: 1px solid #9ec9e2;
      @media screen and (max-width: 768px) {
        font-size: 14px;
      }
    }
    .lts__example {
      margin: 1rem 0;
      border: 4px solid #ffd8a7;
      border-radius: 10px;
      padding: 20px 20px 20px 30px;
      @media screen and (max-width: 768px) {
        display: flex;
        flex-direction: column;
        padding: 20px 16px;
      }
    }
    .lts__example-ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .lts__example-inner {
      display: flex;
      gap: 60px;
      @media screen and (max-width: 768px) {
        flex-direction: column;
        gap: 20px;
      }
    }
    .lts__example-content {
      flex: 1 1 444px;
      min-width: 0;
      .lts__lead {
        margin-bottom: 0;
      }
    }
    .lts__example-img {
      flex: 0 0 389px;
      display: flex;
      gap: 24px;
      @media screen and (max-width: 768px) {
        max-width: 100%;
      }
    }
    .lts__example-img-in {
      @media screen and (max-width: 768px) {
        width: 56.6%;
        margin: 10px auto;
      }
    }
    .lts__example-img-in img {
      max-width: 100%;
    }
    .lts__intro-inner {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      @media screen and (min-width: 769px) {
        flex-direction: row;
        align-items: flex-start;
        gap: 2rem;
      }
    }
    .lts__intro-main {
      @media screen and (min-width: 769px) {
        flex: 1;
        min-width: 0;
      }
    }
    .lts__intro-side {
      @media screen and (min-width: 769px) {
        flex: 0 0 306px;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
      }
      @media screen and (max-width: 768px) {
        width: 75.4%;
        margin: 0 auto 20px;
      }
    }
  }

  /* lts company section */
  .lts__sect--company {
    *{
      box-sizing: border-box;
    }
    .lts__ttl {
      border-left: 5px solid #0091c9;
      padding-left: 12px;
    }
    .lts__company-intro {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      margin: 1rem 0;
      @media screen and (min-width: 769px) {
        flex-direction: row;
        align-items: flex-start;
        gap: 2rem;
      }
    }
    .lts__company-intro-text {
      flex: 1;
      min-width: 0;
      .lts__lead {
        margin-bottom: 1em;
      }
    }
    .lts__company-visual {
      flex: 0 0 auto;
      text-align: center;
      @media screen and (min-width: 769px) {
        max-width: 400px;
      }
      @media screen and (max-width: 768px) {
        width: 73.1%;
        margin: 0 auto 40px;
      }
    }
    .lts__company-visual img {
      max-width: 100%;
      height: auto;
      vertical-align: middle;
    }
    .lts__usecase-label {
      background: #7e4500;
      display: inline-block;
      color: #fff;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      padding: 0.6rem 2rem;
      border-radius: 30px;
      margin: 0 0 1rem;
      @media screen and (max-width: 768px) {
        width: 100%;
        display: block;
        margin: 1.5rem auto 1rem;
      }
    }
    .lts__usecase--company {
      margin: 0 0 40px;
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      @media screen and (max-width: 768px) {
        margin-bottom: 0;
      }
    }
    .lts__usecase-item {
      border: 4px solid #7e4500;
      border-radius: 10px;
      overflow: hidden;
      background: #fff;
      display: flex;
      flex-direction: column;
      @media screen and (min-width: 769px) {
        flex-direction: row;
        gap: 20px;
        align-items: stretch;
      }
      .lts__usecase-text {
        flex: 1 0 332px;
        min-width: 0;
        padding: 20px 0 20px 30px;
        @media screen and (max-width: 768px) {
          padding: 14px;
          flex: 1 0 auto;
        }
      }
      .lts__usecase-ttl{
        font-size: 18px;
        font-weight: bold;
        padding-left: 24px;
        position: relative;
        margin-bottom: 6px;
        @media screen and (max-width: 768px) {
          font-size: 16px;
        }
      }
      .lts__usecase-img2 + .lts__usecase-ttl{
        margin-top: 20px;
      }
      .lts__usecase-ttl::before{
        content: "●";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        font-weight: bold;
      }
      .lts__usecase-text:nth-child(2) {
        flex: 1 0 517px;
      }
      .lts__list--mb0{
        margin-bottom: 0;
      }
      .lts__usecase-img {
        flex: 0 1 151px;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        @media screen and (max-width: 768px) {
          padding: 0 14px 14px;
        }
      }
      .lts__usecase-item:nth-child(3) .lts__usecase-img {
        flex: 1 1 167px;
      }
      .lts__usecase-img img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
      }
      .lts__usecase-img2 {
        width: 245px;
        margin: 0 auto;
        @media screen and (max-width: 768px) {
          width: 177px;
        }  
      }
      .lts__usecase-img2--2 {
        @media screen and (max-width: 768px) {
          width: 153px;
        }  
      }
      .lts__usecase-img2 img{

      }
      .lts__usecase-solve-wrap {
        margin: 0;
        padding: 20px 20px 20px 30px;
        background: #7e4500;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        @media screen and (min-width: 769px) {
          flex: 0 0 364px;
        }
        @media screen and (max-width: 768px) {
          padding: 20px 24px;
        }
      }
      .lts__usecase-solve {
        margin: 0;
        font-weight: bold;
        font-size: 20px;
        color: #FFF994;
        @media screen and (max-width: 768px) {
          margin-bottom: 20px;
        }
      }
      .lts__usecase-num {
        margin: 0;
        padding: 0.75rem 1rem 0.75rem 2rem;
        background: #fff;
        @media screen and (min-width: 769px) {
          min-width: 0;
        }
        @media screen and (max-width: 768px) {
          padding: 14px;
        }
      }
      .lts__usecase-solve-small {
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        margin: 0.25em 0 0;
        @media screen and (max-width: 768px) {
          display: block;
          font-size: 15px;
        }
      }
      .lts__notes {
        margin: 0;
        padding: 0.25rem 1rem 0.6rem;
        background: #7e4500;
        color: rgba(255, 255, 255, 0.95);
        font-size: 0.85em;
        @media screen and (min-width: 769px) {
          grid-column: 2;
        }
      }
    }
    .lts__cta-row {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      margin: 1.5rem 0 0;
      margin-bottom: 32px;
      @media screen and (min-width: 769px) {
        flex-direction: row;
        align-items: flex-start;
        gap: 2rem;
      }
      @media screen and (max-width: 768px) {
        margin-top: 0;
      }
    }
    .lts__cta-row + .lts__lead{
      margin-bottom: 30px;
    }
    .lts__cta--blue {
      background: #006695;
      border: none;
      color: #fff;
      padding: 30px 20px 20px 30px;
      border-radius: 5px;
      @media screen and (min-width: 769px) {
        flex: 0 0 607px;
      }
      @media screen and (max-width: 768px) {
        padding: 30px 16px;
        margin-bottom: 0;
      }
      .lts__cta-row-inner {
        display: flex;
        gap: 17px;
        @media screen and (max-width: 768px) {
          flex-direction: column;
        }
      }
      .lts__cta-ttl {
        color: #fff;
        margin-bottom: 0.5em;
        font-size: 22px;
        font-weight: bold;
        text-align: left;
        @media screen and (max-width: 768px) {
          text-align: center;
          font-size: 18px;
        }
      }
      .lts__cta-tel,
      .lts__cta-chat {
        flex: 1;
        color: #fff;
        border: 2px solid #00beff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 10px;
      }
      .lts__cta-tel-inner{
        margin-bottom: 10px;
      }
      .lts__cta-chat {
        color: #00beff !important;
      }
      .lts__cta-chat-inner{
        margin-bottom: 0;
      }
      .lts__cta-chat a {
        color: #00beff !important;
      }
      .tellink {
        color: #fff;
        font-weight: bold;
        font-size: 30px;
        text-decoration: none;
      }
      .tellink:hover {
        text-decoration: underline;
        color: #fff;
      }
    }
    .lts__cta-icon {
      display: inline-block;
      margin-right: 10px;
    }
    .lts__cta-icon--tel {
      width: 38px;
      height: 41px;
    }
    .lts__cta-icon--chat {
      width: 52px;
      height: 39px;
    }
    .lts__list--cta {
      list-style: none;
      @media screen and (min-width: 769px) {
        flex: 1;
        min-width: 0;
      }
      @media screen and (max-width: 768px) {
        margin-top: 0px;
      }
    }
    .lts__list--cta li {
      list-style: none;
      position: relative;
      padding-left: 20px;
      margin-left: 0px;
      margin-bottom: 10px;
      font-size: 15px;
    }
    .lts__list--cta li::before {
      content: "●";
      position: absolute;
      left: 0;
      top: 0;
    }
    .lts__lang {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 90px;
      @media screen and (min-width: 769px) {
        flex-direction: row;
        align-items: flex-start;
        gap: 38px;
      }
      @media screen and (max-width: 768px) {
        flex-direction: column-reverse;
      }
    }
    
    .ltas__lang-main {
      flex: 0 0 612px;
      min-width: 0;
    }
    .lts__notes--15 {
      font-size: 15px;
      margin-bottom: 0;
      margin-top: 2px;
      @media screen and (max-width: 768px) {
        font-size: 14px;
      }
    }
    .lts__lang-img {
      margin-left: auto;
      @media screen and (max-width: 768px) {
        width: 73.1%;
        margin: 0 auto 20px;
      }
    }
    .lts__lang-img img {
      width: 100%;
      height: auto;
    }
  }

  /* lts inquiry section */
  .lts__sect--inquiry {
    .lts__ttl {
      border-left: 5px solid #0091c9;
      padding-left: 12px;
      margin-bottom: 1rem;
    }
    .lts__contact {
      margin: 0 0 1rem;
      line-height: 1.7;
      .tellink {
        color: #0091c9;
        font-weight: bold;
        text-decoration: none;
      }
      .tellink:hover {
        text-decoration: underline;
      }
    }
    .lts__contact-email {
      color: #0091c9;
      text-decoration: underline;
    }
    .lts__contact-email:hover {
      text-decoration: none;
    }
    .lts__contact-hours {
      display: inline-block;
      margin-left: 1em;
      margin-bottom: 10px;
      font-size: 15px;
    }
  }
  .lts__subttl {
    margin-top: 1.5rem;
    margin-bottom: 0.5em;
  }
  .lts__subttl--company {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 1em;
    @media screen and (max-width: 768px) {
      font-size: 18px;
      margin-bottom: 0.5em;
    }
  }
  .lts__usecase {
    margin: 1em 0;
  }
  .lts__usecase-solve {
    margin: 0.25em 0 0.75em;
    font-weight: bold;
  }
  .lts__tbl-wrap {
    overflow-x: auto;
    margin: 0 0 7px;
    padding: 0 0 8px;
  }
  .lts__tbl {
    width: 612px;
    border-collapse: collapse;
    font-size: 16px;
    border: 4px solid #00beff;
    min-width: 612px;
  }
  .lts__tbl th,
  .lts__tbl td {
    border-bottom: 1px solid #00beff;
    padding: 0.6rem 0.75rem;
    text-align: left;
    vertical-align: top;
  }
  .lts__tbl th {
    background: #00beff;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
    @media screen and (max-width: 768px) {
      font-size: 15px;
    }
  }
  .lts__tbl th:nth-child(2) {
    font-size: 22px;
    @media screen and (max-width: 768px) {
      font-size: 20px;
    }
  }
  .lts__tbl td {
    background: #e9f9ff;
    font-size: 15px;
    vertical-align: middle;
    @media screen and (max-width: 768px) {
      font-size: 14px;
    }
  }
  .lts__tbl td:nth-child(1) {
    width: 155px;
  }
  .lts__tbl td:nth-child(2) {
    background: #f3fcff;
    white-space: nowrap;
  }
  .lts__tbl td:nth-child(3) {
    background: #fff;
    white-space: nowrap;
  }
  .lts__links-ttl {
    margin-top: 1.5rem;
    margin-bottom: 0.5em;
  }
  .lts__links .acceptance--lts {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  .lts__links .acceptance__item {
    margin-bottom: 0.5em;
  }
  .lts__btn-wrap {
    margin-top: 2rem;
    text-align: center;
  }

  /* lts lineup section */
  .lts__sect--lineup {
    .lts__ttl {
      border-left: 5px solid #0091c9;
      padding-left: 12px;
      margin-bottom: 1.5rem;
    }
    .lts__links {
      display: flex;
      flex-direction: column;
      gap: 1.25rem;
      @media screen and (min-width: 769px) {
        flex-direction: row;
        gap: 10px;
        align-items: stretch;
      }
    }
    .lts__links-cat {
      padding: 20px 26px;
      border-radius: 12px;
      @media screen and (min-width: 769px) {
        flex: 1;
        min-width: 0;
      }
    }
    .lts__links-cat--skill {
      background: #c5efff;
      .lts__links-ttl {
        color: #006695;
      }
    }
    .lts__links-cat--workplace {
      background: #ffd8a7;
      .lts__links-ttl {
        color: #7e4500;
      }
    }
    .lts__links-cat--daily {
      background: #d4eda9;
      .lts__links-ttl {
        color: #1e7600;
      }
    }
    .lts__links-cat .lts__links-ttl {
      margin-top: 0;
      margin-bottom: 0.75rem;
      position: relative;
      font-weight: bold;
      display: flex;
      gap: 10px;
      align-items: center;
      @media screen and (max-width: 768px) {
        margin-bottom: 20px;
      }
    }
    .lts__links-ttl-icon {
      flex: 0 0 39px;
    }
    .lts__links-ttl-inner {
      font-size: 17px;
      font-weight: bold;
    }
    .lts__lineup-btn {
      width: 269px;
      min-width: inherit;
      border-radius: 12px;
    }
    .lts__btn-wrap a.blue_btn{
      @media screen and (max-width: 768px) {
        box-shadow: inherit !important;
        width: 100%;
        box-sizing: border-box;
      }
    }
    .acceptance2 {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
    .acceptance2__item {
      margin-bottom: 0;
      width: 100%;
    }
    .acceptance2__title {
      display: block;
      width: calc(100% - 66px);
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      color: #0091c9;
      padding: 10px 20px 10px 40px;
      border-radius: 5px;
      background: #fff;
      border: 3px solid #64d7ff;
      background-image: url(/support-service/files/lineup-arrow.svg);
      background-size: 20px auto;
      background-repeat: no-repeat;
      background-position: left 10px center;
      @media screen and (max-width: 768px) {
        font-size: 15px;
      }
    }
    .lts__links-cat--workplace .acceptance2__title {
      border-color: #ffb255;
    }
    .lts__links-cat--daily .acceptance2__title {
      border-color: #aadd56;
    }
    .acceptance2__title--current {
      border-color: #c4cad0 !important;
      color: #84919d !important;
      background-image: url(/support-service/files/lineup-arrow_d.svg);
    }
  }
}
.br-sp::after {
  @media screen and (max-width: 768px) {
    content: "\A";
    white-space: pre;
  }
}

.lts__intro-menu{
  padding: 25px 50px;
  background: linear-gradient(180deg, 
    #FF2200 0%, 
    #FFF800 20%, 
    #008236 40%, 
    #009AC2 60%, 
    #00157D 80%, 
    #F4297D 100%
  );
  background-repeat: no-repeat;
  border-radius: 16px;

  margin-top: 70px;
  margin-bottom: 36px;
  @media screen and (max-width: 768px) {
    margin-top: 20px;
    padding: 16px 20px;
    margin-bottom: 24px;
  }
}

.lts__intro-menu-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
  @media screen and (min-width: 769px) {
    flex-direction: row;
    gap: 50px;
  }
  .lts__intro-menu-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    @media screen and (max-width: 768px) {
      gap: 6px;
    }
  }
  .lts__intro-menu-item{
    flex: 1 1 calc(50% - 25px);
    background-color: #fff;
    padding: 20px 20px 25px;
    border-radius: 10px;
    @media screen and (max-width: 768px) {
      padding: 16px 20px 18px;
    }
  }
  .lts__intro-menu-text {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    color: #7E4500;
    @media screen and (max-width: 768px) {
      font-size: 21px;
    }
  }
  
  .lts__intro-menu-text-smt {
    font-size: 16px;
    color: #363B43;
    @media screen and (max-width: 768px) {
      font-size: 13px;
    }
  }
  
  .lts__intro-menu-img {
    width: 131px;
    margin-top: 18px;
    @media screen and (max-width: 768px) {
      width: 90px;
      margin-top: 6px;
    }
  }
  .lts__intro-menu-item:nth-child(2) .lts__intro-menu-img{
    width: 115px;
    margin-top: 8px;
    @media screen and (max-width: 768px) {
      width: 79px;
      margin-top: 6px;
    }
  }
}

.indent1 {
  margin-left: 20px;
  @media screen and (max-width: 768px) {
    margin-left: 0;
  }
}
