@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%; }

body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative; }
  @media only screen and (max-width: 750px) {
    body {
      font-size: 1.2rem;
      line-height: 2rem; } }

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity .35s;
  -o-transition: opacity .35s;
  transition: opacity .35s;
  outline: none; }

a {
  color: #1b1b1b;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

a:hover {
  opacity: 0.75; }

.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden; }

button {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  button:hover {
    cursor: pointer;
    opacity: 0.75; }

/* Font */
.Inter {
  font-family: 'Inter', sans-serif; }

.NotoSansJP {
  font-family: 'Noto Sans JP', sans-serif; }

.fw100 {
  font-weight: 100; }

.fw200 {
  font-weight: 200; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.fw800 {
  font-weight: 800; }

.fw900 {
  font-weight: 900; }

.color-orange {
  color: #ec6700 !important; }

.bg-orange-light {
  background-color: #fae7dd; }

.active-submn-news-01 .submn-news-01,
.active-submn-news-02 .submn-news-02,
.active-submn-news-03 .submn-news-03,
.active-submn-news-04 .submn-news-04 {
  color: #fff;
  background-color: #ec6700; }

/* Wrapper */
#wrapper {
  width: 100%;
  position: relative; }

.content-1400 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.mb0 {
  margin-bottom: 0 !important; }

.page-inner header {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1; }
  .page-inner header .header {
    padding-bottom: 35px;
    height: 110px; }
    @media only screen and (max-width: 750px) {
      .page-inner header .header {
        padding-bottom: 0;
        height: 58px; } }
  .page-inner header.bg-white .header {
    height: 75px; }
    @media only screen and (max-width: 750px) {
      .page-inner header.bg-white .header {
        height: 58px; } }

.page-inner #wrapper {
  padding-top: 110px;
  -webkit-transition: padding-top .35s;
  -o-transition: padding-top .35s;
  transition: padding-top .35s; }
  .page-inner #wrapper:has(.bg-white) {
    padding-top: 75px; }
  @media only screen and (max-width: 750px) {
    .page-inner #wrapper {
      padding-top: 58px; } }

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  width: 100%;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  @media only screen and (max-width: 750px) {
    header {
      padding: 0 15px; } }
  header .header {
    padding: 0 40px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media only screen and (max-width: 750px) {
      header .header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 58px;
        padding: 0; } }
    @media only screen and (max-width: 750px) {
      header .header .header-left {
        width: 178px; } }
    header .header .header-left a {
      display: block; }
    header .header .header-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header .header .header-right .header-contact {
        margin-right: 32px; }
        @media only screen and (max-width: 750px) {
          header .header .header-right .header-contact {
            margin-right: 20px; } }
        header .header .header-right .header-contact .contact-button {
          background-color: #eb6100;
          width: 180px;
          height: 34px;
          border-radius: 17px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row;
          flex-flow: row;
          -webkit-column-gap: 6px;
          column-gap: 6px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          @media only screen and (max-width: 750px) {
            header .header .header-right .header-contact .contact-button {
              width: 32px;
              height: 32px;
              border-radius: 3px; } }
          header .header .header-right .header-contact .contact-button-icon {
            width: 22px; }
          header .header .header-right .header-contact .contact-button-text {
            font-size: 15px;
            color: #ffffff; }
            @media only screen and (max-width: 750px) {
              header .header .header-right .header-contact .contact-button-text {
                display: none; } }
      header .header .header-right .header-social {
        margin-right: 40px; }
        @media only screen and (max-width: 1080px) {
          header .header .header-right .header-social {
            display: none; } }
        header .header .header-right .header-social ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          header .header .header-right .header-social ul li a {
            display: block; }
          header .header .header-right .header-social ul li + li {
            margin-left: 14px; }
      header .header .header-right .header-lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px; }
        header .header .header-right .header-lang p {
          font-family: 'Inter', sans-serif;
          font-weight: 700; }
          header .header .header-right .header-lang p a.active {
            color: #ec6700; }
          header .header .header-right .header-lang p.seperator {
            margin: 0 10px; }
      header .header .header-right .header-lang-other {
        width: 140px;
        margin-right: 48px; }
        @media only screen and (max-width: 1080px) {
          header .header .header-right .header-lang-other {
            display: none; } }
        header .header .header-right .header-lang-other p {
          display: block;
          font-size: 1.2rem;
          line-height: 1.1rem;
          font-weight: 600; }
          header .header .header-right .header-lang-other p.text {
            color: #777777; }
          header .header .header-right .header-lang-other p.button {
            font-size: 1.1rem;
            font-weight: 400;
            margin-top: 8px;
            padding: 4px 10px 5px 10px;
            color: #fff;
            background-color: #000;
            -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); }
      header .header .header-right .header-burger {
        position: relative;
        width: 26px;
        height: 24px; }
  header.bg-white {
    background-color: #fff; }
    header.bg-white .header {
      padding-bottom: 16px; }
      @media only screen and (max-width: 750px) {
        header.bg-white .header {
          padding-bottom: 0; } }
      header.bg-white .header .header-right {
        padding-bottom: 4px; }
        @media only screen and (max-width: 750px) {
          header.bg-white .header .header-right {
            padding-bottom: 0; } }

.btn-burger {
  position: absolute;
  width: 26px;
  height: 24px;
  background-image: url("/assets/images/commons/burger.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 24px; }
  .btn-burger:hover {
    cursor: pointer; }
  .btn-burger.active {
    background-image: url("/assets/images/commons/burger-active.png"); }

/*.btn-burger {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	    -ms-transform: translate(-50%, -50%);
  	        transform: translate(-50%, -50%);
  	width: 30px;
  	cursor: pointer;
	span {
	  	display: block;
	  	width: 100%;
	  	border-radius: 3px;
	  	height: 2px;
		margin-left: auto;
	  	background: #444;
	  	-webkit-transition: all .25s;
	  	-o-transition: all .25s;
	  	transition: all .25s;
	  	position: relative;
	}
	span + span {
	  	margin-top: 8px;
	}
}
.active span:nth-child(1) {
	-webkit-animation: ease .5s top forwards;
	        animation: ease .5s top forwards;
}
.not-active span:nth-child(1) {
	width: 20px;
	-webkit-animation: ease .5s top-2 forwards;
	        animation: ease .5s top-2 forwards;
}
.active span:nth-child(2) {
	-webkit-animation: ease .5s scaled forwards;
	        animation: ease .5s scaled forwards;
}
.not-active span:nth-child(2) {
	width: 26px;
	-webkit-animation: ease .5s scaled-2 forwards;
	        animation: ease .5s scaled-2 forwards;
}
.active span:nth-child(3) {
	-webkit-animation: ease .5s bottom forwards;
	        animation: ease .5s bottom forwards;
}
.not-active span:nth-child(3) {
	-webkit-animation: ease .5s bottom-2 forwards;
	        animation: ease .5s bottom-2 forwards;
}*/
@-webkit-keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    top: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

@keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    top: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }

@-webkit-keyframes top-2 {
  0% {
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  50% {
    top: 9px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes top-2 {
  0% {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  50% {
    top: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    bottom: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    bottom: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); } }

@keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    bottom: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); } }

@-webkit-keyframes bottom-2 {
  0% {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  50% {
    bottom: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes bottom-2 {
  0% {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  50% {
    bottom: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes scaled {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes scaled {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.menu-responsive {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  width: 100%;
  max-width: 1400px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  .menu-responsive .menu-responsive-box {
    /*position: absolute;
		right: 0;
		top: 0;
		z-index: 12;*/
    width: 100%;
    max-width: 390px;
    height: 100vh;
    margin-left: auto;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 40px;
    padding-bottom: 15px;
    background-color: #000;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    overflow: auto; }
    @media only screen and (max-width: 750px) {
      .menu-responsive .menu-responsive-box {
        max-width: 100%;
        padding-top: 16px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px; } }
    .menu-responsive .menu-responsive-box .box-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .menu-responsive .menu-responsive-box .box-head .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .menu-responsive .menu-responsive-box .box-head .left .social ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .menu-responsive .menu-responsive-box .box-head .left .social ul li + li {
            margin-left: 14px; }
        .menu-responsive .menu-responsive-box .box-head .left .lang {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 30px; }
          .menu-responsive .menu-responsive-box .box-head .left .lang p {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            color: #fff; }
            .menu-responsive .menu-responsive-box .box-head .left .lang p a {
              color: #fff; }
              .menu-responsive .menu-responsive-box .box-head .left .lang p a.active {
                color: #fff;
                text-decoration: underline; }
            .menu-responsive .menu-responsive-box .box-head .left .lang p.seperator {
              margin: 0 10px; }
      .menu-responsive .menu-responsive-box .box-head .right {
        position: relative; }
        .menu-responsive .menu-responsive-box .box-head .right .header-burger {
          position: relative;
          width: 26px;
          height: 24px; }
          .menu-responsive .menu-responsive-box .box-head .right .header-burger .btn-burger span {
            background-color: #fff; }
    .menu-responsive .menu-responsive-box .box-menu {
      margin-top: 40px;
      /*.lang {
				display: none;
				margin-top: 15px;
				@include mediaquery-750 {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
				}
				p {
					font-family: 'Inter', sans-serif;
					font-weight: 700;
					color: #fff;
					a {
						color: #fff;
						&.active {
							color: #fff;
							text-decoration: underline;
						}
					}
					&.seperator {
						margin: 0 10px;
					}
				}
			}*/ }
      @media only screen and (max-width: 750px) {
        .menu-responsive .menu-responsive-box .box-menu {
          margin-top: 30px; } }
      .menu-responsive .menu-responsive-box .box-menu ul li a {
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px; }
        @media only screen and (max-width: 1080px) {
          .menu-responsive .menu-responsive-box .box-menu ul li a {
            font-size: 1.6rem;
            line-height: 2.6rem; } }
        @media only screen and (max-width: 750px) {
          .menu-responsive .menu-responsive-box .box-menu ul li a {
            font-size: 1.4rem;
            line-height: 2.4rem;
            font-weight: 600; } }
      .menu-responsive .menu-responsive-box .box-menu ul li ul {
        margin-top: 15px;
        margin-left: 20px; }
        .menu-responsive .menu-responsive-box .box-menu ul li ul li {
          position: relative;
          padding-left: 28px; }
          @media only screen and (max-width: 750px) {
            .menu-responsive .menu-responsive-box .box-menu ul li ul li {
              padding-left: 18px; } }
          .menu-responsive .menu-responsive-box .box-menu ul li ul li a {
            font-size: 1.6rem;
            line-height: 2.6rem;
            font-weight: 500; }
            @media only screen and (max-width: 1080px) {
              .menu-responsive .menu-responsive-box .box-menu ul li ul li a {
                font-size: 1.4rem;
                line-height: 2.4rem; } }
            @media only screen and (max-width: 750px) {
              .menu-responsive .menu-responsive-box .box-menu ul li ul li a {
                font-size: 1.2rem;
                line-height: 2.2rem; } }
          .menu-responsive .menu-responsive-box .box-menu ul li ul li::before {
            content: '';
            position: absolute;
            top: 12px;
            left: 0;
            z-index: 10;
            width: 12px;
            height: 1px;
            background-color: #fff; }
            @media only screen and (max-width: 750px) {
              .menu-responsive .menu-responsive-box .box-menu ul li ul li::before {
                width: 8px; } }
            @media only screen and (max-width: 750px) {
              .menu-responsive .menu-responsive-box .box-menu ul li ul li::before {
                top: 11px; } }
          .menu-responsive .menu-responsive-box .box-menu ul li ul li + li {
            margin-top: 10px; }
            @media only screen and (max-width: 1080px) {
              .menu-responsive .menu-responsive-box .box-menu ul li ul li + li {
                margin-top: 5px; } }
            @media only screen and (max-width: 750px) {
              .menu-responsive .menu-responsive-box .box-menu ul li ul li + li {
                margin-top: 0; } }
      .menu-responsive .menu-responsive-box .box-menu ul li + li {
        margin-top: 30px; }
        @media only screen and (max-width: 1080px) {
          .menu-responsive .menu-responsive-box .box-menu ul li + li {
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .menu-responsive .menu-responsive-box .box-menu ul li + li {
            margin-top: 15px; } }
      .menu-responsive .menu-responsive-box .box-menu ul.small {
        margin-top: 15px; }
        .menu-responsive .menu-responsive-box .box-menu ul.small li a {
          font-size: 1.2rem;
          line-height: 2rem;
          font-weight: 500; }
          .menu-responsive .menu-responsive-box .box-menu ul.small li a.icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .menu-responsive .menu-responsive-box .box-menu ul.small li a.icon div {
              margin-top: 4px;
              margin-left: 6px; }
        .menu-responsive .menu-responsive-box .box-menu ul.small li + li {
          margin-top: 5px; }
      .menu-responsive .menu-responsive-box .box-menu .btn-close {
        display: none;
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff; }
        @media only screen and (max-width: 750px) {
          .menu-responsive .menu-responsive-box .box-menu .btn-close {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .menu-responsive .menu-responsive-box .box-menu .btn-close div {
          margin-right: 8px; }
    .menu-responsive .menu-responsive-box.scroll {
      padding-top: 30px; }
      @media only screen and (max-width: 750px) {
        .menu-responsive .menu-responsive-box.scroll {
          padding-top: 16px; } }
  .menu-responsive.active {
    opacity: 1;
    visibility: visible; }

.link-underline {
  color: #1b1b1b;
  text-decoration: underline; }

.btn-box {
  margin-top: 40px; }
  @media only screen and (max-width: 750px) {
    .btn-box {
      margin-top: 20px; } }

.btn {
  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;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 40px;
  letter-spacing: 1px; }
  @media only screen and (max-width: 750px) {
    .btn {
      font-size: 1.2rem;
      line-height: 2.4rem;
      height: 30px; } }

.btn-big {
  font-size: 1.6rem;
  line-height: 3rem;
  height: 60px;
  border-radius: 60px; }
  @media only screen and (max-width: 834px) {
    .btn-big {
      height: 50px;
      font-size: 1.6rem;
      line-height: 2.6rem; } }
  @media only screen and (max-width: 750px) {
    .btn-big {
      height: 40px;
      font-size: 1.4rem;
      line-height: 2.4rem; } }

.btn-bigger {
  font-size: 2rem;
  line-height: 3rem;
  height: 70px; }
  @media only screen and (max-width: 750px) {
    .btn-bigger {
      font-size: 1.4rem;
      height: 50px; } }
  .btn-bigger span {
    font-size: 1.4rem;
    line-height: 2.4rem; }
    @media only screen and (max-width: 750px) {
      .btn-bigger span {
        font-size: 1.2rem; } }

.btn-contact-office {
  position: relative;
  overflow: hidden; }
  .btn-contact-office:hover {
    opacity: 1;
    cursor: auto; }
    .btn-contact-office:hover::before {
      opacity: 1; }
  .btn-contact-office::before {
    opacity: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 9;
    content: '国内営業所へお問い合わせください';
    white-space: nowrap;
    width: 100%;
    height: 100%;
    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;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }

.btn-white {
  color: #eb6100;
  background-color: #fff;
  border-color: #fff; }

.btn-white-border {
  background-color: #fff; }

.btn-orange {
  color: #fff;
  background-color: #eb6100;
  border-color: #eb6100; }
  .btn-orange.hover-grey {
    position: relative;
    overflow: hidden; }
    .btn-orange.hover-grey:hover {
      background-color: #d8d8d8;
      border-color: #d8d8d8;
      opacity: 1; }
      .btn-orange.hover-grey:hover::before {
        opacity: 1; }
    .btn-orange.hover-grey::before {
      opacity: 0;
      content: '現在停止中です';
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 8;
      width: 100%;
      height: 100%;
      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;
      color: #000;
      border: 1px solid #d8d8d8;
      background-color: #d8d8d8;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }

.btn-border-grey {
  color: #7d7d7d;
  border-color: 1px solid #7d7d7d;
  background-color: #fff; }

.btn-border-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }

.btn-grey {
  color: #fff;
  border-color: #7d7d7d;
  background-color: #7d7d7d; }

.btn-viewall {
  width: 150px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 10px;
  background-image: url("../images/commons/btn-arrow-orange.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 122px; }
  @media only screen and (max-width: 834px) {
    .btn-viewall {
      font-size: 1.4rem;
      line-height: 2.4rem; } }
  @media only screen and (max-width: 750px) {
    .btn-viewall {
      font-size: 1.2rem;
      line-height: 2.2rem; } }

.btn-pdf {
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  background-color: #fff;
  height: 60px; }
  .btn-pdf span {
    background: url("../images/commons/icon-pdf.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 18px;
    padding-right: 25px; }
  @media only screen and (max-width: 834px) {
    .btn-pdf {
      font-size: 1.4rem;
      line-height: 2.4rem; } }
  @media only screen and (max-width: 750px) {
    .btn-pdf {
      font-size: 1.2rem;
      line-height: 2.2rem;
      height: 40px; } }

.btn-200 {
  max-width: 200px; }
  @media only screen and (max-width: 750px) {
    .btn-200 {
      max-width: 150px; } }

.btn-320 {
  max-width: 320px; }

.btn-330 {
  max-width: 330px; }

.btn-550 {
  max-width: 550px; }

.btn-icon-left .icon {
  margin-right: 20px; }
  @media only screen and (max-width: 750px) {
    .btn-icon-left .icon {
      margin-right: 10px; } }

.btn-icon-right .icon {
  margin-left: 20px; }
  @media only screen and (max-width: 750px) {
    .btn-icon-right .icon {
      margin-left: 10px; } }

.btn-center {
  margin-right: auto;
  margin-left: auto; }

.btn-triangle-left-grey {
  background-image: url("../images/commons/icon-btn-left-grey.svg");
  background-repeat: no-repeat;
  background-position: center left 50px;
  background-size: 10px; }
  @media only screen and (max-width: 834px) {
    .btn-triangle-left-grey {
      background-position: center left 25px; } }

.btn-triangle-right-white {
  background-image: url("../images/commons/icon-btn-right-white.svg");
  background-repeat: no-repeat;
  background-position: center right 50px;
  background-size: 10px; }
  @media only screen and (max-width: 834px) {
    .btn-triangle-right-white {
      background-position: center right 25px; } }

.btn-arrow-right {
  background-image: url("../images/commons/btn-arrow-view-all.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 32px 11px; }
  @media only screen and (max-width: 750px) {
    .btn-arrow-right {
      background-position: center right 10px;
      background-size: 20px 7px; } }

.btn-arrow-right-white {
  background-image: url("../images/commons/btn-arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 62px 13px; }
  @media only screen and (max-width: 750px) {
    .btn-arrow-right-white {
      background-position: center right 10px;
      background-size: 33px 7px; } }

.btn-center {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-auto {
  display: table; }
  .btn-auto .btn {
    padding: 0 30px; }
    @media only screen and (max-width: 750px) {
      .btn-auto .btn {
        padding: 0 20px; } }

.btn-page {
  margin-top: 60px; }
  .btn-page ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .btn-page ul li {
      margin: 0 12px; }
      .btn-page ul li a {
        font-weight: 600;
        color: #777; }

/* Breadcrumb */
.breadcrumb {
  padding: 12px 40px;
  background-color: #f3f3f3; }
  @media only screen and (max-width: 1080px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px; }
    .breadcrumb ul li {
      position: relative;
      font-size: 1.2rem;
      line-height: 1.6rem;
      font-weight: 500;
      text-transform: uppercase; }
      .breadcrumb ul li + li::before {
        content: '>';
        margin-left: 6px;
        margin-right: 4px; }

/* Main */
.txthead-box {
  margin-bottom: 40px; }
  @media only screen and (max-width: 1080px) {
    .txthead-box {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 750px) {
    .txthead-box {
      margin-bottom: 20px; } }
  .txthead-box .txthead50 {
    font-family: 'Inter', sans-serif;
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 700;
    letter-spacing: 1px; }
    @media only screen and (max-width: 1080px) {
      .txthead-box .txthead50 {
        font-size: 4.5rem;
        line-height: 5.5rem; } }
    @media only screen and (max-width: 834px) {
      .txthead-box .txthead50 {
        font-size: 4rem;
        line-height: 5rem; } }
    @media only screen and (max-width: 750px) {
      .txthead-box .txthead50 {
        font-size: 2.5rem;
        line-height: 3.5rem; } }
  .txthead-box .txthead38 {
    font-family: 'Inter', sans-serif;
    font-size: 3.8rem;
    line-height: 4.8rem;
    font-weight: 700;
    letter-spacing: 1px; }
    @media only screen and (max-width: 1080px) {
      .txthead-box .txthead38 {
        font-size: 3.3rem;
        line-height: 4.3rem; } }
    @media only screen and (max-width: 834px) {
      .txthead-box .txthead38 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .txthead-box .txthead38 {
        font-size: 1.9rem;
        line-height: 2.9rem; } }
  .txthead-box .txthead20 {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    letter-spacing: 1px; }
    @media only screen and (max-width: 750px) {
      .txthead-box .txthead20 {
        font-size: 1.4rem;
        line-height: 2.4rem; } }
  .txthead-box .txtsub22 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 700;
    letter-spacing: 1px; }
    @media only screen and (max-width: 1080px) {
      .txthead-box .txtsub22 {
        font-size: 2rem;
        line-height: 3rem; } }
    @media only screen and (max-width: 834px) {
      .txthead-box .txtsub22 {
        font-size: 1.8rem;
        line-height: 2.8rem; } }
    @media only screen and (max-width: 750px) {
      .txthead-box .txtsub22 {
        font-size: 1.4rem;
        line-height: 2.4rem; } }
  .txthead-box .center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

/* Video */
#video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  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;
  background-color: #fff; }

.mv-inner {
  padding: 40px 0; }
  .mv-inner.pb0 {
    padding-bottom: 0; }
  .mv-inner .img.with-text {
    position: relative;
    height: 470px; }
    @media only screen and (max-width: 750px) {
      .mv-inner .img.with-text {
        height: 290px; } }
    .mv-inner .img.with-text .abs {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      width: 100%;
      height: 100%;
      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; }
      .mv-inner .img.with-text .abs .mv-text h2 {
        font-family: 'Inter', sans-serif;
        font-size: 4.6rem;
        line-height: 6rem;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase; }
        @media only screen and (max-width: 1080px) {
          .mv-inner .img.with-text .abs .mv-text h2 {
            font-size: 4rem;
            line-height: 5.5rem; } }
        @media only screen and (max-width: 750px) {
          .mv-inner .img.with-text .abs .mv-text h2 {
            font-size: 2.8rem;
            line-height: 3.2rem; } }
      .mv-inner .img.with-text .abs .mv-text p {
        margin-top: 15px;
        font-size: 2.6rem;
        line-height: 3.6rem;
        font-weight: 600;
        text-align: center; }
        @media only screen and (max-width: 1080px) {
          .mv-inner .img.with-text .abs .mv-text p {
            font-size: 2rem;
            line-height: 3rem; } }
        @media only screen and (max-width: 750px) {
          .mv-inner .img.with-text .abs .mv-text p {
            margin-top: 10px;
            font-size: 1.6rem;
            line-height: 2.6rem; } }
    .mv-inner .img.with-text img {
      width: 100%;
      min-height: 470px;
      -o-object-fit: cover;
      object-fit: cover; }
      @media only screen and (max-width: 750px) {
        .mv-inner .img.with-text img {
          min-height: 290px; } }

.container-bg {
  padding: 60px 2% 60px 2%;
  background-image: url("../images/commons/bg-repeat.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 52px;
  border-bottom: 1px solid #e5e5e5; }
  @media only screen and (max-width: 750px) {
    .container-bg {
      padding: 30px 2% 2% 2% !important; } }
  .container-bg.news-detail {
    padding: 70px 70px 110px 70px; }
    @media only screen and (max-width: 1080px) {
      .container-bg.news-detail {
        padding: 60px 2% 60px 2%; } }
  .container-bg.about {
    border-bottom: none; }

.submn-btn {
  margin-bottom: 60px;
  padding: 30px 0;
  background-color: #f3f3f3; }
  @media only screen and (max-width: 834px) {
    .submn-btn {
      padding: 2%; } }
  @media only screen and (max-width: 750px) {
    .submn-btn {
      margin-bottom: 20px; } }
  .submn-btn ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 834px) {
      .submn-btn ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0; } }
    @media only screen and (max-width: 750px) {
      .submn-btn ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .submn-btn ul li {
      width: 25%;
      padding: 0 15px; }
      @media only screen and (max-width: 834px) {
        .submn-btn ul li {
          width: 24%;
          padding: 0; } }
      @media only screen and (max-width: 750px) {
        .submn-btn ul li {
          width: 50%; } }
      .submn-btn ul li a {
        position: relative;
        width: 100%;
        height: 50px;
        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;
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-weight: 700;
        color: #fff;
        border: 1px solid #e5e5e5;
        background-color: #707070; }
        @media only screen and (max-width: 750px) {
          .submn-btn ul li a {
            height: 40px;
            font-size: 1.2rem;
            line-height: 1.2rem; } }
        .submn-btn ul li a.active {
          background-color: #ec6700; }

/* About */
.about {
  width: 100%;
  display: inline-block;
  padding: 0px 5% 80px 5%; }
  @media only screen and (max-width: 750px) {
    .about {
      padding: 10% !important; } }
  .about .about-btn {
    width: 100%;
    max-width: 1000px;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    padding: 25px 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 750px) {
      .about .about-btn {
        margin-top: 0;
        margin-bottom: 10%;
        padding: 20px; } }
    .about .about-btn ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 750px) {
        .about .about-btn ul {
          display: block; } }
      .about .about-btn ul li {
        margin: 0 25px; }
        @media only screen and (max-width: 750px) {
          .about .about-btn ul li {
            margin: 0; } }
        .about .about-btn ul li a {
          padding-right: 42px;
          font-weight: 700;
          display: block;
          background-image: url("../images/commons/arrow-btn-about.png");
          background-repeat: no-repeat;
          background-position: center right;
          background-size: 32px; }
        @media only screen and (max-width: 750px) {
          .about .about-btn ul li + li {
            margin-top: 10px; } }
  .about .about-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 750px) {
      .about .about-flex {
        display: block; } }
    .about .about-flex .img {
      width: 47.61%; }
      @media only screen and (max-width: 750px) {
        .about .about-flex .img {
          width: 100%; } }
    .about .about-flex .text {
      width: 47.39%; }
      @media only screen and (max-width: 750px) {
        .about .about-flex .text {
          width: 100%;
          margin-top: 25px; } }
      .about .about-flex .text h2 {
        font-size: 2.4rem;
        line-height: 3.8rem;
        font-weight: 700;
        margin-bottom: 20px; }
        @media only screen and (max-width: 750px) {
          .about .about-flex .text h2 {
            font-size: 1.8rem;
            line-height: 3rem; } }
      .about .about-flex .text p {
        font-size: 1.8rem;
        line-height: 4.3rem;
        opacity: 0.8; }
        @media only screen and (max-width: 1080px) {
          .about .about-flex .text p {
            font-size: 1.6rem;
            line-height: 3.8rem; } }
        @media only screen and (max-width: 750px) {
          .about .about-flex .text p {
            font-size: 1.2rem;
            line-height: 2.6rem; } }

.videoWrapper {
  position: relative;
  padding-bottom: 25.25%;
  height: 0;
  width: 45%; }
  @media only screen and (max-width: 750px) {
    .videoWrapper {
      width: 100%;
      padding-bottom: 56.25%;
      /* 16:9 */ } }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* News */
#news-inner .btn-page {
  margin-top: 30px;
  padding-bottom: 30px; }

.news-inner-list {
  padding: 0 70px; }
  @media only screen and (max-width: 1080px) {
    .news-inner-list {
      padding: 0; } }
  .news-inner-list ul li {
    background-color: #fff;
    border-bottom: 1px solid #a0a0a0; }
    .news-inner-list ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 30px 60px;
      background-color: #ffffff;
      background-image: url("../images/commons/arrow-list-news.png");
      background-repeat: no-repeat;
      background-position: center right 50px;
      background-size: 77px 31px; }
      @media only screen and (max-width: 1080px) {
        .news-inner-list ul li a {
          padding: 30px; } }
      @media only screen and (max-width: 750px) {
        .news-inner-list ul li a {
          display: block;
          background-image: none;
          padding: 20px; } }
      .news-inner-list ul li a .datecat {
        width: 155px;
        max-width: 155px;
        min-width: 155px;
        padding: 15px 35px 15px 0;
        border-right: 1px solid #dcdcdc;
        text-align: center; }
        .news-inner-list ul li a .datecat .date {
          font-size: 1.8rem;
          line-height: 1.8rem;
          color: #7d7d7d;
          text-align: center;
          margin-bottom: 15px;
          letter-spacing: 2px; }
          @media only screen and (max-width: 1080px) {
            .news-inner-list ul li a .datecat .date {
              font-size: 1.6rem;
              line-height: 2.6rem; } }
          @media only screen and (max-width: 750px) {
            .news-inner-list ul li a .datecat .date {
              font-size: 1.2rem;
              line-height: 2rem;
              margin-bottom: 0; } }
        .news-inner-list ul li a .datecat .cat {
          width: 100%;
          padding: 10px 0;
          font-size: 1.4rem;
          line-height: 1.4rem;
          color: #fff;
          background-color: #ec6700; }
          @media only screen and (max-width: 750px) {
            .news-inner-list ul li a .datecat .cat {
              width: auto;
              padding: 5px;
              margin-left: 10px;
              font-size: 1.2rem;
              line-height: 1.2rem; } }
        @media only screen and (max-width: 750px) {
          .news-inner-list ul li a .datecat {
            width: 100%;
            max-width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-right: 0;
            padding-top: 0;
            padding-bottom: 10px; } }
      .news-inner-list ul li a .topic {
        width: 100%;
        padding-left: 45px;
        padding-right: 90px; }
        @media only screen and (max-width: 1080px) {
          .news-inner-list ul li a .topic {
            padding-right: 120px; } }
        @media only screen and (max-width: 750px) {
          .news-inner-list ul li a .topic {
            padding-left: 0;
            padding-right: 0; } }
        .news-inner-list ul li a .topic h2 {
          font-size: 2.2rem;
          line-height: 3.2rem;
          font-weight: 500; }
          @media only screen and (max-width: 1080px) {
            .news-inner-list ul li a .topic h2 {
              font-size: 2rem;
              line-height: 3rem; } }
          @media only screen and (max-width: 750px) {
            .news-inner-list ul li a .topic h2 {
              font-size: 1.4rem;
              line-height: 2.4rem; } }
      .news-inner-list ul li a:hover {
        opacity: 1;
        background-color: #fae7dd; }

.news-inner-box {
  padding: 60px 60px 80px 60px;
  background-color: #fff; }
  @media only screen and (max-width: 1080px) {
    .news-inner-box {
      padding: 40px 40px 60px 40px; } }
  @media only screen and (max-width: 750px) {
    .news-inner-box {
      padding: 6%; } }
  .news-inner-box .content {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .news-inner-box .content .title {
      margin-bottom: 50px;
      padding-bottom: 50px;
      border-bottom: 1px solid #a0a0a0; }
      @media only screen and (max-width: 1080px) {
        .news-inner-box .content .title {
          margin-bottom: 40px;
          padding-bottom: 40px; } }
      @media only screen and (max-width: 750px) {
        .news-inner-box .content .title {
          margin-bottom: 30px;
          padding-bottom: 30px; } }
      .news-inner-box .content .title p.date {
        font-size: 2.2rem;
        line-height: 2.2rem;
        color: #7d7d7d;
        letter-spacing: 2px;
        margin-bottom: 15px; }
        @media only screen and (max-width: 1080px) {
          .news-inner-box .content .title p.date {
            font-size: 1.8rem;
            line-height: 2.8rem; } }
        @media only screen and (max-width: 750px) {
          .news-inner-box .content .title p.date {
            font-size: 1.2rem;
            line-height: 2rem;
            margin-bottom: 5px; } }
      .news-inner-box .content .title h2 {
        font-size: 4.2rem;
        line-height: 6.2rem;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1080px) {
          .news-inner-box .content .title h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .news-inner-box .content .title h2 {
            font-size: 1.6rem;
            line-height: 2.6rem;
            margin-bottom: 10px; } }
      .news-inner-box .content .title p.cat {
        display: table;
        padding: 10px 25px;
        font-size: 1.4rem;
        line-height: 1.4rem;
        color: #fff;
        background-color: #ec6700; }
        @media only screen and (max-width: 750px) {
          .news-inner-box .content .title p.cat {
            font-size: 1.2rem;
            line-height: 1.2rem;
            padding: 5px 10px; } }
    .news-inner-box .content .description .img img {
      border: 1px solid #bfbfbf; }
      .news-inner-box .content .description .img img.border-none {
        border: 0; }
    .news-inner-box .content .description .img p {
      font-size: 1.4rem;
      line-height: 2.4rem;
      margin-top: 10px;
      color: #707070; }
      @media only screen and (max-width: 750px) {
        .news-inner-box .content .description .img p {
          font-size: 1.2rem;
          line-height: 2.4rem; } }
      .news-inner-box .content .description .img p a {
        color: #005de3;
        text-decoration: underline; }
    .news-inner-box .content .description .img + h3 {
      margin-top: 60px; }
      @media only screen and (max-width: 750px) {
        .news-inner-box .content .description .img + h3 {
          margin-top: 30px; } }
    .news-inner-box .content .description .img + p {
      margin-top: 60px; }
      @media only screen and (max-width: 750px) {
        .news-inner-box .content .description .img + p {
          margin-top: 30px; } }
    .news-inner-box .content .description .img + .img {
      margin-top: 60px; }
      @media only screen and (max-width: 750px) {
        .news-inner-box .content .description .img + .img {
          margin-top: 30px; } }
    .news-inner-box .content .description .img.video {
      display: block; }
      .news-inner-box .content .description .img.video a {
        display: inline-block;
        position: relative; }
        .news-inner-box .content .description .img.video a::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          z-index: 9;
          width: 100%;
          height: 100%;
          background-image: url("../images/commons/icon-play.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 10%; }
        .news-inner-box .content .description .img.video a img {
          border: 0; }
    .news-inner-box .content .description .img.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .news-inner-box .content .description .img.flex div {
        width: 48%; }
    .news-inner-box .content .description h3 {
      position: relative;
      margin-left: 40px;
      margin-bottom: 35px;
      padding-bottom: 10px;
      font-size: 3.2rem;
      line-height: 4.2rem;
      font-weight: 600;
      color: #000;
      border-bottom: 1px solid #ec6700; }
      @media only screen and (max-width: 1080px) {
        .news-inner-box .content .description h3 {
          font-size: 2.5rem;
          line-height: 3.5rem; } }
      @media only screen and (max-width: 750px) {
        .news-inner-box .content .description h3 {
          font-size: 1.4rem;
          line-height: 2.4rem;
          margin-bottom: 25px; } }
      .news-inner-box .content .description h3::before {
        content: '';
        position: absolute;
        top: 0;
        left: -40px;
        z-index: 8;
        width: 20px;
        height: 100%;
        background-color: #ec6700; }
    .news-inner-box .content .description p {
      font-size: 1.8rem;
      line-height: 3.8rem;
      font-weight: 400;
      color: #000; }
      @media only screen and (max-width: 1080px) {
        .news-inner-box .content .description p {
          font-size: 1.6rem;
          line-height: 2.6rem; } }
      @media only screen and (max-width: 750px) {
        .news-inner-box .content .description p {
          font-size: 1.4rem;
          line-height: 2.4rem; } }
      .news-inner-box .content .description p + p {
        margin-top: 40px; }
        @media only screen and (max-width: 750px) {
          .news-inner-box .content .description p + p {
            margin-top: 20px; } }
      .news-inner-box .content .description p + ol {
        margin-top: 40px; }
        @media only screen and (max-width: 750px) {
          .news-inner-box .content .description p + ol {
            margin-top: 20px; } }
      .news-inner-box .content .description p + ul {
        margin-top: 40px; }
        @media only screen and (max-width: 750px) {
          .news-inner-box .content .description p + ul {
            margin-top: 20px; } }
      .news-inner-box .content .description p a {
        color: #005de3;
        text-decoration: underline; }
      .news-inner-box .content .description p + .img {
        margin-top: 60px; }
        @media only screen and (max-width: 750px) {
          .news-inner-box .content .description p + .img {
            margin-top: 30px; } }
    .news-inner-box .content .description i {
      font-style: italic; }
    .news-inner-box .content .description strong {
      font-weight: 500; }
    .news-inner-box .content .description ol {
      list-style: decimal;
      list-style-position: inside;
      margin-left: 20px; }
      .news-inner-box .content .description ol + p {
        margin-top: 40px; }
        @media only screen and (max-width: 750px) {
          .news-inner-box .content .description ol + p {
            margin-top: 20px; } }
    .news-inner-box .content .description ul {
      list-style: disc;
      list-style-position: inside;
      margin-left: 20px; }
      .news-inner-box .content .description ul + p {
        margin-top: 40px; }
        @media only screen and (max-width: 750px) {
          .news-inner-box .content .description ul + p {
            margin-top: 20px; } }
    .news-inner-box .content .description li {
      font-size: 1.8rem;
      line-height: 3.8rem;
      font-weight: 400;
      color: #000; }
      @media only screen and (max-width: 1080px) {
        .news-inner-box .content .description li {
          font-size: 1.6rem;
          line-height: 2.6rem; } }
      @media only screen and (max-width: 750px) {
        .news-inner-box .content .description li {
          font-size: 1.4rem;
          line-height: 2.4rem; } }

/* Products */
#products {
  padding: 80px 2% 2% 2%;
  background-image: url("../images/commons/bg-repeat.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 52px; }
  @media only screen and (max-width: 750px) {
    #products {
      padding: 30px 2% 2% 2%; } }

#products-inner .img img {
  width: 100%; }

#products-inner .products-inner .products-innter-bg {
  padding: 50px 2% 60px 2%;
  background-image: url("../images/commons/bg-repeat.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 52px; }
  @media only screen and (max-width: 750px) {
    #products-inner .products-inner .products-innter-bg {
      padding: 30px 2% 2% 2%; } }
  #products-inner .products-inner .products-innter-bg .products-intro {
    padding-bottom: 50px; }
    #products-inner .products-inner .products-innter-bg .products-intro p {
      font-size: 1.8rem;
      line-height: 4.3rem;
      font-weight: 600;
      text-align: center; }
  #products-inner .products-inner .products-innter-bg .btn-box {
    margin-top: 70px; }
  #products-inner .products-inner .products-innter-bg.pad-equal-distance {
    padding: 2%; }

#products-detail .products-detail-mv .mv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1260px;
  height: 530px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media only screen and (max-width: 834px) {
    #products-detail .products-detail-mv .mv-flex {
      display: block;
      height: auto;
      padding: 75px 0; } }
  @media only screen and (max-width: 750px) {
    #products-detail .products-detail-mv .mv-flex {
      height: auto;
      width: 100%;
      padding: 0; } }
  #products-detail .products-detail-mv .mv-flex .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 750px) {
      #products-detail .products-detail-mv .mv-flex .box {
        position: absolute;
        padding: 8% 12% 10% 10%; } }
    #products-detail .products-detail-mv .mv-flex .box .text {
      position: relative;
      z-index: 8;
      width: 100%;
      padding-bottom: 25px; }
      #products-detail .products-detail-mv .mv-flex .box .text h1 {
        font-family: 'Inter', sans-serif;
        font-size: 5rem;
        line-height: 6rem;
        font-weight: 700;
        color: #ec6700;
        margin-bottom: 5px; }
        @media only screen and (max-width: 834px) {
          #products-detail .products-detail-mv .mv-flex .box .text h1 {
            font-size: 4rem;
            line-height: 5rem; } }
        @media only screen and (max-width: 750px) {
          #products-detail .products-detail-mv .mv-flex .box .text h1 {
            font-size: 3rem;
            line-height: 4rem;
            margin-bottom: 0; } }
      #products-detail .products-detail-mv .mv-flex .box .text h2 {
        font-size: 2.8rem;
        line-height: 3.8rem;
        font-weight: 700;
        color: #ec6700;
        margin-bottom: 15px; }
        @media only screen and (max-width: 834px) {
          #products-detail .products-detail-mv .mv-flex .box .text h2 {
            font-size: 2.4rem;
            line-height: 3.4rem; } }
        @media only screen and (max-width: 750px) {
          #products-detail .products-detail-mv .mv-flex .box .text h2 {
            font-size: 1.8rem;
            line-height: 2rem; } }
      #products-detail .products-detail-mv .mv-flex .box .text p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        font-weight: 700;
        color: #000; }
        @media only screen and (max-width: 834px) {
          #products-detail .products-detail-mv .mv-flex .box .text p {
            font-size: 1.6rem;
            line-height: 3.2rem; } }
        @media only screen and (max-width: 750px) {
          #products-detail .products-detail-mv .mv-flex .box .text p {
            font-size: 1.2rem;
            line-height: 2.2rem; } }
  #products-detail .products-detail-mv .mv-flex .img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7; }
    @media only screen and (max-width: 750px) {
      #products-detail .products-detail-mv .mv-flex .img {
        position: static; } }
    #products-detail .products-detail-mv .mv-flex .img img {
      min-width: 1018px;
      min-height: 589px; }
      @media only screen and (max-width: 834px) {
        #products-detail .products-detail-mv .mv-flex .img img {
          min-width: auto;
          min-height: auto; } }

#products-detail .products-detail-mv.acecut {
  background-image: url("../images/products/biopsy_needle/acecut/mv-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 750px) {
    #products-detail .products-detail-mv.acecut {
      background-image: none; } }

#products-detail.blue .products-detail-mv .mv-flex .box .text h1 {
  color: #0272bd !important; }

#products-detail.blue .products-detail-mv .mv-flex .box .text h2 {
  color: #0272bd !important; }

#products-detail.blue .products-table .table .tr.topic .td {
  border-color: #0272bd !important;
  background-color: #0272bd !important; }

#products-detail .content-acecut1 {
  padding: 110px 0; }
  @media only screen and (max-width: 834px) {
    #products-detail .content-acecut1 {
      padding: 75px 0; } }
  @media only screen and (max-width: 750px) {
    #products-detail .content-acecut1 {
      padding: 10px 0 60px 0; } }
  #products-detail .content-acecut1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      #products-detail .content-acecut1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      #products-detail .content-acecut1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  #products-detail .content-acecut1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      #products-detail .content-acecut1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      #products-detail .content-acecut1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px; } }
  #products-detail .content-acecut1 .img {
    margin-top: 60px; }
    @media only screen and (max-width: 750px) {
      #products-detail .content-acecut1 .img {
        margin-top: 30px; } }

#products-detail .content-acecut2 {
  padding: 0 2%; }
  #products-detail .content-acecut2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3;
    padding-right: 45px; }
    @media only screen and (max-width: 750px) {
      #products-detail .content-acecut2 .flex {
        display: inline-block;
        height: auto;
        padding-right: 0; } }
    #products-detail .content-acecut2 .flex .text {
      position: absolute;
      width: 34%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        #products-detail .content-acecut2 .flex .text {
          position: static;
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      #products-detail .content-acecut2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          #products-detail .content-acecut2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          #products-detail .content-acecut2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      #products-detail .content-acecut2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          #products-detail .content-acecut2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          #products-detail .content-acecut2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    #products-detail .content-acecut2 .flex .img {
      width: 53%;
      max-width: 740px;
      margin-top: -75px;
      margin-left: auto; }
      @media only screen and (max-width: 750px) {
        #products-detail .content-acecut2 .flex .img {
          width: 100%;
          margin-top: 7.5%;
          margin-bottom: 25px;
          padding-left: 7.5%;
          padding-right: 7.5%; } }
      #products-detail .content-acecut2 .flex .img img {
        margin-left: auto; }

#products-detail .content-acecut3 {
  position: relative;
  margin-top: 20px;
  padding: 0 2%; }
  #products-detail .content-acecut3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      #products-detail .content-acecut3 .flex {
        display: inline-block;
        height: auto; } }
    #products-detail .content-acecut3 .flex .box {
      width: 53%;
      padding-right: 6%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      @media only screen and (max-width: 750px) {
        #products-detail .content-acecut3 .flex .box {
          width: 100%;
          padding: 7.5%; } }
      #products-detail .content-acecut3 .flex .box .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          #products-detail .content-acecut3 .flex .box .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          #products-detail .content-acecut3 .flex .box .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      #products-detail .content-acecut3 .flex .box .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          #products-detail .content-acecut3 .flex .box .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          #products-detail .content-acecut3 .flex .box .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    #products-detail .content-acecut3 .flex .img {
      width: 47%; }
      @media only screen and (max-width: 750px) {
        #products-detail .content-acecut3 .flex .img {
          width: 100%; } }
      #products-detail .content-acecut3 .flex .img img {
        margin: 0 auto; }

#products-detail .content-acecut4 {
  position: relative;
  margin-top: 20px;
  padding: 0 2%; }
  #products-detail .content-acecut4 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      #products-detail .content-acecut4 .flex {
        display: inline-block;
        height: auto; } }
    #products-detail .content-acecut4 .flex .box {
      width: 48%;
      padding: 0 0 0 7.5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      @media only screen and (max-width: 750px) {
        #products-detail .content-acecut4 .flex .box {
          width: 100%;
          padding: 7.5%; } }
      #products-detail .content-acecut4 .flex .box .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          #products-detail .content-acecut4 .flex .box .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          #products-detail .content-acecut4 .flex .box .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      #products-detail .content-acecut4 .flex .box .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          #products-detail .content-acecut4 .flex .box .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          #products-detail .content-acecut4 .flex .box .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    #products-detail .content-acecut4 .flex .img {
      width: 50%;
      padding-right: 40px; }
      @media only screen and (max-width: 750px) {
        #products-detail .content-acecut4 .flex .img {
          width: 100%;
          padding-top: 7.5%;
          padding-bottom: 2.5%;
          padding-right: 0; } }
      #products-detail .content-acecut4 .flex .img img {
        margin-left: auto; }

#products-detail .content-acecut5 {
  position: relative;
  margin-top: 20px;
  padding: 0 2%; }
  #products-detail .content-acecut5 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      #products-detail .content-acecut5 .flex {
        display: inline-block;
        height: auto; } }
    #products-detail .content-acecut5 .flex .box {
      width: 90%;
      max-width: 920px;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      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;
      height: 100%; }
      @media only screen and (max-width: 750px) {
        #products-detail .content-acecut5 .flex .box {
          width: 100%;
          padding: 7.5%; } }
      #products-detail .content-acecut5 .flex .box .text {
        text-align: center; }
        #products-detail .content-acecut5 .flex .box .text h2 {
          font-size: 4.2rem;
          line-height: 5.2rem;
          font-weight: 600;
          color: #ec6700; }
          @media only screen and (max-width: 834px) {
            #products-detail .content-acecut5 .flex .box .text h2 {
              font-size: 3rem;
              line-height: 4rem; } }
          @media only screen and (max-width: 750px) {
            #products-detail .content-acecut5 .flex .box .text h2 {
              font-size: 2.2rem;
              line-height: 3.2rem; } }
        #products-detail .content-acecut5 .flex .box .text p {
          margin-top: 25px;
          font-size: 2rem;
          line-height: 4rem;
          font-weight: 600;
          color: #000; }
          @media only screen and (max-width: 834px) {
            #products-detail .content-acecut5 .flex .box .text p {
              font-size: 1.8rem;
              line-height: 3.8rem;
              margin-top: 20px; } }
          @media only screen and (max-width: 750px) {
            #products-detail .content-acecut5 .flex .box .text p {
              font-size: 1.4rem;
              line-height: 2.4rem;
              margin-top: 5px; } }

#products-detail .products-btn-download {
  padding: 60px 0; }
  @media only screen and (max-width: 750px) {
    #products-detail .products-btn-download {
      padding: 30px 0; } }
  #products-detail .products-btn-download ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 750px) {
      #products-detail .products-btn-download ul {
        display: block; } }
    #products-detail .products-btn-download ul li {
      width: 100%;
      max-width: 330px;
      margin: 0 12px; }
      @media only screen and (max-width: 750px) {
        #products-detail .products-btn-download ul li {
          max-width: 260px;
          margin: 0 auto; } }
      @media only screen and (max-width: 750px) {
        #products-detail .products-btn-download ul li + li {
          margin-top: 15px; } }

#products-detail .products-table {
  padding: 50px 2%;
  background-image: url("../images/commons/bg-repeat.jpg");
  background-repeat: repeat;
  background-position: top;
  background-size: 52px; }
  @media only screen and (max-width: 750px) {
    #products-detail .products-table {
      padding: 30px 40px; } }
  #products-detail .products-table .table {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto; }
    #products-detail .products-table .table .tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #products-detail .products-table .table .tr.topic .td {
        padding: 5px 0;
        border: 1px solid #ec6700;
        background-color: #ec6700; }
        #products-detail .products-table .table .tr.topic .td p {
          font-size: 2rem;
          line-height: 3rem;
          font-weight: 500;
          color: #fff; }
          @media only screen and (max-width: 750px) {
            #products-detail .products-table .table .tr.topic .td p {
              font-size: 1.3rem;
              line-height: 2.3rem; } }
      #products-detail .products-table .table .tr .td {
        width: 50%;
        margin: 2px;
        padding: 15px 0;
        border: 1px solid #e5e5e5;
        background-color: #fff; }
        @media only screen and (max-width: 750px) {
          #products-detail .products-table .table .tr .td {
            width: 100%;
            padding: 10px 0; } }
        #products-detail .products-table .table .tr .td p {
          font-size: 1.8rem;
          line-height: 2.8rem;
          font-weight: 500;
          text-align: center; }
          @media only screen and (max-width: 750px) {
            #products-detail .products-table .table .tr .td p {
              font-size: 1.3rem;
              line-height: 2.3rem; } }
    @media only screen and (max-width: 750px) {
      #products-detail .products-table .table + .table:last-child {
        margin-top: 15px; } }

.products-btn {
  margin-bottom: 60px;
  padding: 30px 0;
  background-color: #f3f3f3; }
  @media only screen and (max-width: 834px) {
    .products-btn {
      padding: 2%; } }
  @media only screen and (max-width: 750px) {
    .products-btn {
      margin-bottom: 20px; } }
  .products-btn ul {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 834px) {
      .products-btn ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .products-btn ul li {
      width: 33.33%;
      padding: 0 15px; }
      @media only screen and (max-width: 834px) {
        .products-btn ul li {
          width: 31.8%;
          padding: 0; } }
      .products-btn ul li a {
        position: relative;
        width: 100%;
        height: 50px;
        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;
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-weight: 700;
        padding-right: 40px;
        border: 1px solid #e5e5e5;
        background-color: #fff; }
        @media only screen and (min-width: 835px) {
          .products-btn ul li a {
            line-height: 2rem; } }
        @media only screen and (max-width: 750px) {
          .products-btn ul li a {
            height: 26px;
            font-size: 1.2rem;
            line-height: 1.2rem; } }
        .products-btn ul li a::before {
          content: '';
          position: absolute;
          right: 2px;
          top: 0;
          bottom: 0;
          z-index: 9;
          margin-top: auto;
          margin-bottom: auto;
          width: 40px;
          height: 40px;
          background-color: #eb6100;
          background-image: url("../images/commons/arrow-down.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 20px 12px; }
          @media only screen and (max-width: 750px) {
            .products-btn ul li a::before {
              width: 20px;
              height: 20px;
              background-size: 10px 6px; } }

.products-content .products-row .products-detail .headline {
  padding: 15px 0;
  border: 1px solid #e5e5e5;
  background-color: #fff; }
  @media only screen and (max-width: 750px) {
    .products-content .products-row .products-detail .headline {
      padding: 5px 0; } }
  .products-content .products-row .products-detail .headline h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
    font-weight: 700; }
    @media only screen and (max-width: 834px) {
      .products-content .products-row .products-detail .headline h4 {
        font-size: 1.6rem;
        line-height: 2.6rem; } }
    @media only screen and (max-width: 750px) {
      .products-content .products-row .products-detail .headline h4 {
        font-size: 1.2rem;
        line-height: 2.2rem; } }

.products-content .products-row .products-detail .products-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 750px) {
    .products-content .products-row .products-detail .products-list ul {
      display: block; } }
  .products-content .products-row .products-detail .products-list ul li {
    width: 49.25%;
    margin-top: 1.5%; }
    @media only screen and (max-width: 750px) {
      .products-content .products-row .products-detail .products-list ul li {
        width: 100%; } }
    .products-content .products-row .products-detail .products-list ul li a {
      display: block;
      position: relative; }
      .products-content .products-row .products-detail .products-list ul li a .products-name {
        position: absolute;
        top: 58px;
        left: 0;
        z-index: 9;
        width: 100%;
        text-align: center; }
        @media only screen and (max-width: 1340px) {
          .products-content .products-row .products-detail .products-list ul li a .products-name {
            top: 40px; } }
        @media only screen and (max-width: 965px) {
          .products-content .products-row .products-detail .products-list ul li a .products-name {
            top: 20px; } }
        @media only screen and (max-width: 750px) {
          .products-content .products-row .products-detail .products-list ul li a .products-name {
            top: 15px; } }
        .products-content .products-row .products-detail .products-list ul li a .products-name h5 {
          font-family: 'Inter', sans-serif;
          font-size: 2.8rem;
          line-height: 3.8rem;
          font-weight: 700; }
          @media only screen and (max-width: 1080px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name h5 {
              font-size: 2.4rem;
              line-height: 3.4rem; } }
          @media only screen and (max-width: 834px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name h5 {
              font-size: 2rem;
              line-height: 3rem; } }
          @media only screen and (max-width: 750px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name h5 {
              font-size: 1.8rem;
              line-height: 2.8rem; } }
        .products-content .products-row .products-detail .products-list ul li a .products-name p {
          font-size: 1.8rem;
          line-height: 2.8rem;
          font-weight: 700; }
          @media only screen and (max-width: 1080px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name p {
              font-size: 1.6rem;
              line-height: 2.6rem; } }
          @media only screen and (max-width: 834px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name p {
              font-size: 1.4rem;
              line-height: 2.4rem; } }
          @media only screen and (max-width: 750px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name p {
              font-size: 1.2rem;
              line-height: 2.2rem; } }
        .products-content .products-row .products-detail .products-list ul li a .products-name p.products-tag-comingsoon {
          font-size: 1.8rem;
          line-height: 2.8rem;
          font-weight: 700;
          color: #ffffff;
          background-color: #61c1be;
          width: 140px;
          margin: auto;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1080px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name p.products-tag-comingsoon {
              font-size: 1.6rem;
              line-height: 2.6rem; } }
          @media only screen and (max-width: 834px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name p.products-tag-comingsoon {
              font-size: 1.4rem;
              line-height: 2.4rem; } }
          @media only screen and (max-width: 750px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name p.products-tag-comingsoon {
              font-size: 1.2rem;
              line-height: 2.2rem; } }
        .products-content .products-row .products-detail .products-list ul li a .products-name p.products-tag-new {
          font-size: 1.8rem;
          line-height: 2.8rem;
          font-weight: 700;
          color: #ffffff;
          background-color: #eb6100;
          width: 140px;
          margin: auto;
          margin-bottom: 20px; }
          @media only screen and (max-width: 1080px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name p.products-tag-new {
              font-size: 1.6rem;
              line-height: 2.6rem; } }
          @media only screen and (max-width: 834px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name p.products-tag-new {
              font-size: 1.4rem;
              line-height: 2.4rem; } }
          @media only screen and (max-width: 750px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name p.products-tag-new {
              font-size: 1.2rem;
              line-height: 2.2rem; } }
      .products-content .products-row .products-detail .products-list ul li a .products-name-topspace {
        position: absolute;
        top: 102px;
        left: 0;
        z-index: 9;
        width: 100%;
        text-align: center; }
        @media only screen and (max-width: 1340px) {
          .products-content .products-row .products-detail .products-list ul li a .products-name-topspace {
            top: 40px; } }
        @media only screen and (max-width: 965px) {
          .products-content .products-row .products-detail .products-list ul li a .products-name-topspace {
            top: 20px; } }
        @media only screen and (max-width: 750px) {
          .products-content .products-row .products-detail .products-list ul li a .products-name-topspace {
            top: 15px; } }
        .products-content .products-row .products-detail .products-list ul li a .products-name-topspace h5 {
          font-family: 'Inter', sans-serif;
          font-size: 2.8rem;
          line-height: 3.8rem;
          font-weight: 700; }
          @media only screen and (max-width: 1080px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name-topspace h5 {
              font-size: 2.4rem;
              line-height: 3.4rem; } }
          @media only screen and (max-width: 834px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name-topspace h5 {
              font-size: 2rem;
              line-height: 3rem; } }
          @media only screen and (max-width: 750px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name-topspace h5 {
              font-size: 1.8rem;
              line-height: 2.8rem; } }
        .products-content .products-row .products-detail .products-list ul li a .products-name-topspace p {
          font-size: 1.8rem;
          line-height: 2.8rem;
          font-weight: 700; }
          @media only screen and (max-width: 1080px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name-topspace p {
              font-size: 1.6rem;
              line-height: 2.6rem; } }
          @media only screen and (max-width: 834px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name-topspace p {
              font-size: 1.4rem;
              line-height: 2.4rem; } }
          @media only screen and (max-width: 750px) {
            .products-content .products-row .products-detail .products-list ul li a .products-name-topspace p {
              font-size: 1.2rem;
              line-height: 2.2rem; } }
      .products-content .products-row .products-detail .products-list ul li a .products-viewall {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        z-index: 9;
        width: 100%; }
        @media only screen and (max-width: 1080px) {
          .products-content .products-row .products-detail .products-list ul li a .products-viewall {
            bottom: 40px; } }
        @media only screen and (max-width: 965px) {
          .products-content .products-row .products-detail .products-list ul li a .products-viewall {
            bottom: 20px; } }
        @media only screen and (max-width: 750px) {
          .products-content .products-row .products-detail .products-list ul li a .products-viewall {
            bottom: 15px; } }
        .products-content .products-row .products-detail .products-list ul li a .products-viewall .btn-viewall {
          margin-left: auto;
          margin-right: auto; }

.products-content .products-row .products-detail + .products-detail {
  margin-top: 1.5%; }

.products-content .products-row + .products-row {
  margin-top: 90px; }
  @media only screen and (max-width: 834px) {
    .products-content .products-row + .products-row {
      margin-top: 60px; } }
  @media only screen and (max-width: 750px) {
    .products-content .products-row + .products-row {
      margin-top: 30px; } }

/* Develop */
.develop-intro {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px; }
  @media only screen and (max-width: 750px) {
    .develop-intro {
      margin-bottom: 30px; } }
  .develop-intro p {
    font-size: 1.8rem;
    line-height: 4.3rem;
    font-weight: 500; }
    @media only screen and (max-width: 750px) {
      .develop-intro p {
        font-size: 1.4rem;
        line-height: 3.2rem; } }
    .develop-intro p.remark {
      font-size: 1.4rem;
      line-height: 3.2rem; }
      @media only screen and (max-width: 750px) {
        .develop-intro p.remark {
          font-size: 1.2rem;
          line-height: 2.8rem; } }
  .develop-intro .develop-contact {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 750px) {
      .develop-intro .develop-contact {
        display: block;
        margin: 20px 0; } }
    .develop-intro .develop-contact .topic {
      width: 37.5%;
      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;
      border: 1px solid #ec6700;
      background-color: #ec6700; }
      @media only screen and (max-width: 750px) {
        .develop-intro .develop-contact .topic {
          width: 100%;
          padding: 5px; } }
      .develop-intro .develop-contact .topic p {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 600;
        text-align: center;
        color: #fff; }
        @media only screen and (max-width: 750px) {
          .develop-intro .develop-contact .topic p {
            font-size: 1.6rem;
            line-height: 2.6em; } }
    .develop-intro .develop-contact .text {
      width: 62.5%;
      margin-left: 2px;
      padding: 25px 45px;
      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;
      border: 1px solid #e5e5e5;
      background-color: #fff; }
      @media only screen and (max-width: 750px) {
        .develop-intro .develop-contact .text {
          width: 100%;
          margin-top: 2px;
          margin-left: 0;
          padding: 15px 20px; } }
      .develop-intro .develop-contact .text ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (max-width: 750px) {
          .develop-intro .develop-contact .text ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .develop-intro .develop-contact .text ul li {
          font-size: 2rem;
          line-height: 3rem;
          font-weight: 800; }
          .develop-intro .develop-contact .text ul li span {
            margin-right: 15px; }
          .develop-intro .develop-contact .text ul li:last-child {
            width: 100%;
            font-size: 1.8rem;
            line-height: 2.8rem;
            font-weight: 400; }
            @media only screen and (max-width: 750px) {
              .develop-intro .develop-contact .text ul li:last-child {
                font-size: 1.4rem;
                line-height: 2.4rem;
                text-align: center; } }
            .develop-intro .develop-contact .text ul li:last-child a {
              margin-left: 20px;
              color: #005de3; }

.develop-content .products-row .products-detail .develop-list.type1 {
  margin-top: 20px;
  padding: 30px;
  background-color: #fff; }
  @media only screen and (max-width: 750px) {
    .develop-content .products-row .products-detail .develop-list.type1 {
      padding: 2.5%;
      margin-top: 2%; } }
  .develop-content .products-row .products-detail .develop-list.type1 .box {
    width: 100%;
    max-width: 955px;
    margin-left: auto;
    margin-right: auto; }
    .develop-content .products-row .products-detail .develop-list.type1 .box ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: -2.5%;
      margin-top: -2.5%;
      min-height: 300px; }
      @media only screen and (max-width: 750px) {
        .develop-content .products-row .products-detail .develop-list.type1 .box ul {
          min-height: auto; } }
      .develop-content .products-row .products-detail .develop-list.type1 .box ul li {
        width: 22.5%;
        margin-left: 2.5%;
        margin-top: 2.5%; }
        @media only screen and (max-width: 750px) {
          .develop-content .products-row .products-detail .develop-list.type1 .box ul li {
            width: 47.5%; } }
        .develop-content .products-row .products-detail .develop-list.type1 .box ul li img {
          width: 100%;
          height: auto; }
        .develop-content .products-row .products-detail .develop-list.type1 .box ul li.w50 {
          width: 47.5%; }
      .develop-content .products-row .products-detail .develop-list.type1 .box ul.center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
        margin-top: 0; }
        .develop-content .products-row .products-detail .develop-list.type1 .box ul.center li {
          margin-top: 0;
          margin-left: 0; }

.develop-content .products-row .products-detail .develop-list.type2 {
  margin-top: 15px; }
  .develop-content .products-row .products-detail .develop-list.type2 p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .develop-content .products-row .products-detail .develop-list.type2 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-bottom: 10px; } }
  .develop-content .products-row .products-detail .develop-list.type2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -40px; }
    @media only screen and (max-width: 750px) {
      .develop-content .products-row .products-detail .develop-list.type2 ul {
        display: block;
        margin-top: 0; } }
    .develop-content .products-row .products-detail .develop-list.type2 ul li {
      width: 49%;
      margin-top: 40px; }
      @media only screen and (max-width: 750px) {
        .develop-content .products-row .products-detail .develop-list.type2 ul li {
          width: 100%;
          margin-top: 0; } }
      @media only screen and (max-width: 750px) {
        .develop-content .products-row .products-detail .develop-list.type2 ul li + li {
          margin-top: 2%; } }

.develop-content .products-row .products-detail .develop-list.type3 {
  margin-top: 15px; }
  .develop-content .products-row .products-detail .develop-list.type3 p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .develop-content .products-row .products-detail .develop-list.type3 p {
        font-size: 1.4rem;
        line-height: 2.4rem; } }
  .develop-content .products-row .products-detail .develop-list.type3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -40px; }
    @media only screen and (max-width: 750px) {
      .develop-content .products-row .products-detail .develop-list.type3 ul {
        margin-top: 0; } }
    .develop-content .products-row .products-detail .develop-list.type3 ul li {
      position: relative;
      margin-top: 40px; }
      @media only screen and (max-width: 750px) {
        .develop-content .products-row .products-detail .develop-list.type3 ul li {
          margin-top: 0; } }
      .develop-content .products-row .products-detail .develop-list.type3 ul li p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        position: absolute;
        bottom: 20px;
        left: 0;
        z-index: 8;
        width: 100%;
        text-align: center; }
        @media only screen and (max-width: 750px) {
          .develop-content .products-row .products-detail .develop-list.type3 ul li p {
            font-size: 1.2rem;
            line-height: 2rem;
            bottom: 10px; } }
      @media only screen and (max-width: 750px) {
        .develop-content .products-row .products-detail .develop-list.type3 ul li + li {
          margin-top: 2%; } }
    .develop-content .products-row .products-detail .develop-list.type3 ul.col3 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-left: -1.5%; }
      @media only screen and (max-width: 750px) {
        .develop-content .products-row .products-detail .develop-list.type3 ul.col3 {
          display: block;
          margin-left: 0; } }
      .develop-content .products-row .products-detail .develop-list.type3 ul.col3 li {
        width: 31.5%;
        margin-left: 1.5%; }
        .develop-content .products-row .products-detail .develop-list.type3 ul.col3 li img {
          width: 100%;
          height: auto; }
        @media only screen and (max-width: 750px) {
          .develop-content .products-row .products-detail .develop-list.type3 ul.col3 li {
            width: 100%;
            margin-left: 0; } }
    .develop-content .products-row .products-detail .develop-list.type3 ul.col4 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-left: -1.5%; }
      @media only screen and (max-width: 750px) {
        .develop-content .products-row .products-detail .develop-list.type3 ul.col4 {
          margin-left: -2.5%;
          margin-top: -2.5%; } }
      .develop-content .products-row .products-detail .develop-list.type3 ul.col4 li {
        width: 23.5%;
        margin-left: 1.5%; }
        .develop-content .products-row .products-detail .develop-list.type3 ul.col4 li img {
          width: 100%;
          height: auto; }
        @media only screen and (max-width: 750px) {
          .develop-content .products-row .products-detail .develop-list.type3 ul.col4 li {
            width: 47.5%;
            margin-left: 2.5%;
            margin-top: 2.5%; } }
    .develop-content .products-row .products-detail .develop-list.type3 ul + p {
      margin-top: 50px; }

.develop-content .products-row + .products-row {
  margin-top: 40px; }

/* Banner */
#banner {
  padding: 2%;
  background-color: #fff; }
  #banner .banner .banner-slide .item .banner-flex {
    height: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1360px; }
    @media only screen and (max-width: 834px) {
      #banner .banner .banner-slide .item .banner-flex {
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto; } }
    @media only screen and (max-width: 750px) {
      #banner .banner .banner-slide .item .banner-flex {
        height: 525px; } }
    #banner .banner .banner-slide .item .banner-flex .cover {
      width: 100%; }
      #banner .banner .banner-slide .item .banner-flex .cover img {
        width: 100%;
        height: auto; }
    #banner .banner .banner-slide .item .banner-flex .text {
      width: 46%;
      padding-left: 150px; }
      @media only screen and (max-width: 834px) {
        #banner .banner .banner-slide .item .banner-flex .text {
          width: 100%;
          margin-top: 30px;
          padding-left: 40px;
          padding-right: 40px;
          padding-bottom: 40px;
          text-align: center; } }
      #banner .banner .banner-slide .item .banner-flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 700; }
        @media only screen and (max-width: 1080px) {
          #banner .banner .banner-slide .item .banner-flex .text h2 {
            font-size: 3.8rem;
            line-height: 4.8rem; } }
        @media only screen and (max-width: 834px) {
          #banner .banner .banner-slide .item .banner-flex .text h2 {
            font-size: 3.2rem;
            line-height: 4.2rem; } }
        @media only screen and (max-width: 750px) {
          #banner .banner .banner-slide .item .banner-flex .text h2 {
            font-size: 2.3rem;
            line-height: 3.3rem; } }
      #banner .banner .banner-slide .item .banner-flex .text h3 {
        margin-top: 10px;
        font-family: 'Inter', sans-serif;
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 700; }
        @media only screen and (max-width: 834px) {
          #banner .banner .banner-slide .item .banner-flex .text h3 {
            font-size: 1.8rem;
            line-height: 2.8rem; } }
        @media only screen and (max-width: 750px) {
          #banner .banner .banner-slide .item .banner-flex .text h3 {
            margin-top: 0;
            font-size: 1.2rem;
            line-height: 2rem; } }
      #banner .banner .banner-slide .item .banner-flex .text p {
        margin-top: 20px;
        font-size: 1.8rem;
        line-height: 4.3rem;
        color: rgba(0, 0, 0, 0.8); }
        @media only screen and (max-width: 1080px) {
          #banner .banner .banner-slide .item .banner-flex .text p {
            font-size: 1.6rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 834px) {
          #banner .banner .banner-slide .item .banner-flex .text p {
            text-align: left;
            line-height: 3.5rem; } }
        @media only screen and (max-width: 750px) {
          #banner .banner .banner-slide .item .banner-flex .text p {
            font-size: 1.2rem;
            line-height: 2.5rem; } }
      #banner .banner .banner-slide .item .banner-flex .text .btn-box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media only screen and (max-width: 750px) {
          #banner .banner .banner-slide .item .banner-flex .text .btn-box ul {
            display: block; } }
        #banner .banner .banner-slide .item .banner-flex .text .btn-box ul li {
          width: 100%;
          max-width: 320px;
          margin: 0 5px; }
          @media only screen and (max-width: 750px) {
            #banner .banner .banner-slide .item .banner-flex .text .btn-box ul li + li {
              margin-top: 10px; } }
    #banner .banner .banner-slide .item .banner-flex.connect {
      background-color: #e2f9f2; }
      #banner .banner .banner-slide .item .banner-flex.connect h2 {
        color: #63caae; }
      @media only screen and (max-width: 834px) {
        #banner .banner .banner-slide .item .banner-flex.connect {
          background-image: none !important; } }
    #banner .banner .banner-slide .item .banner-flex.relief {
      background-color: #e8f9f8; }
      #banner .banner .banner-slide .item .banner-flex.relief h2 {
        color: #5dbfe7; }
      @media only screen and (max-width: 834px) {
        #banner .banner .banner-slide .item .banner-flex.relief {
          background-image: none !important; } }
    #banner .banner .banner-slide .item .banner-flex.support h2 {
      color: #d1c432; }
    @media only screen and (max-width: 834px) {
      #banner .banner .banner-slide .item .banner-flex.support {
        background-image: url("../images/top/banner-support-bg.jpg") !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; } }
    #banner .banner .banner-slide .item .banner-flex.technology h2 {
      color: #b83d7d; }
    @media only screen and (max-width: 834px) {
      #banner .banner .banner-slide .item .banner-flex.technology {
        background-image: url("../images/top/banner-technology-sp.jpg") !important;
        background-position: top center !important;
        background-size: 100% !important; } }
    #banner .banner .banner-slide .item .banner-flex.mission {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      background-image: url("../images/top/banner-mission.jpg") !important;
      background-size: cover; }
      @media only screen and (max-width: 834px) {
        #banner .banner .banner-slide .item .banner-flex.mission {
          background-size: cover; } }
      #banner .banner .banner-slide .item .banner-flex.mission .text {
        width: 90%;
        max-width: 610px;
        padding-left: 40px;
        padding-top: 80px;
        margin-left: auto;
        margin-right: auto; }
        @media only screen and (max-width: 834px) {
          #banner .banner .banner-slide .item .banner-flex.mission .text {
            margin-top: 0;
            padding-top: 28%;
            padding-bottom: 28%; } }
        #banner .banner .banner-slide .item .banner-flex.mission .text h2 {
          font-family: 'Inter', sans-serif;
          font-size: 5rem;
          line-height: 6rem;
          text-align: center; }
          @media only screen and (max-width: 750px) {
            #banner .banner .banner-slide .item .banner-flex.mission .text h2 {
              font-size: 3rem;
              line-height: 4rem; } }

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin-top: auto;
  margin-bottom: auto;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
  border: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0; }
  @media only screen and (max-width: 750px) {
    .slick-arrow {
      width: 28px;
      height: 28px;
      background-size: 28px; } }
  .slick-arrow:hover {
    opacity: 0.75;
    cursor: pointer; }

.slick-prev {
  left: 35px;
  background-image: url("../images/commons/icon-prev.png"); }
  @media only screen and (max-width: 750px) {
    .slick-prev {
      left: 2%; } }

.slick-next {
  right: 35px;
  background-image: url("../images/commons/icon-next.png"); }
  @media only screen and (max-width: 750px) {
    .slick-next {
      right: 2%; } }

/* News */
#news {
  padding: 80px 2% 60px 2%;
  background-image: url("../images/commons/bg-repeat.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 52px; }
  @media only screen and (max-width: 750px) {
    #news {
      padding: 30px 2% 20px 2%; } }
  #news .news .news-box {
    padding: 60px 10%;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 1080px) {
      #news .news .news-box {
        padding: 60px 4%; } }
  #news .news .news-list.topics-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-bottom: 30px; }
    @media only screen and (max-width: 750px) {
      #news .news .news-list.topics-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    #news .news .news-list.topics-list .topics-list-title {
      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;
      padding-inline: 40px;
      height: auto;
      font-size: 24px;
      font-weight: bold;
      line-height: 1;
      background-color: #EB6100;
      color: #fff;
      text-transform: uppercase; }
      @media only screen and (max-width: 750px) {
        #news .news .news-list.topics-list .topics-list-title {
          width: 100%;
          padding-block: 14px; } }
    #news .news .news-list.topics-list ul {
      width: 100%;
      gap: 0;
      margin-bottom: 0; }
      #news .news .news-list.topics-list ul li a::after {
        display: none; }
  #news .news .news-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 10px;
    margin-bottom: 50px; }
    #news .news .news-list ul li a {
      display: block;
      width: 100%;
      padding: 14px 100px 14px 40px;
      background-color: #fff;
      position: relative; }
      @media only screen and (max-width: 1080px) {
        #news .news .news-list ul li a {
          padding: 14px 60px 14px 30px; } }
      @media only screen and (max-width: 750px) {
        #news .news .news-list ul li a {
          padding: 12px 60px 12px 20px; } }
      #news .news .news-list ul li a::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-block: auto;
        right: 70px;
        width: 30px;
        height: 10.3px;
        aspect-ratio: 64 / 22;
        background-image: url("../images/commons/btn-arrow-view-all.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        @media only screen and (max-width: 1080px) {
          #news .news .news-list ul li a::after {
            width: 20px;
            height: 7px;
            right: 30px; } }
        @media only screen and (max-width: 750px) {
          #news .news .news-list ul li a::after {
            right: 30px; } }
      #news .news .news-list ul li a .brief {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px; }
        @media only screen and (max-width: 750px) {
          #news .news .news-list ul li a .brief {
            gap: 10px; } }
        #news .news .news-list ul li a .brief .datetag {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row;
          flex-flow: row;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 20px; }
          @media only screen and (max-width: 750px) {
            #news .news .news-list ul li a .brief .datetag {
              gap: 10px; } }
          #news .news .news-list ul li a .brief .datetag p.date {
            font-size: 2rem;
            line-height: 1;
            font-weight: 700; }
            @media only screen and (max-width: 1080px) {
              #news .news .news-list ul li a .brief .datetag p.date {
                font-size: 1.8rem;
                line-height: 1; } }
            @media only screen and (max-width: 750px) {
              #news .news .news-list ul li a .brief .datetag p.date {
                font-size: 1.2rem;
                line-height: 1; } }
          #news .news .news-list ul li a .brief .datetag p.tag {
            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;
            min-width: 80px;
            height: 25px;
            font-size: 1.3rem;
            line-height: 1;
            font-weight: bold;
            color: #fff;
            background-color: #eb6100; }
            @media only screen and (max-width: 1080px) {
              #news .news .news-list ul li a .brief .datetag p.tag {
                font-size: 1.2rem;
                line-height: 1.2rem; } }
            @media only screen and (max-width: 750px) {
              #news .news .news-list ul li a .brief .datetag p.tag {
                font-size: 1rem;
                line-height: 1rem; } }

/* Contact */
#contact {
  padding: 50px 0; }
  @media only screen and (max-width: 750px) {
    #contact {
      padding: 30px 0; } }
  #contact .contact {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto; }
    #contact .contact .contact-list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 1080px) {
        #contact .contact .contact-list ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media only screen and (max-width: 834px) {
        #contact .contact .contact-list ul {
          display: block;
          padding: 0 35px; } }
      #contact .contact .contact-list ul li {
        min-width: 320px;
        width: 25%;
        padding: 20px 30px 40px 30px; }
        #contact .contact .contact-list ul li:first-child {
          width: 50%;
          min-width: auto;
          padding-top: 0;
          padding-bottom: 0; }
          @media only screen and (max-width: 1080px) {
            #contact .contact .contact-list ul li:first-child {
              width: 100%;
              margin-bottom: 50px; } }
          @media only screen and (max-width: 834px) {
            #contact .contact .contact-list ul li:first-child {
              margin-bottom: 30px; } }
        @media only screen and (max-width: 834px) {
          #contact .contact .contact-list ul li {
            width: 100%;
            padding: 20px 0 30px 0; } }
        #contact .contact .contact-list ul li h2 {
          font-family: 'Noto Sans JP', sans-serif;
          font-size: 1.6rem;
          line-height: 2.6rem;
          margin-bottom: 20px;
          font-weight: 700;
          text-align: center; }
          #contact .contact .contact-list ul li h2 + p {
            font-family: 'Noto Sans JP', sans-serif;
            font-size: 1.6rem;
            line-height: 2.6rem;
            font-weight: 700;
            text-align: center;
            margin-top: 12px; }
            @media only screen and (max-width: 750px) {
              #contact .contact .contact-list ul li h2 + p {
                font-size: 1.4rem;
                line-height: 2.4rem; } }
        #contact .contact .contact-list ul li p.color-orange {
          font-family: 'Noto Sans JP', sans-serif;
          font-size: 1.4rem;
          line-height: 2rem;
          font-weight: 700;
          text-align: center;
          margin-top: 12px; }
        #contact .contact .contact-list ul li .link {
          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;
          margin-top: 10px;
          margin-left: auto;
          margin-right: auto;
          text-align: left; }
          @media only screen and (max-width: 750px) {
            #contact .contact .contact-list ul li .link {
              display: table; } }
          #contact .contact .contact-list ul li .link p {
            font-family: 'Inter', sans-serif;
            font-size: 1.8rem;
            line-height: 1.8rem;
            font-weight: 900;
            text-align: left;
            white-space: nowrap; }
            #contact .contact .contact-list ul li .link p span {
              display: inline-block;
              width: 40px;
              font-weight: 500;
              text-align: left; }
            #contact .contact .contact-list ul li .link p + p {
              margin-left: 40px; }
              @media only screen and (max-width: 750px) {
                #contact .contact .contact-list ul li .link p + p {
                  margin-left: 0;
                  margin-top: 5px; } }
          #contact .contact .contact-list ul li .link + p {
            margin-top: 15px; }
        @media only screen and (max-width: 834px) {
          #contact .contact .contact-list ul li .btn-box {
            margin-top: 20px; } }
        #contact .contact .contact-list ul li .btn-box .btn {
          font-size: 1.4rem;
          line-height: 2.4rem;
          max-width: 260px;
          margin-left: auto;
          margin-right: auto; }
        #contact .contact .contact-list ul li + li {
          border-left: 1px solid #e5e5e5; }
          @media only screen and (max-width: 1080px) {
            #contact .contact .contact-list ul li + li {
              border-left: 0; } }
          @media only screen and (max-width: 834px) {
            #contact .contact .contact-list ul li + li {
              border-left: 0;
              border-top: 1px solid #e5e5e5; } }
        @media only screen and (max-width: 750px) {
          #contact .contact .contact-list ul li:first-child {
            padding-top: 0; } }
        @media only screen and (max-width: 1080px) {
          #contact .contact .contact-list ul li:last-child {
            border-left: 1px solid #e5e5e5; } }
        @media only screen and (max-width: 834px) {
          #contact .contact .contact-list ul li:last-child {
            border-left: 0; } }
        @media only screen and (max-width: 750px) {
          #contact .contact .contact-list ul li:last-child {
            padding-bottom: 0; } }

#contact-inner {
  border-bottom: 1px solid #e5e5e5; }

.contact-inner {
  padding: 100px 2%; }
  @media only screen and (max-width: 1080px) {
    .contact-inner {
      padding: 80px 2%; } }
  @media only screen and (max-width: 834px) {
    .contact-inner {
      padding: 60px 2%; } }
  .contact-inner > p {
    margin-bottom: 35px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      .contact-inner > p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-bottom: 20px; } }
  .contact-inner .contact-select {
    margin-bottom: 60px;
    padding: 30px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .contact-inner .contact-select {
        padding: 2%; } }
    .contact-inner .contact-select ul {
      width: 100%;
      max-width: 1040px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -10px; }
      @media only screen and (max-width: 834px) {
        .contact-inner .contact-select ul {
          display: block; } }
      @media only screen and (max-width: 750px) {
        .contact-inner .contact-select ul {
          margin-top: -2%; } }
      .contact-inner .contact-select ul li {
        width: 49%;
        margin-top: 10px; }
        @media only screen and (max-width: 834px) {
          .contact-inner .contact-select ul li {
            width: 100%; } }
        @media only screen and (max-width: 750px) {
          .contact-inner .contact-select ul li {
            margin-top: 2%; } }
  .contact-inner .contact-form {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    .contact-inner .contact-form .form-step {
      margin-bottom: 60px; }
      @media only screen and (max-width: 750px) {
        .contact-inner .contact-form .form-step {
          margin-bottom: 30px; } }
      .contact-inner .contact-form .form-step ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .contact-inner .contact-form .form-step ul li {
          position: relative; }
          .contact-inner .contact-form .form-step ul li p {
            font-size: 2.2rem;
            line-height: 2.2rem;
            font-weight: 600;
            color: #7d7d7d; }
            @media only screen and (max-width: 750px) {
              .contact-inner .contact-form .form-step ul li p {
                font-size: 1.8rem;
                line-height: 1.8rem; } }
          .contact-inner .contact-form .form-step ul li + li {
            margin-left: 12px;
            padding-left: 20px; }
          .contact-inner .contact-form .form-step ul li + li:before {
            content: '»';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 8;
            color: #7d7d7d;
            font-weight: 600; }
          .contact-inner .contact-form .form-step ul li.current p {
            color: #ec6700; }
    .contact-inner .contact-form .form-alert {
      margin-bottom: 45px; }
      @media only screen and (max-width: 750px) {
        .contact-inner .contact-form .form-alert {
          margin-bottom: 30px; } }
      .contact-inner .contact-form .form-alert p {
        font-size: 1.8rem;
        line-height: 2.8rem;
        color: #e60012; }
        @media only screen and (max-width: 750px) {
          .contact-inner .contact-form .form-alert p {
            font-size: 1.4rem;
            line-height: 2.4rem; } }
    .contact-inner .contact-form .form .form-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 20px;
      border-top: 1px solid #535353; }
      @media only screen and (max-width: 750px) {
        .contact-inner .contact-form .form .form-row {
          display: block; } }
      .contact-inner .contact-form .form .form-row .form-topic {
        width: 310px;
        min-width: 310px; }
        @media only screen and (max-width: 750px) {
          .contact-inner .contact-form .form .form-row .form-topic {
            width: 100%;
            min-width: 100%;
            margin-bottom: 10px; } }
        .contact-inner .contact-form .form .form-row .form-topic p {
          margin-top: 8px;
          font-size: 1.8rem;
          line-height: 2.8rem;
          font-weight: 600;
          color: #000; }
          @media only screen and (max-width: 750px) {
            .contact-inner .contact-form .form .form-row .form-topic p {
              font-size: 1.6rem;
              line-height: 2.6rem; } }
          .contact-inner .contact-form .form .form-row .form-topic p span {
            color: #e60012; }
      .contact-inner .contact-form .form .form-row .form-field {
        width: 100%; }
        .contact-inner .contact-form .form .form-row .form-field p {
          font-size: 1.8rem;
          line-height: 2.8rem; }
          @media only screen and (max-width: 750px) {
            .contact-inner .contact-form .form .form-row .form-field p {
              font-size: 1.6rem;
              line-height: 2.6rem; } }
          .contact-inner .contact-form .form .form-row .form-field p.intro {
            margin-bottom: 8px; }
          .contact-inner .contact-form .form .form-row .form-field p.alert {
            margin-top: 8px;
            font-size: 1.4rem;
            line-height: 2rem; }
            @media only screen and (max-width: 750px) {
              .contact-inner .contact-form .form .form-row .form-field p.alert {
                font-size: 1.2rem; } }
        .contact-inner .contact-form .form .form-row .form-field ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .contact-inner .contact-form .form .form-row .form-field ul li {
            margin-right: 50px; }
      .contact-inner .contact-form .form .form-row + .form-row {
        margin-top: 20px; }
      .contact-inner .contact-form .form .form-row:last-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #535353; }
      .contact-inner .contact-form .form .form-row.align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .contact-inner .contact-form .form .form-row.align-center .form-topic p {
          margin-top: 0; }
      .contact-inner .contact-form .form .form-row.button {
        padding-top: 70px;
        border-bottom: 0;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media only screen and (max-width: 750px) {
          .contact-inner .contact-form .form .form-row.button {
            padding-top: 40px; } }
        .contact-inner .contact-form .form .form-row.button ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media only screen and (max-width: 750px) {
            .contact-inner .contact-form .form .form-row.button ul {
              display: block; } }
          .contact-inner .contact-form .form .form-row.button ul li {
            width: 360px;
            margin: 0 20px; }
            @media only screen and (max-width: 834px) {
              .contact-inner .contact-form .form .form-row.button ul li {
                width: 300px;
                margin: 0 10px; } }
            @media only screen and (max-width: 750px) {
              .contact-inner .contact-form .form .form-row.button ul li + li {
                margin-top: 15px; } }
    .contact-inner .contact-form .form.confirm .form-row {
      padding-top: 30px; }
      .contact-inner .contact-form .form.confirm .form-row .form-topic p {
        margin-top: 0; }
      .contact-inner .contact-form .form.confirm .form-row + .form-row {
        margin-top: 30px; }
      .contact-inner .contact-form .form.confirm .form-row.button {
        padding-top: 70px; }
    .contact-inner .contact-form .form-thanks p {
      font-size: 1.8rem;
      line-height: 4.3rem;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        .contact-inner .contact-form .form-thanks p {
          font-size: 1.4rem;
          line-height: 3.4rem; } }

select.textbox {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/commons/icon-selectbox.svg");
  background-repeat: no-repeat;
  background-position: center right 24px;
  background-size: 10px; }

textarea.textbox {
  height: 165px;
  resize: none; }

.textbox {
  width: 100%;
  padding: 7px 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  background-color: #fff;
  border: 2px solid #f1f1f1;
  outline: none; }
  @media only screen and (max-width: 750px) {
    .textbox {
      font-size: 16px;
      line-height: 26px; } }
  .textbox:focus {
    border: 2px solid #f1f1f1; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e5e5e5;
  opacity: 1;
  /* Firefox */ }

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e5e5e5;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e5e5e5;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e5e5e5;
  opacity: 1;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e5e5e5;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e5e5e5; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e5e5e5; }

.chkbox-btn {
  display: block;
  position: relative;
  padding: 9px 0;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #7d7d7d;
  border: 1px solid #e5e5e5; }
  @media only screen and (max-width: 1080px) {
    .chkbox-btn {
      font-size: 1.6rem;
      line-height: 2.6rem; } }
  @media only screen and (max-width: 750px) {
    .chkbox-btn {
      font-size: 1.2rem;
      line-height: 2.2rem; } }
  .chkbox-btn.checked {
    color: #fff;
    background-color: #ec6700; }

.chkbox-btn + .chkbox-btn {
  margin-top: 10px; }

/* Hide the browser's default checkbox */
.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.chkbox {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 8px;
  border: 2px solid #535353;
  height: 30px;
  width: 30px;
  background-color: #535353;
  border-radius: 3px; }

/* On mouse-over, add a grey background color */
.chkbox-btn:hover input ~ .chkbox {
  background-color: #535353; }

/* When the checkbox is checked, add a blue background */
.chkbox-btn input:checked ~ .chkbox {
  background-color: #ba3c00;
  border-color: #ba3c00; }

/* Create the checkmark/indicator (hidden when not checked) */
.chkbox:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.chkbox-btn input:checked ~ .chkbox:after {
  display: block; }

/* Style the checkmark/indicator */
.chkbox-btn .chkbox:after {
  top: 1px;
  left: 8px;
  width: 6px;
  height: 16px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Chk2 */
.chkbox-btn2 {
  display: block;
  position: relative;
  padding: 9px 0 9px 40px;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.4rem;
  line-height: 2.4rem; }

/* Hide the browser's default checkbox */
.chkbox-btn2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.chkbox2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  border: 1px solid #a0a0a0;
  height: 30px;
  width: 30px;
  border-radius: 3px; }

/* On mouse-over, add a grey background color */
.chkbox-btn2:hover input ~ .chkbox2 {
  background-color: #fff; }

/* When the checkbox is checked, add a blue background */
.chkbox-btn2 input:checked ~ .chkbox2 {
  background-color: #ba3c00;
  border-color: #ba3c00; }

/* Create the checkmark/indicator (hidden when not checked) */
.chkbox2:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.chkbox-btn2 input:checked ~ .chkbox2:after {
  display: block; }

/* Style the checkmark/indicator */
.chkbox-btn2 .chkbox2:after {
  top: 2px;
  left: 9px;
  width: 6px;
  height: 16px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Cookie */
.policy_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 88;
  width: 100%;
  padding: 30px 0;
  color: #fff;
  background-color: #eb6100; }
  @media only screen and (max-width: 750px) {
    .policy_cookie {
      padding: 6% 0; } }
  .policy_cookie .policy_cookie_content {
    padding: 0 2%; }
    @media only screen and (max-width: 750px) {
      .policy_cookie .policy_cookie_content {
        padding: 0 6%; } }
    .policy_cookie .policy_cookie_content p {
      font-size: 1.4rem;
      line-height: 2.4rem;
      font-weight: 200; }
      .policy_cookie .policy_cookie_content p.topic {
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-weight: 400;
        margin-bottom: 5px; }
    .policy_cookie .policy_cookie_content .button {
      margin-top: 15px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 750px) {
        .policy_cookie .policy_cookie_content .button {
          display: block; } }
      .policy_cookie .policy_cookie_content .button p {
        min-width: 250px; }
        .policy_cookie .policy_cookie_content .button p a {
          color: #fff;
          text-decoration: underline; }
      .policy_cookie .policy_cookie_content .button ul {
        width: 100%;
        max-width: 750px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (max-width: 750px) {
          .policy_cookie .policy_cookie_content .button ul {
            margin-top: 15px; } }
        .policy_cookie .policy_cookie_content .button ul li {
          width: 48%;
          margin-left: auto; }
          .policy_cookie .policy_cookie_content .button ul li a {
            border-radius: 0; }

/* Popup */
#popup-contact {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.popup-contact-box {
  padding: 60px;
  background-color: #fff;
  position: relative; }
  @media only screen and (max-width: 750px) {
    .popup-contact-box {
      padding: 30px; } }
  .popup-contact-box h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 750px) {
      .popup-contact-box h2 {
        alignment-baseline: 15px; } }
  .popup-contact-box p {
    line-height: 3rem; }
    @media only screen and (max-width: 750px) {
      .popup-contact-box p {
        line-height: 2.5rem; } }
    .popup-contact-box p + p {
      margin-top: 20px; }
      @media only screen and (max-width: 750px) {
        .popup-contact-box p + p {
          margin-top: 10px; } }

.popup-link {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff; }
  .popup-link .mfp-close {
    display: none !important; }
  .popup-link .box {
    padding: 50px; }
    @media only screen and (max-width: 750px) {
      .popup-link .box {
        padding: 30px 20px; } }
    .popup-link .box p {
      text-align: center; }
      .popup-link .box p + p {
        margin-top: 15px; }
      .popup-link .box p.large {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 700;
        text-align: center; }
        @media only screen and (max-width: 750px) {
          .popup-link .box p.large {
            font-size: 1.8rem;
            line-height: 2.8rem; } }
    .popup-link .box ul {
      margin-top: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .popup-link .box ul li {
        width: 100%;
        max-width: 250px;
        margin: 0 10px; }
        @media only screen and (max-width: 750px) {
          .popup-link .box ul li {
            margin: 0 5px; } }
        .popup-link .box ul li a {
          height: 50px; }
          @media only screen and (max-width: 750px) {
            .popup-link .box ul li a {
              height: 40px; } }

.cookieconsent .accept-cookie {
  display: block !important; }

.cookieconsent .none-cookie {
  display: none !important; }

.accept-cookie {
  display: none; }

/* Footer */
footer {
  position: relative; }
  footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 50%;
    height: 100%;
    background-color: #fae7dd; }
  footer::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7;
    width: 50%;
    height: 100%;
    background-color: #f4f4f4; }
  footer .footer {
    position: relative;
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer .footer .footer-left {
      width: 34%;
      padding: 45px;
      background-color: #fae7dd; }
      @media only screen and (max-width: 1080px) {
        footer .footer .footer-left {
          width: 100%; } }
      @media only screen and (max-width: 750px) {
        footer .footer .footer-left {
          padding: 8% 4%; } }
      @media only screen and (max-width: 750px) {
        footer .footer .footer-left .logo {
          max-width: 216px; } }
      footer .footer .footer-left .logo a {
        display: block; }
      footer .footer .footer-left ul.social {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        footer .footer .footer-left ul.social li {
          margin-right: 13px; }
      footer .footer .footer-left ul.iso {
        margin-top: 15px; }
        footer .footer .footer-left ul.iso li a {
          font-size: 1.3rem;
          line-height: 2.3rem;
          font-weight: 700; }
      footer .footer .footer-left ul.cer {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media only screen and (max-width: 750px) {
          footer .footer .footer-left ul.cer {
            width: 80%;
            margin-top: 20px; } }
        footer .footer .footer-left ul.cer li {
          margin-right: 18px; }
          footer .footer .footer-left ul.cer li a {
            display: block; }
      footer .footer .footer-left p {
        margin-top: 15px;
        font-size: 1.3rem;
        line-height: 2.3rem;
        letter-spacing: 1px;
        color: rgba(0, 0, 0, 0.8); }
        @media only screen and (max-width: 750px) {
          footer .footer .footer-left p {
            margin-top: 15px; } }
    footer .footer .footer-right {
      width: 66%;
      padding: 50px 50px 50px 70px;
      background-color: #f4f4f4; }
      @media only screen and (max-width: 1080px) {
        footer .footer .footer-right {
          display: none; } }
      footer .footer .footer-right .sitemap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        footer .footer .footer-right .sitemap .col ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-weight: 700;
          text-transform: uppercase; }
          footer .footer .footer-right .sitemap .col ul li a .icon {
            margin-left: 8px; }
        footer .footer .footer-right .sitemap .col ul li ul {
          margin-top: 10px; }
          footer .footer .footer-right .sitemap .col ul li ul li a {
            font-size: 1.3rem;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.8); }
          footer .footer .footer-right .sitemap .col ul li ul li + li {
            margin-top: 0; }
        footer .footer .footer-right .sitemap .col ul li + li {
          margin-top: 18px; }
  footer .copyright {
    position: relative;
    z-index: 8;
    height: 65px;
    background-color: #fff;
    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; }
    @media only screen and (max-width: 750px) {
      footer .copyright {
        height: 35px; } }
    footer .copyright p {
      font-family: 'Inter', sans-serif;
      font-size: 1.1rem;
      line-height: 1.6rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        footer .copyright p {
          font-size: 0.9rem;
          line-height: 1.5rem; } }
  footer .gototop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    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;
    width: 65px;
    height: 65px;
    background-color: #ec6700; }
    @media only screen and (max-width: 750px) {
      footer .gototop {
        width: 35px;
        height: 35px; } }
    footer .gototop:hover {
      cursor: pointer;
      opacity: 0.75; }

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

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

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

@media only screen and (max-width: 1080px) {
  .hide1080 {
    display: none; } }

@media only screen and (max-width: 834px) {
  .hide834 {
    display: none !important; } }

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important; } }

.page_en .products-btn ul li a {
  font-size: 1.6rem; }
  @media only screen and (min-width: 835px) {
    .page_en .products-btn ul li a {
      line-height: 2rem; } }
  @media only screen and (max-width: 834px) {
    .page_en .products-btn ul li a {
      height: 100%;
      font-size: 2.133vw;
      padding-left: 5px;
      padding-top: 3px;
      padding-bottom: 3px; } }

.page_en .row-company > ul > li div {
  padding: 20px 30px; }

.page_en .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-top: 16px; }

.page_en footer .footer .footer-right .sitemap .col ul li a {
  font-size: 1.4rem; }

.page_en footer .footer .footer-right {
  padding: 50px 10px 50px 40px; }

.page_en footer .footer .footer-right .sitemap .col ul li ul li a {
  font-size: 1.2rem; }

@media only screen and (max-width: 750px) {
  .page_en #products-detail .products-btn-download ul li {
    max-width: 320px; } }

.page_en #banner .banner .banner-slide .item .banner-flex.mission .text {
  max-width: 660px;
  padding-left: 0; }

.page_en .content-steriglide3 .flex .text {
  width: 65%; }
  @media only screen and (max-width: 750px) {
    .page_en .content-steriglide3 .flex .text {
      width: 100%; } }

.page_en .content-steriglide3 .flex .img {
  width: 35%; }
  @media only screen and (max-width: 750px) {
    .page_en .content-steriglide3 .flex .img {
      width: 100%; } }

.page_en .content-steriglide4 .flex .text {
  width: 50%; }
  @media only screen and (max-width: 750px) {
    .page_en .content-steriglide4 .flex .text {
      width: 100%; } }

.page_en .content-steriglide4 .flex .img {
  width: 50%; }
  @media only screen and (max-width: 750px) {
    .page_en .content-steriglide4 .flex .img {
      width: 100%; } }

.page_en .content-surelock3 .flex .img {
  position: static;
  width: 48%; }
  @media only screen and (max-width: 750px) {
    .page_en .content-surelock3 .flex .img {
      width: 100%; } }

.page_en .content-surelock3 .flex .box {
  width: 48%; }
  @media only screen and (max-width: 750px) {
    .page_en .content-surelock3 .flex .box {
      width: 100%; } }

.page_en .content-primecut1 {
  padding-bottom: 0; }

.page_en .content-primecut2 .flex .img {
  margin-bottom: 40px; }
  @media only screen and (max-width: 750px) {
    .page_en .content-primecut2 .flex .img {
      margin-bottom: 0; } }
  @media only screen and (max-width: 750px) {
    .page_en .content-primecut2 .flex .img img {
      height: auto; } }

.page_en .content-primecut3 .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 750px) {
    .page_en .content-primecut3 .flex .box {
      padding-top: 0; } }
  @media only screen and (max-width: 750px) {
    .page_en .content-primecut3 .flex .img {
      padding: 25px 0 0 0; } }
  .page_en .content-primecut3 .flex .img img {
    margin-left: 0 !important; }

.text-tag-new {
  color: #ffffff !important;
  background-color: #eb6100;
  width: 140px;
  text-align: center;
  margin-bottom: 20px; }

.box-company-history {
  padding: 80px 4% 60px 4% !important; }
  @media only screen and (max-width: 750px) {
    .box-company-history {
      padding: 40px 4% 40px 4% !important; } }

.row-history {
  background-color: #fff;
  padding: 57px; }
  @media only screen and (max-width: 750px) {
    .row-history {
      padding: 30px 20px; } }
  .row-history ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 40px;
    padding-block: 50px;
    border-left: 1px solid #bfbfbe;
    padding-left: 30px; }
    .row-history ul li .history-year {
      font-size: 28px;
      color: #ec6700;
      font-weight: bold;
      margin-bottom: 20px;
      line-height: 1;
      position: relative; }
      @media only screen and (max-width: 750px) {
        .row-history ul li .history-year {
          font-size: 24px; } }
      .row-history ul li .history-year::after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ec6700;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -36px;
        margin-block: auto; }

.home #video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  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;
  background-color: #fff;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }
  .home #video #mvLottie {
    display: block;
    width: auto;
    height: 100vw;
    visibility: hidden; }
  .home #video.is-play #mvLottie {
    visibility: visible; }
  .home #video.is-fadeout {
    opacity: 0; }
  .home #video.is-end {
    display: none; }

.home .products-btn ul {
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px 30px; }
  @media only screen and (max-width: 750px) {
    .home .products-btn ul {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; } }
  .home .products-btn ul li {
    width: auto;
    padding: 0; }
    @media only screen and (max-width: 750px) {
      .home .products-btn ul li {
        min-height: 26px; } }
    .home .products-btn ul li a {
      width: auto;
      min-width: 210px;
      min-height: 50px;
      padding-right: 60px;
      padding-left: 20px;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        .home .products-btn ul li a {
          min-width: 0;
          min-height: 0;
          height: 100%;
          padding-right: 40px;
          padding-left: 5px;
          padding-top: 3px;
          padding-bottom: 3px;
          line-height: 1.2; } }

.home .mv {
  line-height: 0; }
  .home .mv__slide {
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 751px) {
      .home .mv__slide {
        background-image: url(/assets/images/top/mv_bg.jpg); } }
    @media only screen and (max-width: 750px) {
      .home .mv__slide {
        background-image: url(/assets/images/top/mv_bg-sp.jpg); } }
    .home .mv__slide__inner {
      display: block; }
      @media only screen and (min-width: 751px) {
        .home .mv__slide__inner {
          max-width: 1364px;
          margin-right: auto;
          margin-left: auto; } }
      .home .mv__slide__inner img {
        width: 100%;
        height: auto; }
  @media only screen and (min-width: 751px) {
    .home .mv__arrow {
      width: 45px;
      height: 63px;
      padding: 10px; } }
  @media only screen and (max-width: 750px) {
    .home .mv__arrow {
      width: 32px;
      height: 55px;
      padding: 6px; } }
  .home .mv__arrow img {
    width: 100%;
    height: auto; }
  @media only screen and (min-width: 751px) {
    .home .mv__arrow.prev {
      left: clamp(16px, calc((100% - 1364px) / 2), 50%); } }
  @media only screen and (max-width: 750px) {
    .home .mv__arrow.prev {
      left: 8px; } }
  @media only screen and (min-width: 751px) {
    .home .mv__arrow.next {
      right: clamp(16px, calc((100% - 1364px) / 2), 50%); } }
  @media only screen and (max-width: 750px) {
    .home .mv__arrow.next {
      right: 8px; } }
  .home .mv .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (min-width: 751px) {
      .home .mv .slick-dots {
        padding-right: 16px;
        padding-left: 16px;
        bottom: 50px; } }
    @media only screen and (max-width: 750px) {
      .home .mv .slick-dots {
        bottom: 20px; } }
    .home .mv .slick-dots li {
      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;
      background-color: transparent; }
      @media only screen and (min-width: 751px) {
        .home .mv .slick-dots li {
          width: 130px;
          height: 18px; } }
      @media only screen and (max-width: 750px) {
        .home .mv .slick-dots li {
          width: 60px;
          height: 16px; } }
      .home .mv .slick-dots li button {
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: transparent;
        background-color: transparent;
        padding: 5px;
        width: 100%;
        height: 100%; }
        .home .mv .slick-dots li button::before {
          content: "";
          display: block;
          background-color: #fff;
          width: 100%;
          height: 100%; }
      .home .mv .slick-dots li.slick-active button::before {
        background-color: #eb6100; }

#container-contribution .container-bg {
  width: 100%; }
  #container-contribution .container-bg .sub-txt-mv {
    text-align: center;
    margin-top: 40px; }
    @media only screen and (max-width: 750px) {
      #container-contribution .container-bg .sub-txt-mv {
        margin-top: 0px; } }
    #container-contribution .container-bg .sub-txt-mv p {
      line-height: 2.4;
      font-size: 1.8rem; }
      @media only screen and (max-width: 834px) {
        #container-contribution .container-bg .sub-txt-mv p br {
          display: none; } }
      @media only screen and (max-width: 750px) {
        #container-contribution .container-bg .sub-txt-mv p {
          font-size: 1.2rem;
          line-height: 2.6rem; } }
  #container-contribution .container-bg .row-btn {
    margin-top: 50px; }
    @media only screen and (max-width: 750px) {
      #container-contribution .container-bg .row-btn {
        margin-top: 30px; } }

.container-policy {
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e5e5e5;
  display: inherit;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: inherit;
  padding-right: inherit; }
  @media only screen and (max-width: 750px) {
    .container-policy {
      margin-top: 40px; } }
  .container-policy .sup-policy {
    text-align: center; }
    .container-policy .sup-policy p {
      line-height: 2.4;
      font-size: 1.8rem; }
      @media only screen and (max-width: 834px) {
        .container-policy .sup-policy p br {
          display: none; } }
      @media only screen and (max-width: 750px) {
        .container-policy .sup-policy p {
          font-size: 1.2rem;
          line-height: 2.6rem; } }
  .container-policy .box-list-policy {
    background-color: #fae7dd;
    padding: 55px;
    margin-top: 60px; }
    @media only screen and (max-width: 750px) {
      .container-policy .box-list-policy {
        padding: 15px; } }
    .container-policy .box-list-policy > .list-policy > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      background-color: #fff;
      font-weight: 500;
      line-height: 2; }
      @media only screen and (max-width: 834px) {
        .container-policy .box-list-policy > .list-policy > li br {
          display: none; } }
      .container-policy .box-list-policy > .list-policy > li .policy-num {
        background-color: #ec6700;
        color: #fff;
        min-width: 65px;
        text-align: center;
        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; }
      .container-policy .box-list-policy > .list-policy > li .policy-list-detail {
        padding: 20px 25px; }
        @media only screen and (max-width: 750px) {
          .container-policy .box-list-policy > .list-policy > li .policy-list-detail {
            padding: 10px 10px; } }
        .container-policy .box-list-policy > .list-policy > li .policy-list-detail > .sub-list {
          margin-top: 10px;
          line-height: 1.6; }
          .container-policy .box-list-policy > .list-policy > li .policy-list-detail > .sub-list > li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .container-policy .box-list-policy > .list-policy > li .policy-list-detail > .sub-list > li span {
              font-size: 1.3rem;
              line-height: 1.6;
              font-weight: normal; }
              .container-policy .box-list-policy > .list-policy > li .policy-list-detail > .sub-list > li span:first-child {
                margin-right: 5px; }
              @media only screen and (max-width: 750px) {
                .container-policy .box-list-policy > .list-policy > li .policy-list-detail > .sub-list > li span {
                  font-size: 1rem; } }
    .container-policy .box-list-policy > .list-policy > li + li {
      margin-top: 20px; }
      @media only screen and (max-width: 750px) {
        .container-policy .box-list-policy > .list-policy > li + li {
          margin-top: 15px; } }
  .container-policy .txt-policy-footer {
    margin-top: 35px; }
  .container-policy .note-policy-footer {
    margin-top: 25px; }
    .container-policy .note-policy-footer .list-note li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .container-policy .note-policy-footer .list-note li span {
        font-size: 1.3rem;
        line-height: 1.8; }
        @media only screen and (max-width: 750px) {
          .container-policy .note-policy-footer .list-note li span {
            font-size: 1rem; } }
        .container-policy .note-policy-footer .list-note li span:first-child {
          margin-right: 5px; }
  .container-policy .signature-footer {
    text-align: right;
    margin-top: 40px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 750px) {
      .container-policy .signature-footer {
        font-size: 1.3rem; } }
    .container-policy .signature-footer p + p {
      margin-top: 15px; }
      @media only screen and (max-width: 750px) {
        .container-policy .signature-footer p + p {
          margin-top: 5px; } }

.box-list-policy-grey {
  background-color: #f3f3f3;
  padding: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 750px) {
    .box-list-policy-grey {
      padding: 15px; } }
  .box-list-policy-grey > .list-policy-grey > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f3f3f3;
    font-weight: 500;
    line-height: 2; }
    @media only screen and (max-width: 834px) {
      .box-list-policy-grey > .list-policy-grey > li br {
        display: none; } }
    .box-list-policy-grey > .list-policy-grey > li .policy-num {
      background-color: #ec6700;
      color: #fff;
      min-width: 65px;
      text-align: center;
      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; }
    .box-list-policy-grey > .list-policy-grey > li .policy-list-detail-grey {
      padding: 20px 25px; }
      @media only screen and (max-width: 750px) {
        .box-list-policy-grey > .list-policy-grey > li .policy-list-detail-grey {
          padding: 10px 10px; } }
      .box-list-policy-grey > .list-policy-grey > li .policy-list-detail-grey > .sub-list {
        margin-top: 10px;
        line-height: 1.6; }
        .box-list-policy-grey > .list-policy-grey > li .policy-list-detail-grey > .sub-list > li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .box-list-policy-grey > .list-policy-grey > li .policy-list-detail-grey > .sub-list > li span {
            font-size: 1.3rem;
            line-height: 1.6;
            font-weight: normal; }
            .box-list-policy-grey > .list-policy-grey > li .policy-list-detail-grey > .sub-list > li span:first-child {
              margin-right: 5px; }
            @media only screen and (max-width: 750px) {
              .box-list-policy-grey > .list-policy-grey > li .policy-list-detail-grey > .sub-list > li span {
                font-size: 1rem; } }
  .box-list-policy-grey > .list-policy-grey > li + li {
    margin-top: 20px; }
    @media only screen and (max-width: 750px) {
      .box-list-policy-grey > .list-policy-grey > li + li {
        margin-top: 15px; } }

.container-canteen {
  padding-bottom: 40px; }

.box-list-canteen {
  margin-top: 80px; }
  @media only screen and (max-width: 750px) {
    .box-list-canteen {
      margin-top: 0px; } }
  .box-list-canteen > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media only screen and (max-width: 750px) {
      .box-list-canteen > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .box-list-canteen > ul li {
      width: 50%; }
      @media only screen and (max-width: 750px) {
        .box-list-canteen > ul li {
          width: 100%; } }
      .box-list-canteen > ul li .txt-canteen .detail-list-canteen {
        background-color: #fff;
        position: relative;
        top: -50px;
        padding: 30px 0px;
        z-index: 1; }
        @media only screen and (max-width: 750px) {
          .box-list-canteen > ul li .txt-canteen .detail-list-canteen {
            top: inherit;
            padding: 20px 0px; } }
        .box-list-canteen > ul li .txt-canteen .detail-list-canteen .txt-list-detail {
          padding: 0px 40px; }
          @media only screen and (max-width: 750px) {
            .box-list-canteen > ul li .txt-canteen .detail-list-canteen .txt-list-detail {
              padding: 0px 20px; } }
          .box-list-canteen > ul li .txt-canteen .detail-list-canteen .txt-list-detail h2 {
            font-size: 2.4rem;
            font-weight: bold;
            margin-bottom: 15px; }
            @media only screen and (max-width: 750px) {
              .box-list-canteen > ul li .txt-canteen .detail-list-canteen .txt-list-detail h2 {
                font-size: 1.8rem;
                line-height: 3rem; } }
          .box-list-canteen > ul li .txt-canteen .detail-list-canteen .txt-list-detail p {
            line-height: 1.8; }
          @media only screen and (max-width: 834px) {
            .box-list-canteen > ul li .txt-canteen .detail-list-canteen .txt-list-detail {
              height: 210px; } }
          @media only screen and (max-width: 750px) {
            .box-list-canteen > ul li .txt-canteen .detail-list-canteen .txt-list-detail {
              height: auto; } }
      .box-list-canteen > ul li:first-child .detail-list-canteen {
        margin-left: 30px;
        box-shadow: -3px 8px 10px -4px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: -3px 8px 10px -4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: -3px 8px 10px -4px rgba(0, 0, 0, 0.1); }
        @media only screen and (max-width: 750px) {
          .box-list-canteen > ul li:first-child .detail-list-canteen {
            margin-left: inherit; } }
        .box-list-canteen > ul li:first-child .detail-list-canteen .txt-list-detail {
          border-right: 1px solid #ccc; }
          @media only screen and (max-width: 750px) {
            .box-list-canteen > ul li:first-child .detail-list-canteen .txt-list-detail {
              border-right: 0px solid #ccc; } }
      .box-list-canteen > ul li:last-child .detail-list-canteen {
        margin-right: 30px;
        box-shadow: 3px 8px 10px -4px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 3px 8px 10px -4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 3px 8px 10px -4px rgba(0, 0, 0, 0.1); }
        @media only screen and (max-width: 750px) {
          .box-list-canteen > ul li:last-child .detail-list-canteen {
            margin-right: inherit; } }
    @media only screen and (max-width: 750px) {
      .box-list-canteen > ul li + li {
        margin-top: 20px; } }

.calendar {
  text-align: center;
  padding: 80px 0;
  display: inline-block;
  width: 100%; }
  @media only screen and (max-width: 750px) {
    .calendar {
      padding: 10% !important; } }
  .calendar .calendar-img {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
  .calendar .box-iframe {
    max-width: 876px;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
    .calendar .box-iframe iframe {
      margin-right: auto;
      margin-left: auto;
      width: 100%; }

#company-inner .container-bg {
  padding: inherit; }

#company-inner .txthead-box {
  margin-bottom: 60px; }
  @media only screen and (max-width: 750px) {
    #company-inner .txthead-box {
      margin-bottom: 40px; } }

.company .products-btn {
  background-color: transparent;
  padding-top: 100px;
  margin-bottom: 0px; }
  @media only screen and (max-width: 834px) {
    .company .products-btn {
      padding-top: 40px;
      margin-bottom: 0px; } }
  @media only screen and (max-width: 750px) {
    .company .products-btn {
      padding-top: 0px; } }
  .company .products-btn ul {
    max-width: 1290px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .company .products-btn ul li {
      width: 30%;
      margin: 5px 5px; }
      @media only screen and (max-width: 750px) {
        .company .products-btn ul li {
          width: 46.8%; } }

.profile-ceo {
  padding: 80px 4% 80px 4%; }
  @media only screen and (max-width: 750px) {
    .profile-ceo {
      padding: 40px 4% 40px 4%; } }
  .profile-ceo h3 {
    font-size: 6.2rem;
    color: #ec6700;
    text-align: center;
    line-height: 1.6;
    font-weight: bold; }
    @media only screen and (max-width: 834px) {
      .profile-ceo h3 {
        font-size: 4.2rem; } }
    @media only screen and (max-width: 750px) {
      .profile-ceo h3 {
        font-size: 3.2rem; } }
  .profile-ceo .detail-profile-ceo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px; }
    @media only screen and (max-width: 750px) {
      .profile-ceo .detail-profile-ceo {
        margin-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .profile-ceo .detail-profile-ceo .image-profile-ceo {
      width: 33.386%; }
      @media only screen and (max-width: 750px) {
        .profile-ceo .detail-profile-ceo .image-profile-ceo {
          width: 100%; } }
    .profile-ceo .detail-profile-ceo .txt-profile-ceo {
      width: 62%; }
      @media only screen and (max-width: 750px) {
        .profile-ceo .detail-profile-ceo .txt-profile-ceo {
          width: 100%;
          margin-top: 20px; } }
      .profile-ceo .detail-profile-ceo .txt-profile-ceo p {
        font-size: 1.8rem;
        line-height: 2.4; }
        @media only screen and (max-width: 834px) {
          .profile-ceo .detail-profile-ceo .txt-profile-ceo p br {
            display: none; } }
        @media only screen and (max-width: 750px) {
          .profile-ceo .detail-profile-ceo .txt-profile-ceo p {
            font-size: 1.3rem;
            line-height: 2; } }
    .profile-ceo .detail-profile-ceo .signature-profile-ceo {
      margin-top: 40px; }

#business-policy {
  background-color: #f4f4f4;
  padding: 100px 4% 100px 4%; }
  @media only screen and (max-width: 750px) {
    #business-policy {
      padding: 50px 4% 50px 4%; } }
  #business-policy .business-policy .business-policy-row + .business-policy-row {
    margin-top: 80px; }
    @media only screen and (max-width: 750px) {
      #business-policy .business-policy .business-policy-row + .business-policy-row {
        margin-top: 40px; } }
  #business-policy .business-policy .business-policy-row h3 {
    margin-bottom: 35px;
    padding: 10px 0;
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.8;
    color: #ec6700;
    background-color: #ffffff;
    font-weight: 500;
    border: 1px solid #e5e5e5; }
    @media only screen and (max-width: 750px) {
      #business-policy .business-policy .business-policy-row h3 {
        font-size: 1.9rem; } }
  #business-policy .business-policy .business-policy-row h4 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: 500;
    color: #eb6100;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      #business-policy .business-policy .business-policy-row h4 {
        font-size: 1.7rem;
        line-height: 2.7rem; } }
    #business-policy .business-policy .business-policy-row h4 + h5 {
      margin-top: 10px; }
  #business-policy .business-policy .business-policy-row h5 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      #business-policy .business-policy .business-policy-row h5 {
        font-size: 1.5rem;
        line-height: 2.5rem; } }
    #business-policy .business-policy .business-policy-row h5 + p {
      margin-top: 10px; }
  #business-policy .business-policy .business-policy-row p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      #business-policy .business-policy .business-policy-row p {
        font-size: 1.4rem;
        line-height: 2.4rem; } }
    #business-policy .business-policy .business-policy-row p + h4 {
      margin-top: 50px; }
      @media only screen and (max-width: 750px) {
        #business-policy .business-policy .business-policy-row p + h4 {
          margin-top: 30px; } }

.box-company {
  padding: 100px 4% 100px 4%; }
  @media only screen and (max-width: 750px) {
    .box-company {
      padding: 50px 4% 50px 4%; } }

.box-company-902 {
  max-width: 902px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.row-company {
  margin-top: 80px; }
  @media only screen and (max-width: 750px) {
    .row-company {
      margin-top: 40px; } }
  .row-company > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-top: 1px solid #e5e5e5; }
    .row-company > ul > li div {
      padding: 20px 40px; }
      @media only screen and (max-width: 750px) {
        .row-company > ul > li div {
          padding: 20px 20px; } }
      .row-company > ul > li div:first-child {
        min-width: 260px;
        background-color: #f7f7f7; }
        @media only screen and (max-width: 750px) {
          .row-company > ul > li div:first-child {
            min-width: 130px; } }
    .row-company > ul > li:last-child {
      border-bottom: 1px solid #e5e5e5; }

.box-company-logo {
  margin-top: 40px; }
  @media only screen and (max-width: 750px) {
    .box-company-logo {
      margin-top: 20px; } }
  .box-company-logo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .box-company-logo ul li {
      margin: 0 20px; }
      @media only screen and (max-width: 750px) {
        .box-company-logo ul li {
          margin: 0 10px; } }

.box-company-access {
  padding: 80px 4% 80px 4% !important; }
  @media only screen and (max-width: 750px) {
    .box-company-access {
      padding: 40px 4% 40px 4% !important; } }
  .box-company-access .maps {
    text-align: center; }
    .box-company-access .maps iframe {
      width: 100%; }
      @media only screen and (max-width: 750px) {
        .box-company-access .maps iframe {
          height: 300px; } }

.tab-list-white {
  margin-top: 40px; }
  .tab-list-white .tabs-btn {
    padding: 15px 40px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500; }
  .tab-list-white .tabs-detail {
    padding: 10px 0 40px 0; }
  .tab-list-white > li:last-child .tabs-detail {
    padding: 10px 0 0px 0; }

.box-company-office {
  padding: 80px 4% 60px 4% !important; }
  @media only screen and (max-width: 750px) {
    .box-company-office {
      padding: 40px 4% 40px 4% !important; } }

.office-detail .row-company {
  margin-top: 30px; }

.box-company-business {
  padding: 80px 4% 60px 4% !important; }
  @media only screen and (max-width: 750px) {
    .box-company-business {
      padding: 40px 4% 40px 4% !important; } }
  .box-company-business .banner-business img {
    margin-right: auto;
    margin-left: auto; }
  .box-company-business .banner-business .sub-banner {
    text-align: center;
    margin: 30px 0;
    font-size: 1.8rem;
    line-height: 1.6; }
    @media only screen and (max-width: 750px) {
      .box-company-business .banner-business .sub-banner {
        font-size: 1.6rem; } }
  .box-company-business .business-detail {
    margin-top: 60px; }
    @media only screen and (max-width: 750px) {
      .box-company-business .business-detail {
        margin-top: 40px; } }
  .box-company-business .row-company {
    margin-top: 30px; }

ul.list-tabs-grey > li .tabs-grey {
  padding: 10px 0;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.8;
  color: #ec6700;
  background-color: #f3f3f3;
  font-weight: 500; }
  @media only screen and (max-width: 750px) {
    ul.list-tabs-grey > li .tabs-grey {
      font-size: 1.9rem; } }

ul.list-tabs-grey > li .detail {
  margin-top: 30px; }
  ul.list-tabs-grey > li .detail .image-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 750px) {
      ul.list-tabs-grey > li .detail .image-txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    ul.list-tabs-grey > li .detail .image-txt .image-office {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media only screen and (max-width: 750px) {
        ul.list-tabs-grey > li .detail .image-txt .image-office {
          width: 100%; } }
    ul.list-tabs-grey > li .detail .image-txt .txt-office {
      margin-left: 50px;
      line-height: 2.8; }
      @media only screen and (max-width: 750px) {
        ul.list-tabs-grey > li .detail .image-txt .txt-office {
          width: 100%;
          margin-left: 0px;
          line-height: 1.8;
          margin-top: 20px; } }

ul.list-tabs-grey > li + li {
  margin-top: 100px; }
  @media only screen and (max-width: 750px) {
    ul.list-tabs-grey > li + li {
      margin-top: 50px; } }

.other-inner .txthead-box {
  margin-top: 40px; }

.starcut .products-detail-mv .mv-flex .img img {
  min-width: 915px !important; }
  @media only screen and (max-width: 834px) {
    .starcut .products-detail-mv .mv-flex .img img {
      min-width: 415px !important; } }
  @media only screen and (max-width: 750px) {
    .starcut .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

.starcut .products-detail-mv .mv-flex .img {
  right: -33px !important; }

.starcut .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

@media only screen and (max-width: 750px) {
  .starcut .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.content-starcut1 {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 834px) {
    .content-starcut1 {
      padding: 75px 0 0px 0; } }
  @media only screen and (max-width: 750px) {
    .content-starcut1 {
      padding: 10px 0 0px 0; } }
  .content-starcut1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      .content-starcut1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-starcut1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-starcut1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-starcut1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-starcut1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px; } }
  .content-starcut1 .img {
    margin-top: 60px; }
    @media only screen and (max-width: 750px) {
      .content-starcut1 .img {
        margin-top: 30px; } }

.content-starcut2 {
  position: relative;
  margin-top: 20px;
  padding: 0 2%; }
  .content-starcut2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-starcut2 .flex {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .content-starcut2 .flex .text {
      position: absolute;
      width: 45%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-starcut2 .flex .text {
          position: static;
          width: 100%;
          padding: 3% 7.5% 10% 7.5%; } }
      .content-starcut2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-starcut2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-starcut2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-starcut2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-starcut2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-starcut2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-starcut2 .flex .img {
      position: relative;
      z-index: 8;
      width: 100%;
      max-width: 1032px;
      margin-left: auto;
      padding-right: 35px; }
      @media only screen and (max-width: 1080px) {
        .content-starcut2 .flex .img {
          padding-left: 6%;
          padding-right: 6%; } }
      @media only screen and (max-width: 834px) {
        .content-starcut2 .flex .img {
          padding-top: 12%; } }
      @media only screen and (max-width: 750px) {
        .content-starcut2 .flex .img {
          width: 100%;
          padding-top: 6%;
          margin-bottom: 0; } }
      .content-starcut2 .flex .img img {
        margin-left: auto; }

.content-starcut3 {
  position: relative;
  padding: 0 2%; }
  .content-starcut3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-starcut3 .flex {
        display: inline-block;
        height: auto; } }
    .content-starcut3 .flex .box {
      width: 53%;
      padding-right: 6%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      @media only screen and (max-width: 750px) {
        .content-starcut3 .flex .box {
          width: 100%;
          padding: 7.5%; } }
      .content-starcut3 .flex .box .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-starcut3 .flex .box .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-starcut3 .flex .box .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-starcut3 .flex .box .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-starcut3 .flex .box .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-starcut3 .flex .box .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-starcut3 .flex .img {
      width: 47%; }
      @media only screen and (max-width: 750px) {
        .content-starcut3 .flex .img {
          width: 200px;
          padding: 0 20px; } }
      .content-starcut3 .flex .img img {
        margin: 0 auto; }

.content-starcut4 {
  position: relative;
  margin-top: 20px;
  padding: 0 2%; }
  .content-starcut4 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-starcut4 .flex {
        display: inline-block;
        height: auto; } }
    .content-starcut4 .flex .box {
      width: 90%;
      max-width: 920px;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      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;
      height: 100%; }
      @media only screen and (max-width: 750px) {
        .content-starcut4 .flex .box {
          width: 100%;
          padding: 7.5%; } }
      .content-starcut4 .flex .box .text {
        text-align: center; }
        .content-starcut4 .flex .box .text h2 {
          font-size: 4.2rem;
          line-height: 5.2rem;
          font-weight: 600;
          color: #ec6700; }
          @media only screen and (max-width: 834px) {
            .content-starcut4 .flex .box .text h2 {
              font-size: 3rem;
              line-height: 4rem; } }
          @media only screen and (max-width: 750px) {
            .content-starcut4 .flex .box .text h2 {
              font-size: 2.2rem;
              line-height: 3.2rem; } }
        .content-starcut4 .flex .box .text p {
          margin-top: 25px;
          font-size: 2rem;
          line-height: 4rem;
          font-weight: 600;
          color: #000; }
          @media only screen and (max-width: 834px) {
            .content-starcut4 .flex .box .text p {
              font-size: 1.8rem;
              line-height: 3.8rem;
              margin-top: 20px; } }
          @media only screen and (max-width: 750px) {
            .content-starcut4 .flex .box .text p {
              font-size: 1.4rem;
              line-height: 2.4rem;
              margin-top: 5px; } }

.onecut .products-detail-mv .mv-flex .img img {
  min-width: 415px !important;
  min-height: 435px !important;
  margin-top: 45px; }
  @media only screen and (max-width: 834px) {
    .onecut .products-detail-mv .mv-flex .img img {
      min-width: 215px !important;
      min-height: 234px !important;
      margin-top: 88px !important; } }
  @media only screen and (max-width: 750px) {
    .onecut .products-detail-mv .mv-flex .img img {
      min-width: auto !important;
      margin-top: 0px !important; } }

.onecut .products-detail-mv .mv-flex .img {
  right: -33px !important; }
  @media only screen and (max-width: 834px) {
    .onecut .products-detail-mv .mv-flex .img {
      right: 0px !important;
      left: 105px; } }

.onecut .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

.content-onecut1 {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 834px) {
    .content-onecut1 {
      padding: 75px 0 0px 0; } }
  @media only screen and (max-width: 750px) {
    .content-onecut1 {
      padding: 40px 0 40px 0; } }
  .content-onecut1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      .content-onecut1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-onecut1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-onecut1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-onecut1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-onecut1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px; } }
  .content-onecut1 .img {
    margin-top: 90px; }
    @media only screen and (max-width: 834px) {
      .content-onecut1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-onecut1 .img {
        margin-top: 30px;
        width: 320px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; } }

.content-onecut2 {
  padding: 0 2%; }
  .content-onecut2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-onecut2 .flex {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .content-onecut2 .flex .text {
      width: 60%;
      padding-left: 6%; }
      @media only screen and (max-width: 834px) {
        .content-onecut2 .flex .text {
          width: 72% !important; } }
      @media only screen and (max-width: 750px) {
        .content-onecut2 .flex .text {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-onecut2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-onecut2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-onecut2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-onecut2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-onecut2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-onecut2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-onecut2 .flex .img {
      width: 25%;
      margin-bottom: 95px; }
      @media only screen and (max-width: 750px) {
        .content-onecut2 .flex .img {
          padding: 20px 0;
          width: 20%;
          margin-bottom: 0; } }
      .content-onecut2 .flex .img img {
        margin-left: auto; }

.content-onecut3 {
  position: relative;
  margin-top: 20px;
  padding: 0 2%; }
  .content-onecut3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-onecut3 .flex {
        display: inline-block;
        height: auto; } }
    .content-onecut3 .flex .box {
      width: 53%;
      padding-right: 6%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      @media only screen and (max-width: 750px) {
        .content-onecut3 .flex .box {
          width: 100%;
          padding: 7.5%; } }
      .content-onecut3 .flex .box .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-onecut3 .flex .box .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-onecut3 .flex .box .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-onecut3 .flex .box .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-onecut3 .flex .box .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-onecut3 .flex .box .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-onecut3 .flex .img {
      width: 47%; }
      @media only screen and (max-width: 750px) {
        .content-onecut3 .flex .img {
          width: 200px;
          padding: 0 20px; } }
      .content-onecut3 .flex .img img {
        margin: 0 auto; }

.primecut .products-detail-mv .mv-flex .img img {
  min-width: 856px !important;
  min-height: 500px !important; }
  @media only screen and (max-width: 834px) {
    .primecut .products-detail-mv .mv-flex .img img {
      min-width: auto !important;
      min-height: auto !important; } }
  @media only screen and (max-width: 750px) {
    .primecut .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

.primecut .products-detail-mv .mv-flex .img {
  right: -33px !important; }

.primecut .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

@media only screen and (max-width: 750px) {
  .primecut .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.content-primecut1 {
  padding: 110px 0 40px 0; }
  @media only screen and (max-width: 834px) {
    .content-primecut1 {
      padding: 75px 0 40px 0; } }
  @media only screen and (max-width: 750px) {
    .content-primecut1 {
      padding: 40px 0 40px 0; } }
  .content-primecut1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      .content-primecut1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-primecut1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-primecut1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-primecut1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-primecut1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px; } }
  .content-primecut1 .img {
    margin-top: 90px; }
    @media only screen and (max-width: 834px) {
      .content-primecut1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-primecut1 .img {
        margin-top: 30px; } }
    .content-primecut1 .img img {
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 834px) {
        .content-primecut1 .img img {
          width: 80%; } }

.content-primecut2 {
  padding: 0 2%; }
  .content-primecut2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-primecut2 .flex {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .content-primecut2 .flex .text {
      width: 45%;
      padding-left: 6%; }
      @media only screen and (max-width: 834px) {
        .content-primecut2 .flex .text {
          width: 50%; } }
      @media only screen and (max-width: 750px) {
        .content-primecut2 .flex .text {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-primecut2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-primecut2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-primecut2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-primecut2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-primecut2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-primecut2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-primecut2 .flex .img {
      width: 50%;
      margin-bottom: 73px; }
      @media only screen and (max-width: 750px) {
        .content-primecut2 .flex .img {
          padding: 25px 0; } }
      @media only screen and (max-width: 750px) {
        .content-primecut2 .flex .img {
          width: 100%;
          margin-bottom: 0; } }
      .content-primecut2 .flex .img img {
        margin-left: auto;
        margin-right: auto;
        height: 450px; }

.content-primecut3 {
  position: relative;
  margin-top: 20px;
  padding: 0 2%; }
  .content-primecut3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-primecut3 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto; } }
    .content-primecut3 .flex .box {
      width: 53%;
      padding-right: 6%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      @media only screen and (max-width: 834px) {
        .content-primecut3 .flex .box {
          padding-left: 3%;
          padding-right: 3%; } }
      @media only screen and (max-width: 750px) {
        .content-primecut3 .flex .box {
          width: 100%;
          padding: 7.5%; } }
      .content-primecut3 .flex .box .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-primecut3 .flex .box .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-primecut3 .flex .box .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-primecut3 .flex .box .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-primecut3 .flex .box .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-primecut3 .flex .box .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-primecut3 .flex .img {
      width: 47%;
      margin-bottom: -112px; }
      @media only screen and (max-width: 834px) {
        .content-primecut3 .flex .img {
          width: 67%; } }
      @media only screen and (max-width: 750px) {
        .content-primecut3 .flex .img {
          width: 100%;
          padding: 25px 20px;
          margin: 0 auto; } }
      .content-primecut3 .flex .img img {
        margin: 0 auto; }

.title-note-link {
  padding: 80px 15px 40px 15px;
  text-align: center; }
  @media only screen and (max-width: 750px) {
    .title-note-link {
      padding: 40px 15px 40px 15px; } }
  .title-note-link h3 {
    font-size: 2.8rem;
    line-height: 2;
    font-weight: 700;
    color: #ec6700;
    margin-bottom: 15px; }
    @media only screen and (max-width: 834px) {
      .title-note-link h3 br {
        display: none; } }
    @media only screen and (max-width: 750px) {
      .title-note-link h3 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }

.surecut .products-detail-mv .mv-flex .img img {
  min-width: auto !important;
  min-height: auto !important;
  max-height: 472px !important; }
  @media only screen and (max-width: 834px) {
    .surecut .products-detail-mv .mv-flex .img img {
      width: 80% !important;
      padding-right: 3%;
      margin-left: auto; } }
  @media only screen and (max-width: 750px) {
    .surecut .products-detail-mv .mv-flex .img img {
      width: 100% !important;
      padding-right: 0;
      margin-left: 0;
      max-height: 100% !important; } }

.surecut .products-detail-mv .mv-flex .img {
  right: -33px !important;
  top: 32px !important; }

.surecut .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

@media only screen and (max-width: 750px) {
  .surecut .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.content-surecut1 {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 834px) {
    .content-surecut1 {
      padding: 75px 0 0px 0; } }
  @media only screen and (max-width: 750px) {
    .content-surecut1 {
      padding: 40px 0 40px 0; } }
  .content-surecut1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      .content-surecut1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-surecut1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-surecut1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-surecut1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-surecut1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px; } }
  .content-surecut1 .img {
    margin-top: 90px; }
    @media only screen and (max-width: 834px) {
      .content-surecut1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-surecut1 .img {
        margin-top: 30px; } }
    .content-surecut1 .img img {
      margin-right: auto;
      margin-left: auto; }
      @media only screen and (max-width: 834px) {
        .content-surecut1 .img img {
          width: 80%; } }

.content-surecut2 {
  padding: 0 2%; }
  .content-surecut2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-surecut2 .flex {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .content-surecut2 .flex .text {
      width: 45%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-surecut2 .flex .text {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-surecut2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-surecut2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-surecut2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-surecut2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000;
        white-space: nowrap; }
        @media only screen and (max-width: 1080px) {
          .content-surecut2 .flex .text p {
            white-space: normal; } }
        @media only screen and (max-width: 834px) {
          .content-surecut2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-surecut2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; }
            .content-surecut2 .flex .text p br {
              display: none; } }
    .content-surecut2 .flex .img {
      width: 60%;
      padding-right: 6%; }
      @media only screen and (max-width: 750px) {
        .content-surecut2 .flex .img {
          width: 100%;
          padding: 40px 6%; } }
      .content-surecut2 .flex .img img {
        margin-left: auto; }

.content-surecut3 {
  margin-top: 20px;
  padding: 0 2%; }
  .content-surecut3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-surecut3 .flex {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .content-surecut3 .flex .box {
      width: 45%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 2%;
      padding-right: 6%; }
      @media only screen and (max-width: 750px) {
        .content-surecut3 .flex .box {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-surecut3 .flex .box .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-surecut3 .flex .box .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-surecut3 .flex .box .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-surecut3 .flex .box .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-surecut3 .flex .box .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-surecut3 .flex .box .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; }
            .content-surecut3 .flex .box .text p br {
              display: none; } }
    .content-surecut3 .flex .img {
      width: 65%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-surecut3 .flex .img {
          width: 100%;
          padding: 0 6.5%; } }
      @media only screen and (max-width: 750px) {
        .content-surecut3 .flex .img img {
          margin-left: 0; } }

.surelock .products-detail-mv .mv-flex .img img {
  min-width: 480px !important;
  min-height: auto !important; }
  @media only screen and (max-width: 834px) {
    .surelock .products-detail-mv .mv-flex .img img {
      min-width: 415px !important; } }
  @media only screen and (max-width: 750px) {
    .surelock .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

.surelock .products-detail-mv .mv-flex .img {
  right: 50px !important;
  top: 20px !important; }

.surelock .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

@media only screen and (max-width: 750px) {
  .surelock .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.surelock .vdo {
  position: relative;
  max-width: 837px;
  width: 100%;
  padding-top: 38.25%;
  margin: 100px auto 40px auto; }
  @media only screen and (max-width: 750px) {
    .surelock .vdo {
      padding-top: 56.25%;
      margin: 40px auto 20px auto;
      padding-left: 10px;
      padding-right: 10px; } }
  .surelock .vdo iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.content-surelock1 {
  padding: 110px 0 40px 0; }
  @media only screen and (max-width: 834px) {
    .content-surelock1 {
      padding: 75px 0 40px 0; } }
  @media only screen and (max-width: 750px) {
    .content-surelock1 {
      padding: 40px 0 40px 0; } }
  .content-surelock1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      .content-surelock1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-surelock1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-surelock1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-surelock1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-surelock1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px; } }
  .content-surelock1 .img {
    margin-top: 40px; }
    @media only screen and (max-width: 834px) {
      .content-surelock1 .img {
        margin-top: 40px; } }
    @media only screen and (max-width: 750px) {
      .content-surelock1 .img {
        margin-top: 30px; } }
    .content-surelock1 .img img {
      margin-right: auto;
      margin-left: auto; }
      @media only screen and (max-width: 834px) {
        .content-surelock1 .img img {
          width: 80%; } }

.content-surelock2 {
  padding: 0 2%; }
  .content-surelock2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-surelock2 .flex {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .content-surelock2 .flex .text {
      width: 45%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-surelock2 .flex .text {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-surelock2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-surelock2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-surelock2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-surelock2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-surelock2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-surelock2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; }
            .content-surelock2 .flex .text p br {
              display: none; } }
    .content-surelock2 .flex .img {
      width: 65%;
      margin-bottom: -21px; }
      @media only screen and (max-width: 750px) {
        .content-surelock2 .flex .img {
          width: 100%;
          margin-bottom: 0;
          padding: 10% 6.5% 6.5% 6.5%; } }
      .content-surelock2 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.content-surelock3 {
  position: relative;
  margin-top: 20px;
  padding: 0 2%; }
  .content-surelock3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3;
    padding: 0 50px; }
    @media only screen and (max-width: 750px) {
      .content-surelock3 .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
        padding: 40px 10px 0 10px; } }
    .content-surelock3 .flex .box {
      width: 53%;
      padding-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      z-index: 2; }
      @media only screen and (max-width: 750px) {
        .content-surelock3 .flex .box {
          width: 100%;
          padding: 7.5%; } }
      .content-surelock3 .flex .box .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-surelock3 .flex .box .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-surelock3 .flex .box .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-surelock3 .flex .box .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-surelock3 .flex .box .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-surelock3 .flex .box .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-surelock3 .flex .img {
      width: 55%;
      position: absolute;
      left: 90px;
      top: 10px; }
      @media only screen and (max-width: 834px) {
        .content-surelock3 .flex .img {
          position: inherit; } }
      @media only screen and (max-width: 750px) {
        .content-surelock3 .flex .img {
          width: 100%;
          padding: 0 20px; } }
      .content-surelock3 .flex .img img {
        margin: 0 auto; }

.content-surelock4 {
  padding: 0 2%;
  margin-top: 20px; }
  .content-surelock4 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-surelock4 .flex {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .content-surelock4 .flex .box {
      width: 45%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-surelock4 .flex .box {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-surelock4 .flex .box .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-surelock4 .flex .box .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-surelock4 .flex .box .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-surelock4 .flex .box .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-surelock4 .flex .box .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-surelock4 .flex .box .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; }
            .content-surelock4 .flex .box .text p br {
              display: none; } }
    .content-surelock4 .flex .img {
      width: 65%; }
      @media only screen and (max-width: 750px) {
        .content-surelock4 .flex .img {
          width: 100%;
          margin-bottom: 0;
          padding: 40px 80px; } }
      .content-surelock4 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.kyokotsu .products-detail-mv .mv-flex .img img {
  min-width: 515px !important; }
  @media only screen and (max-width: 834px) {
    .kyokotsu .products-detail-mv .mv-flex .img img {
      min-width: 415px !important; } }
  @media only screen and (max-width: 750px) {
    .kyokotsu .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

.kyokotsu .products-detail-mv .mv-flex .img {
  right: -33px !important; }

.kyokotsu .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

@media only screen and (max-width: 750px) {
  .kyokotsu .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.kyokotsu .text-small {
  font-size: 1.6rem; }

.content-kyokotsu1 {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 834px) {
    .content-kyokotsu1 {
      padding: 75px 0 0px 0; } }
  @media only screen and (max-width: 750px) {
    .content-kyokotsu1 {
      padding: 40px 0 0px 0; } }
  .content-kyokotsu1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      .content-kyokotsu1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-kyokotsu1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-kyokotsu1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-kyokotsu1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-kyokotsu1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px; } }
  .content-kyokotsu1 .img {
    margin-top: 20px;
    margin-bottom: 90px; }
    .content-kyokotsu1 .img img {
      margin-right: auto;
      margin-left: auto; }
    @media only screen and (max-width: 834px) {
      .content-kyokotsu1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-kyokotsu1 .img {
        margin-top: 30px;
        padding: 0 30px;
        margin-bottom: 40px; } }

.content-kyokotsu2 {
  padding: 0 2%; }
  .content-kyokotsu2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-kyokotsu2 .flex {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .content-kyokotsu2 .flex .text {
      width: 45%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-kyokotsu2 .flex .text {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-kyokotsu2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-kyokotsu2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-kyokotsu2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-kyokotsu2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-kyokotsu2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-kyokotsu2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-kyokotsu2 .flex .img {
      width: 50%;
      margin-bottom: 38px; }
      @media only screen and (max-width: 750px) {
        .content-kyokotsu2 .flex .img {
          width: 100%;
          margin-bottom: 0; } }
      .content-kyokotsu2 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.content-kyokotsu3 {
  position: relative;
  margin-top: 20px;
  padding: 0 2%; }
  .content-kyokotsu3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 410px;
    background-color: #f3f3f3;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px; }
    @media only screen and (max-width: 750px) {
      .content-kyokotsu3 .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 40px 30px; } }
    .content-kyokotsu3 .flex .box {
      width: 53%;
      padding-right: 6%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      @media only screen and (max-width: 750px) {
        .content-kyokotsu3 .flex .box {
          width: 100%;
          padding: 20px 0; } }
      .content-kyokotsu3 .flex .box .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-kyokotsu3 .flex .box .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-kyokotsu3 .flex .box .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-kyokotsu3 .flex .box .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-kyokotsu3 .flex .box .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-kyokotsu3 .flex .box .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-kyokotsu3 .flex .img {
      width: 47%; }
      @media only screen and (max-width: 750px) {
        .content-kyokotsu3 .flex .img {
          width: 100%; } }
      .content-kyokotsu3 .flex .img img {
        margin: 0 auto; }

.kotsuzui .products-detail-mv .mv-flex .img img {
  min-width: 515px !important; }
  @media only screen and (max-width: 834px) {
    .kotsuzui .products-detail-mv .mv-flex .img img {
      min-width: 415px !important; } }
  @media only screen and (max-width: 750px) {
    .kotsuzui .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

.kotsuzui .products-detail-mv .mv-flex .img {
  right: -33px !important; }

.kotsuzui .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

@media only screen and (max-width: 750px) {
  .kotsuzui .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.kotsuzui .text-small {
  font-size: 1.6rem; }

.kotsuzui .sub-mv-txt {
  font-size: 1.6rem; }
  @media only screen and (max-width: 750px) {
    .kotsuzui .sub-mv-txt {
      font-size: 1rem; } }

.content-kotsuzui1 {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 834px) {
    .content-kotsuzui1 {
      padding: 75px 0 0px 0; } }
  @media only screen and (max-width: 750px) {
    .content-kotsuzui1 {
      padding: 40px 0 0px 0; } }
  .content-kotsuzui1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      .content-kotsuzui1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-kotsuzui1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-kotsuzui1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-kotsuzui1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-kotsuzui1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px; } }
  .content-kotsuzui1 .img {
    margin-top: 20px;
    margin-bottom: 90px; }
    .content-kotsuzui1 .img img {
      margin-right: auto;
      margin-left: auto; }
    @media only screen and (max-width: 834px) {
      .content-kotsuzui1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-kotsuzui1 .img {
        margin-top: 30px;
        padding: 0 30px;
        margin-bottom: 40px; } }

.content-kotsuzui2 {
  padding: 0 2%; }
  .content-kotsuzui2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-kotsuzui2 .flex {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .content-kotsuzui2 .flex .text {
      width: 45%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-kotsuzui2 .flex .text {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-kotsuzui2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-kotsuzui2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-kotsuzui2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-kotsuzui2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-kotsuzui2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-kotsuzui2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-kotsuzui2 .flex .img {
      width: 50%;
      margin-bottom: 38px;
      padding-right: 6%; }
      @media only screen and (max-width: 750px) {
        .content-kotsuzui2 .flex .img {
          width: 100%;
          margin-bottom: 0;
          padding: 30px; } }
      .content-kotsuzui2 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.content-kotsuzui3 {
  position: relative;
  margin-top: 20px;
  padding: 0 2%; }
  .content-kotsuzui3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 410px;
    background-color: #f3f3f3;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px; }
    @media only screen and (max-width: 750px) {
      .content-kotsuzui3 .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 40px 30px; } }
    .content-kotsuzui3 .flex .box {
      width: 53%;
      padding-right: 6%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      @media only screen and (max-width: 750px) {
        .content-kotsuzui3 .flex .box {
          width: 100%;
          padding: 20px 0; } }
      .content-kotsuzui3 .flex .box .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-kotsuzui3 .flex .box .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-kotsuzui3 .flex .box .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-kotsuzui3 .flex .box .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-kotsuzui3 .flex .box .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-kotsuzui3 .flex .box .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-kotsuzui3 .flex .img {
      width: 47%; }
      @media only screen and (max-width: 750px) {
        .content-kotsuzui3 .flex .img {
          width: 100%; } }
      .content-kotsuzui3 .flex .img img {
        margin: 0 auto; }

.swishtmercp .products-detail-mv .mv-flex .img img {
  min-width: 515px !important; }
  @media only screen and (max-width: 834px) {
    .swishtmercp .products-detail-mv .mv-flex .img img {
      min-height: auto;
      width: 100%;
      min-width: auto !important; } }
  @media only screen and (max-width: 750px) {
    .swishtmercp .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

@media only screen and (max-width: 750px) {
  .swishtmercp .products-detail-mv .mv-flex .box .text h2 {
    line-height: 1.8 !important; } }

.swishtmercp .products-detail-mv .mv-flex .img {
  right: -33px !important; }
  @media only screen and (max-width: 834px) {
    .swishtmercp .products-detail-mv .mv-flex .img {
      top: 30px !important;
      right: 0 !important;
      z-index: 7 !important;
      width: 400px !important; } }

.swishtmercp .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

@media only screen and (max-width: 750px) {
  .swishtmercp .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.swishtmercp .text-small {
  font-size: 1.6rem; }

.swishtmercp .sub-mv-txt {
  font-size: 1.6rem; }
  @media only screen and (max-width: 750px) {
    .swishtmercp .sub-mv-txt {
      font-size: 1rem; } }

.content-swishtmercp1 {
  padding: 110px 0 40px 0; }
  @media only screen and (max-width: 834px) {
    .content-swishtmercp1 {
      padding: 75px 30px 40px 30px; } }
  @media only screen and (max-width: 750px) {
    .content-swishtmercp1 {
      padding: 40px 30px 40px 30px; } }
  .content-swishtmercp1 h2 {
    font-size: 2.2rem;
    line-height: 4.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      .content-swishtmercp1 h2 {
        font-size: 3rem;
        line-height: 1.6; } }
    @media only screen and (max-width: 750px) {
      .content-swishtmercp1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-swishtmercp1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-swishtmercp1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-swishtmercp1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px; } }
  .content-swishtmercp1 .img {
    margin-top: 20px;
    margin-bottom: 90px; }
    .content-swishtmercp1 .img img {
      margin-right: auto;
      margin-left: auto; }
    @media only screen and (max-width: 834px) {
      .content-swishtmercp1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-swishtmercp1 .img {
        margin-top: 30px;
        padding: 0 30px;
        margin-bottom: 40px; } }

.content-swishtmercp2 {
  padding: 0 2%; }
  .content-swishtmercp2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-swishtmercp2 .flex {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .content-swishtmercp2 .flex .text {
      width: 45%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-swishtmercp2 .flex .text {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-swishtmercp2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-swishtmercp2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-swishtmercp2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-swishtmercp2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-swishtmercp2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-swishtmercp2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-swishtmercp2 .flex .img {
      width: 50%;
      margin-bottom: 38px;
      padding-right: 6%; }
      @media only screen and (max-width: 750px) {
        .content-swishtmercp2 .flex .img {
          width: 100%;
          margin-bottom: 0;
          padding: 30px; } }
      .content-swishtmercp2 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.content-swishtmercp3 {
  position: relative;
  margin-top: 20px;
  padding: 0 2%; }
  .content-swishtmercp3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 410px;
    background-color: #f3f3f3;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px; }
    @media only screen and (max-width: 750px) {
      .content-swishtmercp3 .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 40px 30px; } }
    .content-swishtmercp3 .flex .box {
      width: 53%;
      padding-right: 6%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      @media only screen and (max-width: 750px) {
        .content-swishtmercp3 .flex .box {
          width: 100%;
          padding: 20px 0; } }
      .content-swishtmercp3 .flex .box .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-swishtmercp3 .flex .box .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-swishtmercp3 .flex .box .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-swishtmercp3 .flex .box .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-swishtmercp3 .flex .box .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-swishtmercp3 .flex .box .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-swishtmercp3 .flex .img {
      width: 47%; }
      @media only screen and (max-width: 750px) {
        .content-swishtmercp3 .flex .img {
          width: 100%; } }
      .content-swishtmercp3 .flex .img img {
        margin: 0 auto; }

.guide .products-detail-mv .mv-flex .img img {
  min-width: 515px !important; }
  @media only screen and (max-width: 834px) {
    .guide .products-detail-mv .mv-flex .img img {
      min-width: auto !important;
      width: 100% !important; } }

.guide .products-detail-mv .mv-flex .img {
  top: 20px !important;
  right: -33px !important; }
  @media only screen and (max-width: 834px) {
    .guide .products-detail-mv .mv-flex .img {
      width: 50%;
      right: 0 !important; } }
  @media only screen and (max-width: 750px) {
    .guide .products-detail-mv .mv-flex .img {
      width: 100%; } }

.guide .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

@media only screen and (max-width: 750px) {
  .guide .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.guide .text-small {
  font-size: 1.6rem; }

.guide .sub-mv-txt {
  font-size: 1.6rem; }
  @media only screen and (max-width: 750px) {
    .guide .sub-mv-txt {
      font-size: 1rem; } }

.guide .font-size-16 {
  font-size: 1.8rem;
  line-height: 1.8; }

.content-guide1 {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 834px) {
    .content-guide1 {
      padding: 75px 0 0px 0; } }
  @media only screen and (max-width: 750px) {
    .content-guide1 {
      padding: 40px 30px 0px 30px; } }
  .content-guide1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      .content-guide1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-guide1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-guide1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-guide1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-guide1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px;
        padding: 0; } }
  .content-guide1 .img {
    margin-top: 40px;
    margin-bottom: 90px; }
    .content-guide1 .img img {
      margin-right: auto;
      margin-left: auto; }
    @media only screen and (max-width: 834px) {
      .content-guide1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-guide1 .img {
        margin-top: 30px;
        padding: 0 30px;
        margin-bottom: 40px; } }

.content-guide2 {
  padding: 0 2%; }
  .content-guide2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-guide2 .flex {
        display: inline-block;
        height: auto; } }
    .content-guide2 .flex .text {
      width: 45%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-guide2 .flex .text {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-guide2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-guide2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-guide2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-guide2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-guide2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-guide2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-guide2 .flex .img {
      width: 50%;
      margin-bottom: -200px; }
      @media only screen and (max-width: 750px) {
        .content-guide2 .flex .img {
          width: 100%;
          margin-top: 0px;
          margin-bottom: 0;
          padding: 30px;
          padding-bottom: 0; } }
      .content-guide2 .flex .img img {
        margin-left: auto; }

.hiba .products-detail-mv .mv-flex .img img {
  min-width: 515px !important; }
  @media only screen and (max-width: 1080px) {
    .hiba .products-detail-mv .mv-flex .img img {
      min-height: auto !important; } }
  @media only screen and (max-width: 834px) {
    .hiba .products-detail-mv .mv-flex .img img {
      min-width: 415px !important; } }
  @media only screen and (max-width: 750px) {
    .hiba .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

.hiba .products-detail-mv .mv-flex .img {
  right: 7%;
  margin-top: 50px; }
  @media only screen and (max-width: 750px) {
    .hiba .products-detail-mv .mv-flex .img {
      margin-top: 0px; } }
  .hiba .products-detail-mv .mv-flex .img img {
    min-height: auto;
    width: 100%;
    max-width: 670px; }
    @media only screen and (max-width: 1080px) {
      .hiba .products-detail-mv .mv-flex .img img {
        max-width: 550px; } }
    @media only screen and (max-width: 834px) {
      .hiba .products-detail-mv .mv-flex .img img {
        max-width: 400px; } }
    @media only screen and (max-width: 750px) {
      .hiba .products-detail-mv .mv-flex .img img {
        max-width: 100%; } }

.hiba .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

@media only screen and (max-width: 750px) {
  .hiba .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.hiba .text-small {
  font-size: 1.6rem; }

.hiba .sub-mv-txt {
  font-size: 1.6rem; }
  @media only screen and (max-width: 750px) {
    .hiba .sub-mv-txt {
      font-size: 1rem; } }

.hiba .font-size-16 {
  font-size: 1.8rem;
  line-height: 1.8; }
  @media only screen and (max-width: 750px) {
    .hiba .font-size-16 {
      font-size: 1.6rem; } }

.hiba .products-btn-download {
  padding-top: 0 !important; }

.content-hiba1 {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 834px) {
    .content-hiba1 {
      padding: 75px 0 0px 0; } }
  @media only screen and (max-width: 750px) {
    .content-hiba1 {
      padding: 40px 30px 0px 30px; } }
  .content-hiba1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      .content-hiba1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-hiba1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-hiba1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-hiba1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-hiba1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px;
        padding: 0; } }
  .content-hiba1 .img {
    margin-top: 40px; }
    .content-hiba1 .img img {
      margin-left: auto; }
    @media only screen and (max-width: 834px) {
      .content-hiba1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-hiba1 .img {
        margin-top: 30px;
        padding: 0 30px;
        margin-bottom: 40px; } }

.content-hiba2 {
  padding: 0 2%; }
  .content-hiba2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-hiba2 .flex {
        display: inline-block;
        height: auto; } }
    .content-hiba2 .flex .text {
      width: 45%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-hiba2 .flex .text {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-hiba2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-hiba2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-hiba2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-hiba2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-hiba2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-hiba2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-hiba2 .flex .img {
      width: 50%;
      margin-bottom: -200px; }
      @media only screen and (max-width: 750px) {
        .content-hiba2 .flex .img {
          width: 100%;
          margin-top: 0px;
          margin-bottom: 0;
          padding: 30px;
          padding-bottom: 0; } }
      .content-hiba2 .flex .img img {
        margin-left: auto; }

.k_needle .products-detail-mv .mv-flex .img img {
  min-width: 515px !important; }
  @media only screen and (max-width: 834px) {
    .k_needle .products-detail-mv .mv-flex .img img {
      min-width: 415px !important; } }
  @media only screen and (max-width: 750px) {
    .k_needle .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

.k_needle .products-detail-mv .mv-flex .img {
  right: -33px !important;
  margin-top: 50px; }
  @media only screen and (max-width: 750px) {
    .k_needle .products-detail-mv .mv-flex .img {
      margin-top: 0px; } }
  .k_needle .products-detail-mv .mv-flex .img img {
    min-height: auto !important;
    width: 700px; }

.k_needle .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

@media only screen and (max-width: 750px) {
  .k_needle .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.k_needle .text-small {
  font-size: 1.6rem; }

.k_needle .sub-mv-txt {
  font-size: 1.6rem; }
  @media only screen and (max-width: 750px) {
    .k_needle .sub-mv-txt {
      font-size: 1rem; } }

.k_needle .font-size-16 {
  font-size: 1.8rem;
  line-height: 1.8; }
  @media only screen and (max-width: 750px) {
    .k_needle .font-size-16 {
      font-size: 1.6rem; } }

.content-k_needle1 {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 834px) {
    .content-k_needle1 {
      padding: 75px 0 0px 0; } }
  @media only screen and (max-width: 750px) {
    .content-k_needle1 {
      padding: 40px 30px 0px 30px; } }
  .content-k_needle1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      .content-k_needle1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-k_needle1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-k_needle1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-k_needle1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-k_needle1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px;
        padding: 0; }
        .content-k_needle1 p br {
          display: none; } }
  .content-k_needle1 .img {
    margin-top: 40px;
    margin-bottom: 120px; }
    .content-k_needle1 .img img {
      margin-left: auto;
      margin-right: auto; }
    @media only screen and (max-width: 834px) {
      .content-k_needle1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-k_needle1 .img {
        margin-top: 30px;
        padding: 0 30px;
        margin-bottom: 40px; } }

.content-k_needle2 {
  padding: 0 2%; }
  .content-k_needle2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-k_needle2 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto; } }
    .content-k_needle2 .flex .text {
      width: 60%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-k_needle2 .flex .text {
          width: 100%;
          padding: 30px 7.5% 10% 7.5%; } }
      .content-k_needle2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-k_needle2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-k_needle2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-k_needle2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-k_needle2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-k_needle2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-k_needle2 .flex .img {
      width: 40%;
      margin-top: -103px; }
      @media only screen and (max-width: 750px) {
        .content-k_needle2 .flex .img {
          width: 100%;
          margin-top: 0px;
          margin-bottom: 0;
          padding: 30px;
          padding-bottom: 0; } }
      .content-k_needle2 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.bonemarrow .acecut {
  background-image: url(../images/products/other/bonemarrow/bg02.jpg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 750px) {
    .bonemarrow .acecut {
      background-image: url(../images/products/other/bonemarrow/bg02-sp.jpg) !important;
      height: 450px; } }

@media only screen and (max-width: 750px) {
  .bonemarrow .box h1 br {
    display: none; } }

.bonemarrow .products-detail-mv .mv-flex .img img {
  min-width: 515px !important; }
  @media only screen and (max-width: 834px) {
    .bonemarrow .products-detail-mv .mv-flex .img img {
      min-width: 415px !important; } }
  @media only screen and (max-width: 750px) {
    .bonemarrow .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

.bonemarrow .products-detail-mv .mv-flex .img {
  margin-top: 0px;
  right: -70px !important; }
  @media only screen and (max-width: 750px) {
    .bonemarrow .products-detail-mv .mv-flex .img {
      margin-top: 0px; } }
  .bonemarrow .products-detail-mv .mv-flex .img img {
    min-height: auto !important;
    width: auto; }

.bonemarrow .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

@media only screen and (max-width: 750px) {
  .bonemarrow .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.bonemarrow .text-small {
  font-size: 1.6rem; }

.bonemarrow .sub-mv-txt {
  font-size: 1.6rem; }
  @media only screen and (max-width: 750px) {
    .bonemarrow .sub-mv-txt {
      font-size: 1rem; } }

.bonemarrow .font-size-16 {
  font-size: 1.8rem;
  line-height: 1.8; }
  @media only screen and (max-width: 750px) {
    .bonemarrow .font-size-16 {
      font-size: 1.6rem; } }

.content-bonemarrow1 {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 834px) {
    .content-bonemarrow1 {
      padding: 75px 0 0px 0; } }
  @media only screen and (max-width: 750px) {
    .content-bonemarrow1 {
      padding: 40px 30px 0px 30px; } }
  .content-bonemarrow1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #ec6700; }
    @media only screen and (max-width: 834px) {
      .content-bonemarrow1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-bonemarrow1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-bonemarrow1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-bonemarrow1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-bonemarrow1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px;
        padding: 0; }
        .content-bonemarrow1 p br {
          display: none; } }
  .content-bonemarrow1 .img {
    margin-top: 40px;
    margin-bottom: 120px; }
    .content-bonemarrow1 .img img {
      margin-left: auto;
      margin-right: auto; }
    @media only screen and (max-width: 834px) {
      .content-bonemarrow1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-bonemarrow1 .img {
        margin-top: 30px;
        padding: 0 30px;
        margin-bottom: 40px; } }

.content-bonemarrow2 {
  padding: 0 2%; }
  .content-bonemarrow2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-bonemarrow2 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto; } }
    .content-bonemarrow2 .flex .text {
      width: 50%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-bonemarrow2 .flex .text {
          width: 100%;
          padding: 30px 7.5% 10% 7.5%; } }
      .content-bonemarrow2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-bonemarrow2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-bonemarrow2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-bonemarrow2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-bonemarrow2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-bonemarrow2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-bonemarrow2 .flex .img {
      width: 50%; }
      @media only screen and (max-width: 750px) {
        .content-bonemarrow2 .flex .img {
          width: 100%;
          margin-top: 0px;
          margin-bottom: 0;
          padding: 30px;
          padding-bottom: 0; } }
      .content-bonemarrow2 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.content-bonemarrow3 {
  padding: 15px 2%; }
  .content-bonemarrow3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-bonemarrow3 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto; } }
    .content-bonemarrow3 .flex .text {
      width: 50%; }
      @media only screen and (max-width: 750px) {
        .content-bonemarrow3 .flex .text {
          width: 100%;
          padding: 30px 7.5% 10% 7.5%; } }
      .content-bonemarrow3 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #ec6700; }
        @media only screen and (max-width: 834px) {
          .content-bonemarrow3 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-bonemarrow3 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-bonemarrow3 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-bonemarrow3 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-bonemarrow3 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-bonemarrow3 .flex .img {
      width: 50%; }
      @media only screen and (max-width: 750px) {
        .content-bonemarrow3 .flex .img {
          width: 100%;
          margin-top: 0px;
          margin-bottom: 0;
          padding: 30px;
          padding-bottom: 0; } }
      .content-bonemarrow3 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.steriject .acecut {
  background-image: url(../images/products/syringe_related/steriject/bg.jpg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 750px) {
    .steriject .acecut {
      background-image: url(../images/products/syringe_related/steriject/bg-sp.jpg) !important;
      height: 450px; } }

@media only screen and (max-width: 750px) {
  .steriject .box h1 br {
    display: none; } }

.steriject .products-detail-mv .mv-flex .img img {
  min-width: 515px !important; }
  @media only screen and (max-width: 834px) {
    .steriject .products-detail-mv .mv-flex .img img {
      min-width: 415px !important; } }
  @media only screen and (max-width: 750px) {
    .steriject .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

.steriject .products-detail-mv .mv-flex .img {
  margin-top: 0px;
  right: -70px !important; }
  @media only screen and (max-width: 750px) {
    .steriject .products-detail-mv .mv-flex .img {
      margin-top: 0px; } }
  .steriject .products-detail-mv .mv-flex .img img {
    min-height: auto !important;
    width: auto; }

.steriject .products-table .table {
  max-width: initial !important;
  width: 1024px !important; }

@media only screen and (max-width: 750px) {
  .steriject .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.steriject .text-small {
  font-size: 1.6rem; }

.steriject .sub-mv-txt {
  font-size: 1.6rem; }
  @media only screen and (max-width: 750px) {
    .steriject .sub-mv-txt {
      font-size: 1rem; } }

.steriject .font-size-16 {
  font-size: 1.8rem;
  line-height: 1.8; }
  @media only screen and (max-width: 750px) {
    .steriject .font-size-16 {
      font-size: 1.6rem; } }

.steriject .products-table .section {
  overflow: scroll; }
  .steriject .products-table .section .title-table {
    margin-top: 40px;
    margin-bottom: 20px; }
    .steriject .products-table .section .title-table h3 {
      font-size: 2rem;
      color: #0272bd;
      text-align: center;
      font-weight: bold; }

.steriject .products-table .note-table {
  max-width: 1024px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 40px; }

.content-steriject1 {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 834px) {
    .content-steriject1 {
      padding: 75px 0 0px 0; } }
  @media only screen and (max-width: 750px) {
    .content-steriject1 {
      padding: 40px 30px 0px 30px; } }
  .content-steriject1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #0272bd; }
    @media only screen and (max-width: 834px) {
      .content-steriject1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-steriject1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-steriject1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-steriject1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-steriject1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px;
        padding: 0; }
        .content-steriject1 p br {
          display: none; } }
  .content-steriject1 .img {
    margin-top: 40px;
    margin-bottom: 120px;
    margin-left: 70px; }
    @media only screen and (max-width: 750px) {
      .content-steriject1 .img {
        margin-left: 0px; } }
    .content-steriject1 .img img {
      margin-left: auto;
      margin-right: auto; }
    @media only screen and (max-width: 834px) {
      .content-steriject1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-steriject1 .img {
        margin-top: 30px;
        padding: 0 30px;
        margin-bottom: 40px; } }

.content-steriject2-bg {
  padding: 40px;
  background-color: #f3f3f3; }

.content-steriject2 .bg-table {
  overflow: auto; }

.content-steriject2 img {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 750px) {
    .content-steriject2 img {
      width: 1160px;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; } }

.content-steriject3 {
  padding: 15px 2%; }
  .content-steriject3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-steriject3 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto; } }
    .content-steriject3 .flex .text {
      width: 50%; }
      @media only screen and (max-width: 750px) {
        .content-steriject3 .flex .text {
          width: 100%;
          padding: 30px 7.5% 10% 7.5%; } }
      .content-steriject3 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #0272bd; }
        @media only screen and (max-width: 834px) {
          .content-steriject3 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-steriject3 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-steriject3 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-steriject3 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-steriject3 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-steriject3 .flex .img {
      width: 50%; }
      @media only screen and (max-width: 750px) {
        .content-steriject3 .flex .img {
          width: 100%;
          margin-top: 0px;
          margin-bottom: 0;
          padding: 30px;
          padding-bottom: 0; } }
      .content-steriject3 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.steriglide .acecut {
  background-image: url(../images/products/syringe_related/steriglide/bg.jpg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 750px) {
    .steriglide .acecut {
      background-image: url(../images/products/syringe_related/steriglide/bg-sp.jpg) !important;
      height: 450px; } }

@media only screen and (max-width: 750px) {
  .steriglide .box h1 br {
    display: none; } }

.steriglide .products-detail-mv .mv-flex .img img {
  min-width: 515px !important; }
  @media only screen and (max-width: 834px) {
    .steriglide .products-detail-mv .mv-flex .img img {
      min-width: 415px !important; } }
  @media only screen and (max-width: 750px) {
    .steriglide .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

.steriglide .products-detail-mv .mv-flex .img {
  margin-top: 0px;
  right: -70px !important; }
  @media only screen and (max-width: 750px) {
    .steriglide .products-detail-mv .mv-flex .img {
      margin-top: 0px; } }
  .steriglide .products-detail-mv .mv-flex .img img {
    min-height: auto !important;
    width: auto; }

.steriglide .products-table .table {
  max-width: initial !important;
  width: 1024px !important; }

@media only screen and (max-width: 750px) {
  .steriglide .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.steriglide .text-small {
  font-size: 1.6rem; }

.steriglide .sub-mv-txt {
  font-size: 1.6rem; }
  @media only screen and (max-width: 750px) {
    .steriglide .sub-mv-txt {
      font-size: 1rem; } }

.steriglide .font-size-16 {
  font-size: 1.8rem;
  line-height: 1.8; }
  @media only screen and (max-width: 750px) {
    .steriglide .font-size-16 {
      font-size: 1.6rem; } }

.steriglide .products-table .section {
  overflow: scroll; }
  .steriglide .products-table .section .title-table {
    margin-top: 40px;
    margin-bottom: 20px; }
    .steriglide .products-table .section .title-table h3 {
      font-size: 2rem;
      color: #0272bd;
      text-align: center;
      font-weight: bold; }

.steriglide .products-table .note-table {
  max-width: 1024px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 40px; }

.content-steriglide1 {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 834px) {
    .content-steriglide1 {
      padding: 75px 0 0px 0; } }
  @media only screen and (max-width: 750px) {
    .content-steriglide1 {
      padding: 40px 30px 0px 30px; } }
  .content-steriglide1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #0272bd; }
    @media only screen and (max-width: 834px) {
      .content-steriglide1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-steriglide1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-steriglide1 h3 {
    font-size: 3rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #0272bd;
    margin-top: 30px; }
    @media only screen and (max-width: 834px) {
      .content-steriglide1 h3 {
        font-size: 2rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-steriglide1 h3 {
        font-size: 1.8rem;
        line-height: 3.2rem; } }
  .content-steriglide1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-steriglide1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-steriglide1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px;
        padding: 0; }
        .content-steriglide1 p br {
          display: none; } }
  .content-steriglide1 .img {
    margin-top: 40px;
    margin-left: 70px; }
    @media only screen and (max-width: 750px) {
      .content-steriglide1 .img {
        margin-left: 0px; } }
    .content-steriglide1 .img img {
      margin-left: auto;
      margin-right: auto; }
    @media only screen and (max-width: 834px) {
      .content-steriglide1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-steriglide1 .img {
        margin-top: 30px;
        padding: 0 30px;
        margin-bottom: 40px; } }

.content-steriglide2 {
  padding: 0 2%; }
  .content-steriglide2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-steriglide2 .flex {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .content-steriglide2 .flex .text {
      width: 61%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-steriglide2 .flex .text {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-steriglide2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #0272bd; }
        @media only screen and (max-width: 834px) {
          .content-steriglide2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-steriglide2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-steriglide2 .flex .text h3 {
        font-size: 3rem;
        line-height: 5.2rem;
        font-weight: 600;
        text-align: center;
        color: #0272bd;
        margin-top: 30px; }
        @media only screen and (max-width: 834px) {
          .content-steriglide2 .flex .text h3 {
            font-size: 2rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-steriglide2 .flex .text h3 {
            font-size: 1.8rem;
            line-height: 3.2rem; } }
      .content-steriglide2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-steriglide2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-steriglide2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-steriglide2 .flex .img {
      width: 50%;
      margin-bottom: 41px; }
      @media only screen and (max-width: 750px) {
        .content-steriglide2 .flex .img {
          width: 100%;
          margin-bottom: 0; } }
      .content-steriglide2 .flex .img img {
        margin-left: auto; }

.content-steriglide3 {
  padding: 15px 2%; }
  .content-steriglide3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-steriglide3 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto; } }
    .content-steriglide3 .flex .text {
      width: 55%; }
      @media only screen and (max-width: 750px) {
        .content-steriglide3 .flex .text {
          width: 100%;
          padding: 30px 7.5% 10% 7.5%; } }
      .content-steriglide3 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #0272bd; }
        @media only screen and (max-width: 834px) {
          .content-steriglide3 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-steriglide3 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-steriglide3 .flex .text h3 {
        font-size: 3rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #0272bd; }
        @media only screen and (max-width: 834px) {
          .content-steriglide3 .flex .text h3 {
            font-size: 2rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-steriglide3 .flex .text h3 {
            font-size: 1.8rem;
            line-height: 3.2rem; } }
      .content-steriglide3 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-steriglide3 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-steriglide3 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-steriglide3 .flex .img {
      width: 50%;
      margin-bottom: -85px; }
      @media only screen and (max-width: 750px) {
        .content-steriglide3 .flex .img {
          margin-bottom: 0px;
          margin-top: 30px; } }
      .content-steriglide3 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.content-steriglide4 {
  padding: 15px 2%; }
  .content-steriglide4 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 410px;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-steriglide4 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto; } }
    .content-steriglide4 .flex .text {
      width: 40%;
      padding-left: 6%; }
      @media only screen and (max-width: 750px) {
        .content-steriglide4 .flex .text {
          width: 100%;
          padding: 30px 7.5% 10% 7.5%; } }
      .content-steriglide4 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #0272bd; }
        @media only screen and (max-width: 834px) {
          .content-steriglide4 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-steriglide4 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-steriglide4 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-steriglide4 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-steriglide4 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-steriglide4 .flex .img {
      width: 60%;
      margin-top: -85px; }
      @media only screen and (max-width: 750px) {
        .content-steriglide4 .flex .img {
          margin-top: 30px; } }
      .content-steriglide4 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.syringe .products-detail-mv .mv-flex .img img {
  min-width: 515px !important; }
  @media only screen and (max-width: 834px) {
    .syringe .products-detail-mv .mv-flex .img img {
      min-width: 415px !important; } }
  @media only screen and (max-width: 750px) {
    .syringe .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

.syringe .products-detail-mv .mv-flex .img {
  right: -33px !important; }

.syringe .products-table .table {
  width: 100% !important;
  max-width: 880px !important; }

@media only screen and (max-width: 750px) {
  .syringe .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.syringe .text-small {
  font-size: 1.6rem; }

.content-syringe2 {
  padding: 0 2%; }

.content-syringe2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 510px;
  background-color: #f3f3f3; }

@media only screen and (max-width: 750px) {
  .content-syringe2 .flex {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.content-syringe2 .flex .text {
  width: 50%;
  padding-left: 6%; }

@media only screen and (max-width: 750px) {
  .content-syringe2 .flex .text {
    width: 100%;
    padding: 0 7.5% 10% 7.5%; } }

.content-syringe2 .flex .text h2 {
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: 600;
  color: #ec6700; }

@media only screen and (max-width: 834px) {
  .content-syringe2 .flex .text h2 {
    font-size: 3rem;
    line-height: 4rem; } }

@media only screen and (max-width: 750px) {
  .content-syringe2 .flex .text h2 {
    font-size: 2.2rem;
    line-height: 3.2rem; } }

.content-syringe2 .flex .text p {
  margin-top: 25px;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 600;
  color: #000; }

@media only screen and (max-width: 834px) {
  .content-syringe2 .flex .text p {
    font-size: 1.8rem;
    line-height: 3.8rem;
    margin-top: 20px; } }

@media only screen and (max-width: 750px) {
  .content-syringe2 .flex .text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 5px; } }

.content-syringe2 .flex .img {
  width: 50%;
  margin-bottom: 38px; }

@media only screen and (max-width: 750px) {
  .content-kyokotsu2 .flex .img {
    width: 100%;
    margin-bottom: 0; } }

.content-syringe2 .flex .img img {
  margin-left: auto;
  margin-right: auto; }

.content-syringe3 {
  position: relative;
  margin-top: 20px;
  padding: 0 2%; }

.content-syringe3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 510px;
  background-color: #f3f3f3;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px; }

@media only screen and (max-width: 750px) {
  .content-syringe3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 40px 30px; } }

.content-syringe3 .flex .box {
  width: 53%;
  padding-right: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

@media only screen and (max-width: 750px) {
  .content-syringe3 .flex .box {
    width: 100%;
    padding: 20px 0; } }

.content-syringe3 .flex .box .text h2 {
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: 600;
  color: #ec6700; }

@media only screen and (max-width: 834px) {
  .content-syringe3 .flex .box .text h2 {
    font-size: 3rem;
    line-height: 4rem; } }

@media only screen and (max-width: 750px) {
  .content-syringe3 .flex .box .text h2 {
    font-size: 2.2rem;
    line-height: 3.2rem; } }

.content-syringe3 .flex .box .text p {
  margin-top: 25px;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 600;
  color: #000; }

@media only screen and (max-width: 834px) {
  .content-syringe3 .flex .box .text p {
    font-size: 1.8rem;
    line-height: 3.8rem;
    margin-top: 20px; } }

@media only screen and (max-width: 750px) {
  .content-syringe3 .flex .box .text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 5px; } }

.content-syringe3 .flex .img {
  width: 47%;
  margin-bottom: -100px; }

@media only screen and (max-width: 750px) {
  .content-syringe3 .flex .img {
    width: 100%;
    margin-bottom: 30px; } }

.content-syringe3 .flex .img img {
  margin: 0 auto; }

.selectneedle .acecut {
  background-image: url(../images/products/syringe_related/selectneedle/bg.jpg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 750px) {
    .selectneedle .acecut {
      background-image: url(../images/products/syringe_related/selectneedle/bg-sp.jpg) !important;
      height: 450px; } }

@media only screen and (max-width: 750px) {
  .selectneedle .box h1 br {
    display: none; } }

.selectneedle.mintgreen .products-detail-mv .mv-flex .box .text h1 {
  color: #21a3a0 !important; }

.selectneedle.mintgreen .products-detail-mv .mv-flex .box .text h2 {
  color: #21a3a0 !important; }

.selectneedle.mintgreen .products-detail-mv .mv-flex .box .text p.text-tag-comingsoon {
  color: #ffffff !important;
  background-color: #61c1be;
  width: 140px;
  text-align: center;
  margin-bottom: 20px; }

.selectneedle.mintgreen .products-table .table .tr.topic .td {
  border-color: #21a3a0 !important;
  background-color: #21a3a0 !important; }

.selectneedle.mintgreen .products-table .title-table h3 {
  color: #21a3a0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem; }

.selectneedle .products-detail-mv .mv-flex .img img {
  min-width: 515px !important; }
  @media only screen and (max-width: 834px) {
    .selectneedle .products-detail-mv .mv-flex .img img {
      min-width: 415px !important; } }
  @media only screen and (max-width: 750px) {
    .selectneedle .products-detail-mv .mv-flex .img img {
      min-width: auto !important; } }

.selectneedle .products-detail-mv .mv-flex .img {
  margin-top: 0px;
  right: -70px !important; }
  @media only screen and (max-width: 750px) {
    .selectneedle .products-detail-mv .mv-flex .img {
      margin-top: 0px; } }
  .selectneedle .products-detail-mv .mv-flex .img img {
    min-height: auto !important;
    width: auto; }

.selectneedle .products-table .table {
  max-width: initial !important;
  width: 1024px !important; }

@media only screen and (max-width: 750px) {
  .selectneedle .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.selectneedle .text-small {
  font-size: 1.6rem; }

.selectneedle .sub-mv-txt {
  font-size: 1.6rem; }
  @media only screen and (max-width: 750px) {
    .selectneedle .sub-mv-txt {
      font-size: 1rem; } }

.selectneedle .font-size-16 {
  font-size: 1.8rem;
  line-height: 1.8; }
  @media only screen and (max-width: 750px) {
    .selectneedle .font-size-16 {
      font-size: 1.6rem; } }

.selectneedle .products-table .section .title-table {
  margin-top: 40px;
  margin-bottom: 20px; }
  .selectneedle .products-table .section .title-table h3 {
    font-size: 2rem;
    color: #61C1BE;
    text-align: center;
    font-weight: bold; }

.selectneedle .products-table .note-table {
  max-width: 1024px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 40px; }

.content-selectneedle1 {
  padding: 110px 0 0 0; }
  @media only screen and (max-width: 834px) {
    .content-selectneedle1 {
      padding: 75px 0 0px 0; } }
  @media only screen and (max-width: 750px) {
    .content-selectneedle1 {
      padding: 40px 30px 0px 30px; } }
  .content-selectneedle1 h2 {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #61C1BE; }
    @media only screen and (max-width: 834px) {
      .content-selectneedle1 h2 {
        font-size: 3rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-selectneedle1 h2 {
        font-size: 2.2rem;
        line-height: 3.2rem; } }
  .content-selectneedle1 h3 {
    font-size: 3rem;
    line-height: 5.2rem;
    font-weight: 600;
    text-align: center;
    color: #61C1BE;
    margin-top: 30px; }
    @media only screen and (max-width: 834px) {
      .content-selectneedle1 h3 {
        font-size: 2rem;
        line-height: 4rem; } }
    @media only screen and (max-width: 750px) {
      .content-selectneedle1 h3 {
        font-size: 1.8rem;
        line-height: 3.2rem; } }
  .content-selectneedle1 p {
    margin-top: 35px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 5%; }
    @media only screen and (max-width: 834px) {
      .content-selectneedle1 p {
        font-size: 1.8rem;
        line-height: 3.8rem;
        margin-top: 20px; } }
    @media only screen and (max-width: 750px) {
      .content-selectneedle1 p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 10px;
        padding: 0; }
        .content-selectneedle1 p br {
          display: none; } }
  .content-selectneedle1 .img {
    margin-top: 40px;
    margin-left: 70px; }
    @media only screen and (max-width: 750px) {
      .content-selectneedle1 .img {
        margin-left: 0px; } }
    .content-selectneedle1 .img img {
      margin-left: auto;
      margin-right: auto; }
    @media only screen and (max-width: 834px) {
      .content-selectneedle1 .img {
        margin-top: 75px; } }
    @media only screen and (max-width: 750px) {
      .content-selectneedle1 .img {
        margin-top: 30px;
        padding: 0 30px;
        margin-bottom: 40px; } }

.content-selectneedle2 {
  padding: 0 2%; }
  .content-selectneedle2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-selectneedle2 .flex {
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .content-selectneedle2 .flex .text {
      width: 70%;
      padding-left: 6%;
      padding-top: 4%;
      padding-bottom: 4%; }
      @media only screen and (max-width: 750px) {
        .content-selectneedle2 .flex .text {
          width: 100%;
          padding: 0 7.5% 10% 7.5%; } }
      .content-selectneedle2 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #61C1BE; }
        @media only screen and (max-width: 834px) {
          .content-selectneedle2 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-selectneedle2 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-selectneedle2 .flex .text h3 {
        font-size: 3rem;
        line-height: 5.2rem;
        font-weight: 600;
        text-align: center;
        color: #61C1BE;
        margin-top: 30px; }
        @media only screen and (max-width: 834px) {
          .content-selectneedle2 .flex .text h3 {
            font-size: 2rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-selectneedle2 .flex .text h3 {
            font-size: 1.8rem;
            line-height: 3.2rem; } }
      .content-selectneedle2 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-selectneedle2 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-selectneedle2 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-selectneedle2 .flex span .note {
      font-size: 1.5rem; }
    .content-selectneedle2 .flex .img {
      width: 50%;
      margin-bottom: 41px; }
      @media only screen and (max-width: 750px) {
        .content-selectneedle2 .flex .img {
          width: 100%;
          margin-bottom: 0; } }
      .content-selectneedle2 .flex .img img {
        margin-left: auto; }

.content-selectneedle3 {
  padding: 15px 2%; }
  .content-selectneedle3 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-selectneedle3 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto; } }
    .content-selectneedle3 .flex .text {
      width: 55%;
      padding-right: 4%;
      padding-top: 4%;
      padding-bottom: 4%; }
      @media only screen and (max-width: 750px) {
        .content-selectneedle3 .flex .text {
          width: 100%;
          padding: 30px 7.5% 10% 7.5%; } }
      .content-selectneedle3 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #61C1BE; }
        @media only screen and (max-width: 834px) {
          .content-selectneedle3 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-selectneedle3 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-selectneedle3 .flex .text h3 {
        font-size: 3rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #38a8a5; }
        @media only screen and (max-width: 834px) {
          .content-selectneedle3 .flex .text h3 {
            font-size: 2rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-selectneedle3 .flex .text h3 {
            font-size: 1.8rem;
            line-height: 3.2rem; } }
      .content-selectneedle3 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-selectneedle3 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-selectneedle3 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-selectneedle3 .flex .img {
      width: 45%;
      margin-bottom: 15px; }
      @media only screen and (max-width: 750px) {
        .content-selectneedle3 .flex .img {
          margin-bottom: 0px;
          margin-top: 30px;
          width: 100%; } }
      .content-selectneedle3 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.content-selectneedle4 {
  padding: 15px 2%; }
  .content-selectneedle4 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    background-color: #f3f3f3; }
    @media only screen and (max-width: 750px) {
      .content-selectneedle4 .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto; } }
    .content-selectneedle4 .flex .text {
      width: 70%;
      padding-left: 6%;
      padding-top: 4%;
      padding-bottom: 4%; }
      @media only screen and (max-width: 750px) {
        .content-selectneedle4 .flex .text {
          width: 100%;
          padding: 30px 7.5% 10% 7.5%; } }
      .content-selectneedle4 .flex .text h2 {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 600;
        color: #61C1BE; }
        @media only screen and (max-width: 834px) {
          .content-selectneedle4 .flex .text h2 {
            font-size: 3rem;
            line-height: 4rem; } }
        @media only screen and (max-width: 750px) {
          .content-selectneedle4 .flex .text h2 {
            font-size: 2.2rem;
            line-height: 3.2rem; } }
      .content-selectneedle4 .flex .text p {
        margin-top: 25px;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 600;
        color: #000; }
        @media only screen and (max-width: 834px) {
          .content-selectneedle4 .flex .text p {
            font-size: 1.8rem;
            line-height: 3.8rem;
            margin-top: 20px; } }
        @media only screen and (max-width: 750px) {
          .content-selectneedle4 .flex .text p {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-top: 5px; } }
    .content-selectneedle4 .flex .img {
      width: 60%; }
      @media only screen and (max-width: 750px) {
        .content-selectneedle4 .flex .img {
          margin-top: 30px; } }
      .content-selectneedle4 .flex .img img {
        margin-left: auto;
        margin-right: auto; }

.privacy-inner {
  margin: 100px 0; }
  @media only screen and (max-width: 750px) {
    .privacy-inner {
      margin: 60px 0; } }
  .privacy-inner .privacy-txt {
    max-width: 900px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    line-height: 2.6; }
    @media only screen and (max-width: 750px) {
      .privacy-inner .privacy-txt {
        line-height: 2;
        font-size: 1.3rem; } }
    .privacy-inner .privacy-txt p + p {
      margin-top: 65px; }
      @media only screen and (max-width: 750px) {
        .privacy-inner .privacy-txt p + p {
          margin-top: 40px; } }
    .privacy-inner .privacy-txt .list-privacy {
      margin-top: 20px; }
      .privacy-inner .privacy-txt .list-privacy > ul > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .privacy-inner .privacy-txt .list-privacy > ul > li span:first-child {
          margin-right: 25px; }
      .privacy-inner .privacy-txt .list-privacy > ul > li + li {
        margin-top: 15px; }
    .privacy-inner .privacy-txt .cookie-privacy {
      margin-top: 40px; }
      .privacy-inner .privacy-txt .cookie-privacy h2 {
        font-size: 3.2rem;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 10px; }
        @media only screen and (max-width: 750px) {
          .privacy-inner .privacy-txt .cookie-privacy h2 {
            font-size: 2.5rem; } }
    .privacy-inner .privacy-txt .sign-privacy {
      margin-top: 40px; }
      .privacy-inner .privacy-txt .sign-privacy img {
        margin-left: auto; }
      .privacy-inner .privacy-txt .sign-privacy p {
        font-size: 1.6rem;
        text-align: right;
        line-height: 3.5rem; }
    .privacy-inner .privacy-txt th,
    .privacy-inner .privacy-txt td {
      padding: 4px 10px; }
    .privacy-inner .privacy-txt th {
      text-align: left;
      font-weight: bold; }
    .privacy-inner .privacy-txt thead > tr {
      background-color: #f3f3f3; }

.compliance-inner {
  margin: 100px 0; }
  @media only screen and (max-width: 750px) {
    .compliance-inner {
      margin: 60px 0; } }
  .compliance-inner .compliance-txt {
    max-width: 900px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    line-height: 2.6; }
    @media only screen and (max-width: 750px) {
      .compliance-inner .compliance-txt {
        line-height: 2;
        font-size: 1.3rem; } }
    .compliance-inner .compliance-txt p + p {
      margin-top: 65px; }
      @media only screen and (max-width: 750px) {
        .compliance-inner .compliance-txt p + p {
          margin-top: 40px; } }
    .compliance-inner .compliance-txt h2 {
      font-size: 3.2rem;
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 10px; }
      @media only screen and (max-width: 750px) {
        .compliance-inner .compliance-txt h2 {
          font-size: 2.5rem; } }
    .compliance-inner .compliance-txt .list-compliance {
      margin-top: 20px; }
      .compliance-inner .compliance-txt .list-compliance > ul > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .compliance-inner .compliance-txt .list-compliance > ul > li span:first-child {
          margin-right: 25px; }
      .compliance-inner .compliance-txt .list-compliance > ul > li + li {
        margin-top: 15px; }
    .compliance-inner .compliance-txt .sign-compliance {
      margin-top: 40px; }
      .compliance-inner .compliance-txt .sign-compliance img {
        margin-left: auto; }
