@charset "UTF-8";

.mid_129 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.mid_129 .h2 {
  font-size: 24px;
}

.mid_129 p {
  margin: 0;
}

.mid_129 .tabLink li a {
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  height: 64px;
  padding: 0 20px;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #5c5a5a;
  color: #231815;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
  text-decoration: none;
}

.mid_129 .tabLink {
	display: flex;
	justify-content: center;
}

.mid_129 .tabLink li {
	margin: 0 15px;
}

.mid_129 .tabLink li a {
	display: table-cell;
	vertical-align: middle;
	width: 320px;
	height: 64px;
	padding: 0 20px;
	margin-right: 5px;
	background: #fff;
	border: 1px solid #5c5a5a;
	color: #231815;
	box-sizing: border-box;
	transition: border .4s ease;
	text-decoration: none;
}

.mid_129 .tabLink li span {
	display: inline-block;
	padding-right: 0;
	width: 100%;
}

.mid_129 .advice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
  height: 60px;
  margin-bottom: 20px;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.mid_129 .advice li:first-child {
  background-image: url(/contents/mid/117/images/img-icon01.png);
}

.mid_129 .advice li:nth-child(2) {
  background-image: url(/contents/mid/117/images/img-icon02.png);
}

.mid_129 .recommendation .recommendation__row {
  display: flex;
  justify-content: left;
  margin: 0 -20px;
  max-width: none;
}

.mid_129 .recommendation .recommendation__item {
  min-height: 0%;
}

.mid_129 .recommendation .recommendation__comments {
  font-size: 10px;
  margin: 10px 0 20px;
}

.mid_129 .recommendation .recommendation__col {
  display: flex;
  flex-direction: column;
  margin: 0 20px;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.mid_129 .recommendation .recommendation__col .btn {
  margin-top: auto;
  height: 40px;
  width: 100%;
}

.mid_129 .slide-wrap table .recommendation__comments{
  font-size: 10px;
  margin: 10px 0 20px;
}

.mid_129 .slide-wrap table {
	width: 100%;
	height: auto;
	table-layout: fixed;
	border: 1px solid #cccccc;
}

.mid_129 .slide-wrap table tr.product{
	vertical-align: top;
}

.mid_129 .slide-wrap table tr.product td{
  padding: 20px 10px 20px;
}

.mid_129 .slide-wrap table tr.product td a{
	display: block;
}

.mid_129 .slide-wrap table tr.category{
	vertical-align: top;
}
.mid_129 .slide-wrap table tr.category td{
  padding: 20px 10px;
}

.mid_129 .slide-wrap table tr.xRay{
	text-align: center;
}

.mid_129 .slide-wrap table tr.xRay td{
  padding: 20px 10px;
}

.mid_129 .slide-wrap table tr.chara{
	vertical-align: top;
}

.mid_129 .slide-wrap table tr.chara td{
  padding: 20px 10px;
}

.mid_129 .slide-wrap table th{
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
	background-color: #eeeeee;
}

.mid_129 .slide-wrap table td{
	border: 1px solid #cccccc;
}

.mid_129 .slide-wrap table .productInfo{
  margin: 22px 0 2px;
  min-height: 90px;
}

.mid_129 .slide-wrap table .ngredientInfo{
  display: flex;
  justify-content: center;
}

.mid_129 .slide-wrap table .ngredientInfo span{
	border: 1px solid #5c5a5a;
  font-size: 10px;
	font-weight: bold;
	text-align: center;
  width: 65px;
  margin-bottom: 5px;

}

.mid_129 .slide-wrap table .ngredientInfo span:first-child{
  border-right: none;
}

.mid_129 .slide-wrap table .statusBorder{
	border: 1px solid #5c5a5a;
	font-size: 10px;
	text-align: center;
	height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	max-width: 130px;
   margin: 0 auto;
  line-height: 1.4;
}

.mid_129 .slide-wrap table .icon_circle img{
  max-width: 20px;
  height: auto;
}

.mid_129 .uvItem {
  display: flex;
  margin-bottom: 10px;
}

.mid_129 .uvItem__title {
  background: #5C5A5A;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 30px;
  font-size: 16px;
  text-align: center;
}

.mid_129 .uvItem__row {
  display: flex;
  width: 100%;
}

.mid_129 .uvItem__col {
  border: 1px solid #CCCCCC;
  padding: 20px 30px;
  width: 33.33%;
  text-align: center;
}

.mid_129 .uvItem__col + .uvItem__col {
  border-left: none;
}

.mid_129 .uvItem__subTitle {
  font-size: 16px;
  background: #EEEEEE;
  width: 100%;
  padding: 5px;
}

.mid_129 .uvItem__img {
  text-align: center;
  margin-top: 30px;
}

.mid_129 .uvItemTag {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -5px 0;
  justify-content: center;
  min-height: 64px;
  align-content: flex-start;
}

.mid_129 .uvItemTag li {
  border: 1px solid #231815;
  color: #231815;
  padding: 2px 6px;
  margin: 4px 5px 0;
  font-size: 12px;
  line-height: 1.25;
  height: 22px;
  white-space: nowrap;
}

.mid_129 .uvItemTag li sup {
  vertical-align: top;
}

.mid_129 .uvItemTag .uvItemTag__red {
  border: 1px solid #EF857D;
  color: #EF857D;
}

.mid_129 .uvItemTag .uvItemTag__blue {
  border: 1px solid #6A94D4;
  color: #6A94D4;
}

.mid_129 .uvItemTag .b_height {
  height: 35px;
}

.mid_129 .uvItem__itemTitle {
  font-weight: bold;
  font-size: 18px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  margin-top: 20px;
}

.mid_129 .uvItem__itemTitle a {
  text-decoration: none;
}

.mid_129 .uvItem__itemTitle + p {
  margin-top: 10px;
}

.mid_129 .uvItem__itemTitle span {
  font-size: 12px;
  font-weight: bold;
}

.mid_129 .uvItem__itemTitle--nowrap {
  display: block;
}

.mid_129 .uvItem__itemTitle + p {
  margin-top: 4px;
}

.mid_129 .uvItem__row--make .uvItem__col {
  width: 16.66%;
  padding: 30px 6px;
}

.mid_129 .uvItem__row--make .uvItemTag {
  display: block;
  min-height: 50.4px;
  max-width: 160px;
  margin: 10px auto 0;
  height: 80px;
}

.mid_129 .uvItem__row--make .uvItemTag li {
  margin-top: 4px;
}

.is-hide--pc {
  display: none;
}

@media screen and (max-width: 768px) {

  .is-hide--pc {
    display: inherit;
  }
  .is-hide--sp {
    display: none;
  }

  .mid_129 .h2 {
    font-size: 20px;
    margin-top: 20px;
  }

  .mid_129 .tabLink li {
  	margin: 0 5px;
  }
  .mid_129 .tabLink li a {
		border: 1px solid #e5e3e5;
		padding: 0;
		position: relative;
		text-align: center;
		height: 110px;
		padding-bottom: 15px;
  }
  .mid_129 .tabLink li a:after {
  	content: '';
  	display: block;
  	position: absolute;
  	bottom: 10px;
  	left: 50%;
  	margin-left: -16px;
  	width: 0;
  	height: 0;
  	border-bottom: 10px solid #e0e0e0;
  	border-right: 8px solid transparent;
  	border-left: 8px solid transparent;
  	transform: rotate(180deg) translateX(-50%);
  }

  .mid_129 .tabLink li .link--bottom {
		background: none;
	}

  .mid_129 .advice li {
    display: flex;
    align-items: inherit;
    height: auto;
    background-size: 62px;
    margin-bottom: 40px;
    min-height: 80px;
  }

  .mid_129 .recommendation .recommendation__row {
    display: block;
    margin: 0 auto;
  }

  .mid_129 .recommendation .recommendation__col {
    display: block;
    margin: 0 auto 40px;

    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: none;
  }
	.mid_129 .recommendation .recommendation__col:first-child{
	    margin-right: 0;
	}

  .mid_129 .recommendation .recommendation__col .btn {
    margin-top: 20px;
  }

  .mid_129 .slide-wrap {
  overflow: scroll;
	}

	.mid_129 .slide-wrap table .productInfo{
    margin: 22px 0 0;
    min-height: 90px;
  }

	.mid_129 .slide-wrap table{
    max-width: inherit;
    width: 1120px;
  	table-layout: inherit;
  }

	.mid_129 .slide-wrap table .icon_circle img{
    max-width: 20px;
	}

	.mid_129 .slide-wrap table th{
		text-align: left;
		padding-left: 10px;
	}

  .mid_129 .uvItem {
    display: block;
    font-size: 12px;
  }

  .mid_129 .uvItem__title {
    writing-mode: initial;
    letter-spacing: normal;
    font-size: 14px;
  }

  .mid_129 .uvItem__subTitle {
    font-size: 12px;
    padding: 0 5px;
    margin: 0 5px;
    width: calc(100% - 10px);
  }

  .mid_129 .uvItem__col {
    padding: 15px 3px;
  }

  .mid_129 .uvItem__img {
    margin-top: 10px;
    min-height: 180px;
  }

  .mid_129 .uvItem__img img {
    max-height: 180px;
    margin: 0 auto;
    width: auto;
  }

  .mid_129 .uvItem__itemTitle {
    font-size: 13px;
    display: block;
    white-space: nowrap;
  }

  .mid_129 .uvItem__itemTitle span {
    font-size: 10px;
  }

  .mid_129 .uvItemTag {
    margin: 12px auto 0;
    min-height: 55px;
    display: block;
  }

  .mid_129 .uvItemTag li {
    font-size: 8px;
    height: auto;
  }

  .mid_129 .uvItem__row--make {
    flex-wrap: wrap;
  }

  .mid_129 .uvItem__row--make .uvItem__img {
    min-height: 140px;
  }

  .mid_129 .uvItem__row--make .uvItem__col {
    width: 33.33%;
    padding: 15px 5px;
  }

  .mid_129 .uvItem__row--make .uvItem__col:nth-child(4) {
    border-left: 1px solid #CCCCCC;
  }

  .mid_129 .uvItem__row--make .uvItem__col:nth-child(n + 4) {
    border-top: none;
  }

  .mid_129 .uvItem__row--make .uvItem__col:nth-child(n + 4) .uvItemTag {
    height: 85px;
  }

  .mid_129 .uvItem__row--make .uvItemTag {
    height: 50px;
  }

}

.comparisonFixed {
  background: #fff;
  border-top: 1px solid #E0E0E0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 25px 0;
  z-index: 100;
  display: none;
}

@media screen and (max-width: 768px) {
  .comparisonFixed {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
  }
}

.comparisonFixed > span {
  margin: 0 auto !important;
}

.comparisonFixed__btn {
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .comparisonFixed__btn {
    width: 320px;
  }
}

.comparisonFixed__btn::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.comparisonFixed__btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.comparisonFixed__icon {
  background: url(/contents/common/images/mid/img-icon-comparisonFixed.png) no-repeat;
  display: inline-block !important;
  width: 11px;
  height: 10px;
  margin-right: 10px;
  margin-left: -10px;
  margin-bottom: 4px;
}

.comparisonModal {
  max-width: 1080px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .comparisonModal {
    height: calc(var(--vh,1vh) * 100);
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 !important;
  }
}

.comparisonModal * {
  max-width: none;
}

@media screen and (max-width: 768px) {
  .comparisonModal .modal__inner {
    overflow-y: auto !important;
    overscroll-behavior-y: none;
  }
}

.comparisonModal .modal__inner {
  padding: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .comparisonModal .modal__inner {
    padding: 20px 20px 100px;
    height: 100vh !important;
  }
}

.comparisonModal .modal__iconClose {
  background: #fff;
  margin-top: 20px;
  z-index: 2;
}

.comparisonModal .modal__iconClose::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(60%, #fff), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 60%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 60%, #fff 100%);
}

.modal__contents {
  padding: 20px 25px;
}

@media screen and (max-width: 768px) {
  .modal__contents {
    padding: 20px 0;
  }

  .iphone .modal__contents::after {
    content: "";
    display: block;
    height: 100px;
    width: 100%;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .modal__contents::after {
    content: "";
    display: block;
    height: 80px;
    width: 100%;
  }
}

.midSkinTable .midModal__title {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .midSkinTable .midModal__title {
    font-size: 16px;
  }
}

.midSkinTable + .midSkinTable .midModal__title {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .midSkinTable + .midSkinTable .midModal__title {
    margin-top: 30px;
  }
}

.midSkinTable__txt {
  font-size: 10px;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.midModalTable {
  margin-top: 25px;
  position: relative;
  border-collapse: collapse;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .midModalTable {
    margin-top: 10px;
  }
}

.midModalTable__batch {
  background: #F7E8EE;
  border-radius: 3px;
  display: inline-block;
  line-height: 1.5;
  text-align: center !important;
  font-size: 9px;
  position: absolute;
  right: 10px;
  z-index: 2;
}

.midModalTable--whitening {
  width: 720px;
}

.midModalTable--whitening tr td:nth-child(2),
.midModalTable--whitening tr td:nth-child(3),
.midModalTable--whitening tr td:nth-child(4) {
  background: #F5FAFF;
}

.midModalTable--whitening tr td:nth-child(5),
.midModalTable--whitening tr td:nth-child(6) {
  background: #FFF8F2;
}

.midModalTable--whitening tr td:nth-child(7) {
  background: #F5F2FF;
}

.midModalTable--other {
  width: 250px;
}

.midModalTable--improvement {
  width: 280px;
}

.midModalTable--improvement tr td:nth-child(2) {
  background: #F5FAFF;
}

.midModalTable--improvement tr td:nth-child(3) {
  background: #F5F2FF;
}

.midModalTable--skincares {
  width: 566px;
}

.midModalTable--drying {
  width: 1200px;
}

.midModalTable--drying tr td:nth-child(2),
.midModalTable--drying tr td:nth-child(3),
.midModalTable--drying tr td:nth-child(4),
.midModalTable--drying tr td:nth-child(5) {
  background: #F5FAFF;
}

.midModalTable--drying tr td:nth-child(6),
.midModalTable--drying tr td:nth-child(7) {
  background: #FFF8F2;
}

.midModalTable--drying tr td:nth-child(8),
.midModalTable--drying tr td:nth-child(9) {
  background: #F5F2FF;
}

.midModalTable--drying2 {
  width: 945px;
}

.midModalTable--drying2 tr td:nth-child(2),
.midModalTable--drying2 tr td:nth-child(3),
.midModalTable--drying2 tr td:nth-child(4) {
  background: #F5FAFF;
}

.midModalTable--drying2 tr td:nth-child(5),
.midModalTable--drying2 tr td:nth-child(6) {
  background: #FFF8F2;
}

.midModalTable--drying2 tr td:nth-child(7) {
  background: #F5F2FF;
}

.midModalTable--acne {
  width: 360px;
}

.midModalTable--acne tr td:nth-child(2),
.midModalTable--acne tr td:nth-child(3),
.midModalTable--acne tr td:nth-child(4) {
  background: #F5FAFF;
}

.midModalTable--acne .midModalTable__spf {
  padding: 3px 8px;
}

.midModalTable--pores {
  width: 360px;
}

.midModalTable--pores tr td:nth-child(2) {
  background: #F5FAFF;
}

.midModalTable--pores tr td:nth-child(3),
.midModalTable--pores tr td:nth-child(4) {
  background: #F7FFFA;
}

.midModalTable--pores .midModalTable__spf {
  padding: 3px 8px;
}

.midModalTable--dullness {
  width: 586px;
}

.midModalTable--sunburn {
  width: 390px;
}

.midModalTable--sunburn .midModalTable__spf,
.midModalTable--other .midModalTable__spf {
  padding: 3px 8px;
  text-align: center;
  margin-bottom: 5px;
  width: 100%;
  white-space: nowrap;
}

.midModalTable th {
  width: 60px;
  border: 1px solid #E0E0E0;
  white-space: nowrap;
  padding: 5px 2px;
}

.midModalTable th:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  border-left: none;
  border-right: none;
}

.midModalTable th:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  background: #F9F9F9;
  z-index: -1;
}

.midModalTable td {
  border: 1px solid #E0E0E0;
  padding: 10px;
  width: 114px;
  min-width: 114px;
  max-width: 114px;
}

.midModalTable td img {
  max-width: 80px;
}

.midModalTable__item td {
  vertical-align: top;
}

.midModalTable__item img {
  display: block;
  margin: 0 auto 10px;
}

.midModalTable__item span {
  /* text-align: left; */
}

.midModalTable__center {
  text-align: center;
}

.midModalTable__component td {
  vertical-align: top;
  text-indent: -1em;
  padding-left: 20px;
}

.midModalTable__component td p {
  margin-top: 0;
}

.midModalTable__skinItem {
  text-align: center;
}

.midModalTable__skinItem td {
  vertical-align: top;
}

.midModalTable__skinItem img {
  display: block;
  margin: 0 auto 10px;
}

.midModalTable__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.midModalTable__tag li {
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  padding: 2px 5px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.midModalTable__spf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F7E8EE;
  border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  margin-top: 10px;
  padding: 4px 20px;
  width: 92px;
  text-align: center;
}

.midModalTable__morning {
  color: #F37500;
}

.midModalTable__night {
  color: #0D25A4;
}

.midModalTable__meta {
  width: 120px;
  margin-top: 10px;
}

.midModalTable__meta .midModalTable__tag li {
  font-size: 12px;
}

.midModalWrap {
  max-width: 1000px;
  overflow: scroll;
  scrollbar-color: #fbfbfb transparent;
}

.midModalWrap::-webkit-scrollbar {
  background-color: transparent;
}

.midModalWrap::-webkit-scrollbar-thumb {
  background-color: #7f7f7f;
  border: 3px solid transparent;
  border-radius: 10px;
  background-clip: content-box;
}

.midModalWrap .icon--spf {
  /* display: inline-block; */
  width: 55px;
  line-height: 1.3;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 auto;
}

.midModalWrap .icon--spf .spfTxt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 15px;
    background: #666;
    border: 1px solid #666;
    color: #fff;
}


.midModalWrap .icon--spf .spfTxt2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 15px;
    border: 1px solid #666;
    color: #666;
    background: #fff;
}


.midModalWrap a .icon--spf .spfTxt2 {
    text-decoration: none !important;
}

.midModalWrap .icon--spf.icon--dummy .spfTxt1,
.midModalWrap .icon--spf.icon--dummy .spfTxt2 {
  border: 1px solid #fff;
  color: #fff;
  background: #fff;
}

/*アイテム比較表＆色選びチャート*/

.mid_129 .container {
  padding: 0;
}

.mid_129 .tabLink {
	display: flex;
	justify-content: left;
}

.mid_129 .tabLink li {
	margin: 0 -8px;
}

.mid_129 .tabLink li a {
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  height: 64px;
  padding: 0 20px;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #5c5a5a;
  color: #231815;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
  text-decoration: none;
}

.mid_129 .tabLink li span {
	display: inline-block;
	padding-right: 0;
	width: 100%;
}

.mid_129 .hPoint {
  margin-top: 40px;
  margin-bottom: 20px;
}

.mid_129 .hPoint img {
  margin-right: 12px;
  width: 60px;
}

.mid_129 .color01, .mid_129 .color02  {
  margin-top: 0;
}

.mid_129 .color01 img {
  height: 50px;
  width: 100px;
}

.mid_129 .color02 img {
  height: 50px;
  width: 50px;
}

.mid_129 .numberList ul {
  display: flex;
  flex-wrap: wrap;
}

.mid_129 .numberList li {
  margin-bottom: 20px;
  /* width: 50%;
  width: 30%;
  position: relative;
  padding-left: 37px;*/
  width: auto;
  position: relative;
  padding-left: 37px;
  padding-right: 25px;
}

.mid_129 .numberList span {
  display: inline-block;
  border-radius: 12px;
  color: #fff;
  background: #737373;
  font-size: 12px;
  text-align: center;
  margin-right: 12px;
  height: 25px;
  width: 25px;

  position: absolute;
  top: 0;
  left: 0;
}

.mid_129 figure {
  margin-bottom: 40px;
}

.mid_129 figure img{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mid_129 img {
    width: auto;
    height: auto;
  }
  .mid_129 .container {
    padding: 0;
  }

  .mid_129 .tabLink li {
    margin: 0 35px;
  }
  .mid_129 .tabLink li a {
    border: 1px solid #e5e3e5;
    padding: 0;
    position: relative;
    text-align: center;
    height: 70px;
    padding-bottom: 15px;
  }
  .mid_129 .tabLink li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #e0e0e0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: rotate(180deg) translateX(-50%);
  }

  .mid_129 .tabLink li .link--bottom {
    background: none;
  }

  .mid_129 .hPoint {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .mid_129 .hPoint img {
    height: 60px;
    width: 60px;
  }

  .mid_129 .color01, .mid_129 .color02 {
    margin-top: 30px;
  }

  .mid_129 .color01 img {
    height: 40px;
    width: 80px;
    margin-right: 5px;
  }

  .mid_129 .color02 img {
    height: 40px;
    width: 40px;
    margin-right: 5px;
  }

  .mid_129 figure img {
    width: 100%;
  }

  .mid_129 .numberList ul {
    display: block;
  }

  .mid_129 .numberList li {
    /* width: 100%; */
    width: 90%;
  }

  .mid_129 figure {
  margin-bottom: 30px;
  }

}
