@charset "UTF-8";
/*hover*/
/*グラデーション*/
.default-styleArea:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.default-styleArea * + *:not(br) {
  margin-top: 15px;
}
.default-styleArea * + iframe {
  margin-top: 30px;
}
.default-styleArea h3, .default-styleArea h4, .default-styleArea h5 {
  clear: both;
}
.default-styleArea h3 + *, .default-styleArea h4 + *, .default-styleArea h5 + * {
  margin-top: 0;
}
.default-styleArea h3 {
  font-size: 21px;
  border-bottom: 2px solid #000;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 6px;
  padding-left: 15px;
  position: relative;
}
.default-styleArea h3:before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  background: #009acf; /* Old browsers */
  background: linear-gradient(to bottom, #009acf 0%, #4cd1ff 50%, #009acf 100%);
}
.default-styleArea h3 ~ h3,
.default-styleArea * + h3 {
  margin-top: 50px;
}
.default-styleArea h4 {
  font-size: 18px;
  color: #009acf;
  font-weight: bold;
  margin-bottom: 10px;
}
.default-styleArea h4 ~ h4 {
  margin-top: 35px;
}
.default-styleArea h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
.default-styleArea h4 + h5 {
  margin-top: -5px;
}
.default-styleArea h6 {
  font-size: 13px;
  font-weight: normal;
}
.default-styleArea table {
  margin-bottom: 30px;
}
.default-styleArea a {
  text-decoration: underline;
}
.default-styleArea b, .default-styleArea strong {
  color: #eb642c;
  font-weight: bold;
}
.default-styleArea u {
  text-decoration: underline;
}
.default-styleArea i, .default-styleArea em {
  font-style: italic;
}
.default-styleArea s, .default-styleArea del {
  text-decoration: line-through;
}
.default-styleArea sub {
  font-size: 0.72em;
  vertical-align: sub;
}
.default-styleArea sup {
  font-size: 0.72em;
  vertical-align: super;
}
.default-styleArea .text-left {
  text-align: left;
}
.default-styleArea .text-center {
  text-align: center;
}
.default-styleArea .text-right {
  text-align: right;
}
.default-styleArea ul:not(.notice):not(.anchor-list):not(.laboratory-label):not(.group-list):not(.product-label):not(.tech-heat-merit) li {
  background-image: url(../img/icon05.png);
  padding-left: 15px;
  background-position: left 4px;
}
.default-styleArea ul:not(.notice):not(.anchor-list):not(.laboratory-label):not(.group-list):not(.product-label):not(.tech-heat-merit) li + li {
  margin-top: 10px;
}
.default-styleArea ol {
  margin-left: 1.5em;
}
.default-styleArea ol li + li {
  margin-top: 10px;
}
.default-styleArea p + table {
  margin-top: 25px;
}
.default-styleArea table {
  width: 100%;
  border-collapse: collapse;
}
.default-styleArea table caption {
  font-size: 13px;
  margin-bottom: 3px;
  text-align: left;
}
.default-styleArea table th, .default-styleArea table td {
  border: 1px solid #ccc;
  word-break: break-word;
}
.default-styleArea table td {
  padding: 7px 10px;
}
.default-styleArea table th {
  background-color: #f8f8f8;
  padding: 7px 15px;
}
.default-styleArea table tr:first-child th {
  background-color: #e6f8fe;
}
.default-styleArea table.th-middle tr:nth-child(n+2) th {
  vertical-align: middle;
}
.default-styleArea table th.w40, .default-styleArea table td.w40 {
  width: 40px;
}
.default-styleArea table th.w60, .default-styleArea table td.w60 {
  width: 60px;
}
.default-styleArea table th.w80, .default-styleArea table td.w80 {
  width: 80px;
}
.default-styleArea table th.w100, .default-styleArea table td.w100 {
  width: 100px;
}
.default-styleArea table.tbl-simple tr:first-child th {
  background-color: #f8f8f8;
}

/* Colorbox - a jQuery lightbox */
#cboxLoadedContent .default-styleArea {
  padding: 30px;
}

/*RoHS指令対象物質　(EU)2015/863*/
.target-substance table {
  width: auto;
}
.target-substance table td {
  padding-left: 18px;
  padding-right: 18px;
}

/*RoHS指令適合証明書*/
.category-series {
  margin-top: 40px !important;
}
.category-series table {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}
.category-series table th {
  padding: 10px 6px;
}
.category-series table td {
  padding: 4px 2px;
  border: none;
}
.category-series table tr td[rowspan]:first-child {
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
}
.category-series table tr:not(:nth-last-child(2)) td[colspan] {
  border-top: 1px solid #ccc;
  padding-left: 6px;
}
.category-series table tr:nth-last-child(2) td {
  border-top: 1px solid #ccc;
}
.category-series table tr:nth-last-child(2) td[colspan] {
  padding-left: 6px;
}
.category-series table tr td.text-right:first-of-type {
  padding-left: 6px;
}
.category-series table tr td:last-child {
  padding-right: 6px;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

#debug {
  border: none;
  padding: 0;
}

.object-center {
  text-align: center;
  margin: 30px 0;
}

.object-left {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}

* + .object-left {
  margin-top: 0;
}

.object-left + .object-left {
  margin-right: 14px;
}

.object-left + .object-left + .object-left { /*画像並び3つめ*/
  margin-right: 0;
}

.object-left + .object-left + .object-left + .object-left { /*画像並び4つめ*/
  margin-right: 14px;
}

.object-left + .object-left + .object-left + .object-left + .object-left { /*画像並び5つめ*/
  margin-right: 14px;
}

.object-left + .object-left + .object-left + .object-left + .object-left + .object-left { /*画像並び6つめ*/
  margin-right: 0;
}

.object-right {
  float: right;
  margin-left: 14px;
}

.object-center img, .object-left img, .object-right img {
  margin-bottom: 0;
}

p.attribute-caption {
  font-size: 12px;
  margin-top: 3px;
}

/*------------------------------------------------------
 LAYOUT
------------------------------------------------------*/
.main-block + .main-block {
  margin-top: 60px;
}

.columwrap {
  margin-bottom: -16px;
  letter-spacing: -0.4em;
}
.columwrap:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.columwrap .colum, .columwrap .colum--expand {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.divide-2 {
  width: 760px;
  margin-left: -16px;
}
.divide-2 .colum {
  width: 362px;
  margin-left: 16px;
  margin-bottom: 16px;
}
.divide-2 .colum--expand {
  width: 727px;
  margin-left: 16px;
  margin-bottom: 16px;
}

.divide-3 {
  width: 760px;
  margin-left: -16px;
}
.divide-3 .colum {
  width: 236px;
  margin-left: 16px;
  margin-bottom: 16px;
}
.divide-3 .colum--expand {
  width: 476px;
}

.column-under {
  border-top: 1px dashed #ccc;
  margin-top: 30px;
  padding-top: 30px;
}

.flex-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-line div + div {
  margin-top: 0;
}

.lead {
  margin-bottom: 25px;
}
.lead a {
  text-decoration: underline;
}

.lead .video-btn-area {
  margin-top: 25px;
}
.lead .video-btn-area .link {
  font-weight: bold;
}

.text-supply {
  font-size: 13px;
}

.linkBack a {
  text-decoration: none;
  display: inline-block;
  background-image: url(../img/icon13.png);
  background-position: left center;
  padding-left: 20px;
}
.linkBack a:hover {
  text-decoration: underline;
}

.box-serch {
  background-color: #e6f8fe;
  padding: 30px 15px;
}

p + .box-serch {
  margin-top: 30px;
}

.box-serch {
  display: table;
  width: 100%;
}
.box-serch .form_item {
  display: table-cell;
  vertical-align: middle;
}
.box-serch .form_item input {
  width: 100%;
  height: 25px;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-radius: 0;
  border: 1px solid #c1c1c1;
}
.box-serch .form_item .btn, .box-serch .form_item .medtec-footer a, .medtec-footer .box-serch .form_item a {
  width: auto;
  height: 25px;
}
.box-serch .form_item-btn {
  width: 1px;
  white-space: nowrap;
}

input.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* -link style- */
a.link {
  text-decoration: none;
}
a.link:hover {
  text-decoration: underline;
}
a.link.link-arrow01 {
  background-image: url(../img/icon06.png);
  background-position: right center;
  line-height: 16px;
  padding-right: 23px;
}
a.link.link-arrow01.color {
  color: #009acf;
}
a.link.link-tip {
  display: inline-block;
  background-image: url(../img/icon01.png);
  background-size: 7px auto;
  background-position: left 6px;
  padding-left: 12px;
}
a.link.link-back {
  display: inline-block;
  background-image: url(../img/icon13.png);
  background-position: left center;
  padding-left: 20px;
}
a.link.link-download {
  align-items: flex-start;
  display: inline-flex;
  text-decoration: underline;
}
a.link.link-download:before {
  content: url(../img/icon10-download.png);
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
a.link.link-pdf {
  display: inline-block;
  background-image: url(../img/icon_pdf.png);
  background-position: left center;
  padding-left: 30px;
  text-decoration: underline;
}
a.link.link-xls {
  display: inline-block;
  background-image: url(../img/icon_excel.png);
  background-position: left center;
  padding-left: 30px;
  text-decoration: underline;
}
a.link.link-doc {
  display: inline-block;
  background-image: url(../img/icon_doc.png);
  background-position: left center;
  padding-left: 30px;
  text-decoration: underline;
}

span.link:hover {
  text-decoration: none;
}

div.link.link-tip a {
  display: inline-block;
  background-image: url(../img/icon01.png);
  background-size: 7px auto;
  background-position: left 6px;
  padding-left: 12px;
}
div.link a {
  text-decoration: none;
}
div.link a:hover {
  text-decoration: underline;
}

div.link-box a {
  display: inline-block;
  background-image: url(../img/icon13.png);
  background-position: left center;
  padding-left: 20px;
}

.lnk_btn {
  margin: 10px auto;
  text-align: right;
}
.lnk_btn a {
  width: auto;
  color: #009acf;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 10px 10px 30px;
  background-color: #f8f8f8 !important;
  background: url(../img/icon01.png) no-repeat 10px center;
  text-decoration: none;
}

/* -btn style- */
.btn, .medtec-footer a {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none !important;
  border: 1px solid #d0d0d0;
  position: relative;
  padding: 5px;
}
.btn.btn-strong, .medtec-footer a.btn-strong {
  color: #fff;
  font-weight: bold;
  width: 100%;
  text-align: center;
  background: #007aa5;
  border: 1px solid #fff;
  box-shadow: 0px 0px 3px 1px #ccc;
  padding: 4px 12px 4px 12px;
  position: relative;
}
.btn.btn-strong:after, .medtec-footer a.btn-strong:after {
  content: url("../img/icon_blank01.png");
  margin-left: 3px;
}
.btn.btn-vivid, .medtec-footer a.btn-vivid {
  color: #fff;
  border: 1px solid #903a00;
  border-radius: 5px;
  padding: 5px;
  background: #fa6400; /* Old browsers */
  background: linear-gradient(to bottom, #fa6400 0%, #d65600 100%);
}
.btn.btn-hard, .medtec-footer a.btn-hard {
  color: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 5px;
  background: #fa6400; /* Old browsers */
  background: linear-gradient(to bottom, #888 0%, #555 100%);
}
.btn.btn-simple, .medtec-footer a {
  background-color: #f8f8f8;
}
.btn.btn-is-locked:after, .medtec-footer a.btn-is-locked:after {
  content: url("../img/icon08-lock.png");
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
}
.btn.btn-arrow01:after, .medtec-footer a.btn-arrow01:after {
  content: url(../img/icon06.png);
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
}
.btn.btn-catalog, .medtec-footer a.btn-catalog {
  border: none;
}
.btn.btn-catalog:before, .medtec-footer a.btn-catalog:before {
  content: url(../img/icon10-download.png);
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
.btn.btn-catalog:after, .medtec-footer a.btn-catalog:after {
  content: url(../img/icon09-pdf.png);
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
}
.btn.btn-download, .medtec-footer a.btn-download {
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 10px;
}
.btn.btn-download:before, .medtec-footer a.btn-download:before {
  content: url(../img/icon10-download.png);
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}
.btn.btn-pdf, .medtec-footer a.btn-pdf {
  background-color: #f8f8f8;
  padding: 12px;
}
.btn.btn-pdf:before, .medtec-footer a.btn-pdf:before {
  display: inline-block;
  content: url(../img/icon_pdf.png);
  margin-right: 12px;
  vertical-align: middle;
}
.btn.btn-excel, .medtec-footer a.btn-excel {
  background-color: #f8f8f8;
  padding: 12px;
}
.btn.btn-excel:before, .medtec-footer a.btn-excel:before {
  display: inline-block;
  content: url(../img/icon_excel.png);
  margin-right: 12px;
  vertical-align: middle;
}
.btn.btn-search, .medtec-footer a.btn-search {
  color: #fff;
  background-color: #009acf;
  border: 1px solid #c1c1c1;
  padding: 0 13px;
}
.btn.btn-search:focus, .medtec-footer a.btn-search:focus {
  outline: none;
}
.btn.btn-cart, .medtec-footer a.btn-cart {
  color: #E75D00;
  border: 2px solid #E75D00;
  padding: 12px 22px 12px 42px;
}
.btn.btn-cart:before, .medtec-footer a.btn-cart:before {
  content: url(../img/icon_cart01.png);
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
}
.btn.btn-cart2, .medtec-footer a.btn-cart2 {
  background-color: #f8f8f8;
  padding: 8px 40px 8px 15px;
  font-size: 15px;
}
.btn.btn-cart2:after, .medtec-footer a.btn-cart2:after {
  content: url(../img/icon_cart01.png);
  display: block;
  position: absolute;
  top: 2px;
  right: 8px;
}
.btn.btn-cart3, .medtec-footer a.btn-cart3 {
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
  display: inline-flex;
  justify-content: center;
  padding: 10px;
}
.btn.btn-cart3:after, .medtec-footer a.btn-cart3:after {
  background-image: url(../img/icon_cart01.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-bottom: 7px;
  margin-left: 8px;
  width: 26px;
}
.btn.btn-inq, .medtec-footer a.btn-inq {
  vertical-align: middle;
  padding: 12px 6px;
}
.btn.btn-inq:before, .medtec-footer a.btn-inq:before {
  display: inline-block;
  content: url(../img/icon14_inq.png);
  margin-right: 6px;
  vertical-align: middle;
}
.btn.btn-primary, .medtec-footer a.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn.btn-lg, .medtec-footer a.btn-lg {
  font-size: 21px;
  font-weight: bold;
  padding: 10px 24px;
}
.btn.btn-mg, .medtec-footer a {
  font-size: 16px;
  padding: 10px 16px;
}
.btn.faceted, .medtec-footer a.faceted {
  padding: 8px 40px 8px 15px;
  font-size: 15px;
}
.btn.faceted:after, .medtec-footer a.faceted:after {
  content: url(../img/icon-search.png);
  display: block;
  position: absolute;
  top: 7px;
  right: 15px;
}
.btn.comparison, .medtec-footer a.comparison {
  padding: 8px 40px 8px 15px;
  font-size: 15px;
}
.btn.comparison:after, .medtec-footer a.comparison:after {
  content: url(../img/icon-comp-list.png);
  display: block;
  position: absolute;
  top: 7px;
  right: 15px;
}
.btn.comparison2, .medtec-footer a.comparison2 {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 10px;
}
.btn.comparison2:after, .medtec-footer a.comparison2:after {
  background-image: url(../img/icon-comp-list.png);
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 10px;
  width: 16px;
}
.btn.document, .medtec-footer a.document {
  padding: 8px 40px 8px 15px;
  font-size: 15px;
}
.btn.document:after, .medtec-footer a.document:after {
  content: url(../img/icon-document.png);
  display: block;
  position: absolute;
  top: 7px;
  right: 15px;
}
.btn.btn-policy, .medtec-footer a.btn-policy {
  border: none;
  background: none;
  padding: 0;
  text-decoration: underline !important;
  text-align: center;
}
.btn.btn-policy:before, .medtec-footer a.btn-policy:before {
  background-image: url(../img/btn_info.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 7px;
  vertical-align: middle;
  width: 24px;
}

a.btn:hover, .medtec-footer a:hover {
  opacity: 0.7;
  -moz-box-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

div.btn {
  padding: 0 !important;
}
div.btn:hover {
  opacity: 0.7;
  -moz-box-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
div.btn a {
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}
div.btn.btn-mg a {
  padding: 10px 16px;
}
div.btn.btn-lg a {
  padding: 10px 24px;
}

.wide-button {
  background: #666;
  border: none;
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 12px;
  text-align: center;
  text-decoration: underline !important;
}
.wide-button:hover {
  color: #fff;
  opacity: 0.85;
}

.seminar-link-box .btn + .btn, .seminar-link-box .medtec-footer a + .btn, .medtec-footer .seminar-link-box a + .btn, .seminar-link-box .medtec-footer .btn + a, .medtec-footer .seminar-link-box .btn + a, .seminar-link-box .medtec-footer a + a, .medtec-footer .seminar-link-box a + a {
  margin: 0 0 0 20px;
}

/* -text style- */
p.txt-att {
  clear: both;
  text-indent: -1.3em;
  font-size: 13px;
  margin-left: 1.3em;
}
p.txt-att:before {
  content: "※";
  padding-right: 0.3em;
}

p.txt-att + p.txt-att {
  margin-top: 7px;
}

.panel-straight {
  border: 1px solid #d0d0d0;
  position: relative;
}
.panel-straight:before {
  content: "";
  display: block;
  background-color: #f8f8f8;
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  z-index: -1;
}

.panel-pagename {
  margin-bottom: 25px;
}

.nosidemenu .panel-pagename {
  margin-top: 25px;
}

.panel-radius {
  border-radius: 5px;
}

.panel-basic {
  background-color: #fbfbfb;
  border: 1px solid #d0d0d0;
  padding: 12px;
}
.divide-3 .panel-basic {
  padding: 10px;
}

.panel-column {
  border: 1px solid #666;
  padding: 20px;
}

.panel {
  position: relative;
}
.panel .btnArea {
  text-align: right;
}

.panel_body.panel_body--btnBottm {
  padding-bottom: 1.8em;
}
.panel_body.panel_body--btnBottm .btnArea {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.tit-pagename {
  min-height: 82px;
  padding: 10px 10px 10px 45px;
  position: relative;
}
.tit-pagename:before {
  content: url("../img/icon_title01.png");
  position: absolute;
  left: 4px;
  top: 11px;
}
.tit-pagename .tit-pagename_main {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 15px;
}
.tit-pagename .tit-pagename_sub {
  font-size: 18px;
}
.tit-pagename .tit-pagename_sub + .tit-pagename_main {
  margin-top: 0;
  padding-top: 0;
}
.tit-pagename .tit-pagename_label {
  background: #444;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-left: 12px;
  margin-top: -4px;
  padding: 0.2em 0.5em;
  vertical-align: middle;
}

.tit-dark {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background-color: #444;
  margin-bottom: 15px;
  padding: 5px 5px 5px 18px;
  position: relative;
  display: table;
  width: 100%;
}
.tit-dark a {
  display: block;
}
.tit-dark:before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  background: #009acf; /* Old browsers */
  background: linear-gradient(to bottom, #009acf 0%, #4cd1ff 50%, #009acf 100%);
}
.tit-dark .tit_name {
  display: table-cell;
  vertical-align: middle;
}
.tit-dark .tit_badgeArea {
  display: table-cell;
  vertical-align: middle;
  width: 1px;
  white-space: nowrap;
  padding-right: 5px;
  line-height: 1;
}
.tit-dark .tit_badge {
  font-size: 13px;
  font-style: normal;
  color: #fff;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px 0 18px;
  background-image: url(../img/bg_badge01.png);
  background-position: left center;
  border-right: 1px solid #fff;
}

.tit-sky {
  font-size: 21px;
  border-bottom: 2px solid #000;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 6px;
  padding-left: 15px;
  position: relative;
}
.tit-sky:before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  background: #009acf; /* Old browsers */
  background: linear-gradient(to bottom, #009acf 0%, #4cd1ff 50%, #009acf 100%);
}

.lead + .tit-sky {
  margin-top: 45px;
}

.tit-ocean {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #009acf;
  position: relative;
}
.tit-ocean + .panel {
  border-top: none;
}
.tit-ocean:after {
  content: url(../img/icon_title02.png);
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -32px;
}
.tit-ocean a {
  display: block;
  padding: 7px 45px 7px 18px;
  position: relative;
  z-index: 100;
}

.tit_myinfo {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #d0d0d0;
  padding: 5px 0;
}

.tit-blue {
  font-size: 15px;
  color: #009acf;
  font-weight: bold;
  margin-bottom: 10px;
}

.tit-basic,
.default-styleArea .tit-basic {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  padding-bottom: 0;
  padding-left: 0;
}
.tit-basic:before,
.default-styleArea .tit-basic:before {
  content: none;
}
.tit-basic a,
.default-styleArea .tit-basic a {
  text-decoration: none;
}

.default-styleArea h3.tit-basic {
  border-bottom: none;
  padding: 0;
}

/* -list style- */
ul.group-list li,
.default-styleArea ul.group-list li {
  display: inline-block;
  background: none;
  padding: 0;
}
ul.group-list > li + li,
.default-styleArea ul.group-list > li + li {
  margin-top: 0px;
  margin-left: 20px;
}
ul.group-list > li > a,
.default-styleArea ul.group-list > li > a {
  background-image: url(../img/icon02.png);
  background-position: 0 center;
  padding-left: 12px;
  text-decoration: none;
}
ul.group-list > li > a:hover,
.default-styleArea ul.group-list > li > a:hover {
  text-decoration: underline;
}

ul.list-att {
  font-size: 13px;
  margin-left: 1.3em;
  text-indent: -1.3em;
}
ul.list-att li {
  background: none !important;
  padding-left: 0 !important;
}
ul.list-att li:before {
  content: "※";
  padding-right: 0.3em;
}

ul.list-skiplink li {
  align-items: flex-start;
  background: none !important;
  display: flex;
  padding-left: 0 !important;
}
ul.list-skiplink li:before {
  background-image: url(../img/icon_skip01.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 17px;
  margin-right: 3px;
  margin-top: 2px;
  width: 17px;
}

.catch-txt {
  font-size: 21px;
  font-weight: bold;
}

.media {
  position: relative;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.media:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.media .media-body,
.media .media-left,
.media .media-right,
.media .media-desc {
  display: table-cell;
  vertical-align: top;
}
.media .media-left, .media .media-right {
  line-height: 0;
}
.media .media-left {
  padding-right: 20px;
  width: 1px;
}
.media .media-right {
  width: 1px;
  white-space: nowrap;
  padding-left: 20px;
  text-align: right;
}
.media .media-right.media-right--exp {
  padding-left: 30px;
}
.media .media-body {
  overflow: hidden;
}
.media .media-body a {
  text-decoration: underline;
}
.media .media-body a.btn, .media .media-body .medtec-footer a, .medtec-footer .media .media-body a,
.media .media-body a.link {
  text-decoration: none;
}
.media .media-body a.link:hover {
  text-decoration: underline;
}
.media .media-body .btnArea {
  margin-top: 10px;
  text-align: right;
}
.media .media-lead {
  display: table-caption;
  margin-bottom: 15px;
}
.media .body--btnBottm {
  padding-bottom: 1.8em;
}
.media .body--btnBottm .btnArea {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.media .body--btnBottm .btnArea a {
  padding-top: 3px;
  padding-bottom: 2px;
  vertical-align: middle;
}
.media .body--btnBottm .btnArea-right {
  right: 0;
}

.video-container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.video-container .video-item {
  display: flex;
  flex-direction: column;
  width: 235px;
}
.video-container .video-item_title {
  font-size: 14px;
  font-weight: normal;
  order: 2;
}
.video-container .video-item_title a {
  border-bottom: 1px solid #666;
}
.video-container .video-item_title:hover {
  opacity: 0.7;
}
.video-container .video-item_label {
  color: #666;
  margin-top: 7px;
  order: 3;
}
.video-container .video-item_label p {
  color: #009acf;
  display: inline-block;
  font-size: 13px;
}
.video-container .video-item_image {
  margin-bottom: 7px;
  order: 1;
}
.video-container .video-item:nth-child(3n-1),
.video-container .video-item:nth-child(3n) {
  margin-left: 17px;
}
.video-container .video-item:nth-child(3) ~ .video-item {
  margin-top: 25px;
}
.video-container .video-item_image {
  flex-shrink: 0;
}
.video-container .video-item_image img {
  height: auto;
  max-width: 100%;
}

.tit-dark + .video-container {
  margin-top: 0;
}

.important-message {
  background: #fff9f6;
  border: 2px solid #ff4d00;
  padding: 7px 15px;
  margin: 0 auto 20px;
}
.important-message strong {
  color: #ff4d00;
}

.app-thumstyle img {
  border: 1px solid #666;
}

.block-part_number th, .block-part_number td {
  text-align: center;
}

.mod-myinfo {
  font-size: 12px;
  margin-top: 25px;
}
.mod-myinfo .mod-myinfo_body {
  border: 1px solid #d0d0d0;
  padding: 7px;
}
.mod-myinfo .mod-myinfo_body ul li {
  padding: 10px 0 5px 0;
}
.mod-myinfo .mod-myinfo_body ul li:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.mod-myinfo .mod-myinfo_body ul li + li {
  border-top: 1px dotted #d0d0d0;
}
.mod-myinfo .mod-myinfo_body ul li img {
  float: left;
}
.mod-myinfo .mod-myinfo_body ul li span {
  display: block;
  padding-left: 67px;
}
.mod-myinfo .mod-myinfo_body ul li a {
  display: block;
}
.mod-myinfo .mod-myinfo_body ul li a:after {
  content: "";
  height: 0.01px;
  display: block;
  overflow: hidden;
  clear: both;
}
.mod-myinfo .mod-myinfo_body .linkArea {
  margin-top: 7px;
  text-align: right;
  text-decoration: underline;
}
.mod-myinfo .mod-myinfo_body .linkArea a {
  display: inline-block;
  background-image: url(../img/icon01.png);
  background-size: 7px auto;
  background-position: left center;
  padding-left: 12px;
}
.mod-myinfo .mod-myinfo_body .linkArea a:hover {
  text-decoration: underline;
}

.moz-topics {
  position: relative;
}
.moz-topics .topics_item {
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 165px;
  background-image: url(../img/icon01.png);
  background-position: 0 4px;
}
.moz-topics .topics_item a {
  color: #009acf;
}
.moz-topics .topics_item time {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 17px;
}
.moz-topics .topics_item .icon-new {
  font-size: 11px;
  font-weight: bold;
  color: #E75D00;
  display: inline-block;
  margin-left: 5px;
}
.moz-topics .topics_item .icon-pdf + .icon-new {
  margin-left: 10px;
}
.moz-topics .topics_item .icon-pdf:after {
  content: url(../img/icon09-pdf.png);
  display: inline-block;
  line-height: 1;
  margin-left: 4px;
  vertical-align: middle;
}
.moz-topics .topics_item + .topics_item {
  margin-top: 10px;
}

td.col-btn {
  width: 1px;
  white-space: nowrap;
}
td.col-btn .btn, td.col-btn .medtec-footer a, .medtec-footer td.col-btn a {
  margin-top: 0;
}

/*------------------------------------------------------------
  サイドメニュー下　アクションエリア（サンプル請求BOX、比較表を見るボタン）
------------------------------------------------------------*/
.side-action {
  margin: 25px 0;
  width: 225px;
  z-index: 400;
}
.side-action .btn, .side-action .medtec-footer a, .medtec-footer .side-action a {
  font-size: 15px;
  width: 100%;
}
.side-action .btn-cart3,
.side-action .btn.comparison2,
.side-action .medtec-footer a.comparison2,
.medtec-footer .side-action a.comparison2 {
  height: 50px;
}
.side-action li + li {
  margin-top: 15px;
}
.side-action.fixed {
  background: #fff;
  padding: 5px 0;
  position: fixed;
  top: 0;
}
.side-action.absolute {
  bottom: 0;
  position: absolute;
  margin-bottom: 0;
}

.nowrap {
  white-space: nowrap;
}

.mTop05 {
  margin-top: 5px !important;
}

.mTop10 {
  margin-top: 10px !important;
}

.mTop15 {
  margin-top: 15px !important;
}

.mTop20 {
  margin-top: 20px !important;
}

.mTop25 {
  margin-top: 25px !important;
}

.mTop30 {
  margin-top: 30px !important;
}

.mTop35 {
  margin-top: 35px !important;
}

.mTop40 {
  margin-top: 40px !important;
}

.mTop45 {
  margin-top: 45px !important;
}

.mTop50 {
  margin-top: 50px !important;
}

.mTop55 {
  margin-top: 55px !important;
}

.mTop60 {
  margin-top: 60px !important;
}

.mBottom05 {
  margin-bottom: 5px !important;
}

.mBottom10 {
  margin-bottom: 10px !important;
}

.mBottom15 {
  margin-bottom: 15px !important;
}

.mBottom20 {
  margin-bottom: 20px !important;
}

.mBottom25 {
  margin-bottom: 25px !important;
}

.mBottom30 {
  margin-bottom: 30px !important;
}

.mBottom35 {
  margin-bottom: 35px !important;
}

.mBottom38 {
  margin-bottom: 38px !important;
}

.mBottom40 {
  margin-bottom: 40px !important;
}

.mBottom45 {
  margin-bottom: 45px !important;
}

.mBottom50 {
  margin-bottom: 50px !important;
}

/*------------------------------------------------------------
  Cookie 同意許諾メニューのためのCSS
------------------------------------------------------------*/
.consent-popup {
  background: #fff;
  border: 1px solid #ccc;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 400;
}
.consent-popup p + p {
  margin-top: 0;
}
.consent-popup .inner {
  display: grid;
  grid-template-areas: "consent-title consent-title" "consent-description consent-actions" "consent-individual consent-individual";
  grid-template-columns: 1fr 270px;
  grid-template-rows: auto auto 1fr;
  margin: 0 auto;
  padding: 20px 0;
  width: 1000px;
}
.consent-popup .title {
  grid-area: consent-title;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.consent-popup .description {
  grid-area: consent-description;
}
.consent-popup .description a {
  text-decoration: underline;
}
.consent-popup .actions {
  grid-area: consent-actions;
  text-align: center;
  padding-left: 45px;
}
.consent-popup .actions li + li {
  margin-top: 15px;
}
.consent-popup .consent-btn {
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  width: 100%;
}
.consent-popup .consent-btn:hover {
  opacity: 0.8;
}
.consent-popup .consent-btn.consent-btn-grant {
  background-color: #009acf;
  border: 1px solid #2e6da4;
  color: #fff;
}
.consent-popup .consent-btn.consent-btn-deny {
  background-color: #f8f8f8;
  border: 1px solid #d0d0d0;
}
.consent-popup .action-individual {
  margin-top: 20px;
}
.consent-popup .action-individual span {
  cursor: pointer;
  text-decoration: underline;
}
.consent-popup .individual {
  grid-area: consent-individual;
  padding-top: 15px;
}
.consent-popup .individual .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.consent-popup .individual_items {
  align-items: center;
  display: flex;
}
.consent-popup .individual_checker {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
}
.consent-popup .individual_checker input, .consent-popup .individual_checker label {
  cursor: pointer;
}
.consent-popup .individual_checker label {
  font-weight: normal;
  padding-left: 3px;
}
.consent-popup .individual_checker + .individual_checker {
  margin-left: 20px;
}
.consent-popup .individual_required-checker {
  cursor: inherit;
  opacity: 0.55;
}
.consent-popup .individual_required-checker input, .consent-popup .individual_required-checker label {
  cursor: inherit;
}
.consent-popup .individual .consent-individual-btn {
  background-color: #009acf;
  border: 1px solid #2e6da4;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  margin-left: 25px;
  padding: 6px 12px;
}

body #page.ccm-page {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------------------------------------
 HADER
------------------------------------------------------*/
.header {
  margin-bottom: 8px;
}
.header h1.header_lp-title {
  color: #009acf;
  display: table-cell;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  padding: 18px 0 0 45px;
  text-align: right;
  vertical-align: baseline;
  word-break: keep-all;
}

/*------------------------------------------------------
 Article
------------------------------------------------------*/
.content--lp {
  overflow: hidden;
}

.content--lp #main {
  width: 1000px;
  float: none;
}

.content--lp .header {
  margin-left: -9999px;
  margin-right: -9999px;
  padding-left: -9999px;
  padding-right: -9999px;
}

.content--lp #main .mlg_body {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  float: none;
}
.content--lp #main .mlg_body h2 {
  clear: both;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
  text-align: center;
}
.content--lp #main .mlg_body h2 ~ h2 {
  margin-top: 50px;
}
.content--lp #main .mlg_body h3 {
  clear: both;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  border-bottom: none;
  background-color: #444;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 5px 5px 5px 25px;
}
.content--lp #main .mlg_body h3:before {
  display: block;
  width: 8px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 7px;
  background: #009acf; /* Old browsers */
  background: linear-gradient(to bottom, #009acf 0%, #4cd1ff 50%, #009acf 100%);
}
.content--lp #main .mlg_body h3 ~ h3 {
  margin-top: 45px;
}
.content--lp #main .mlg_body h4 {
  margin-top: 35px;
}
.content--lp #main .mlg_body br {
  margin-top: 0;
}
.content--lp #main .mlg_body img {
  max-width: 100%;
  height: auto;
}
.content--lp #main .mlg_body .mlg_lead {
  font-size: 18px;
  font-weight: bold;
}
.content--lp #main .mlg_body .object-left {
  float: left;
}
.content--lp #main .mlg_body .object-right {
  float: right;
}
.content--lp #main .mlg_body .object-center {
  text-align: center;
}
.content--lp #main .mlg_body p {
  overflow: hidden;
}
.content--lp #main .mlg_body ul, .content--lp #main .mlg_body ol {
  clear: both;
}
.content--lp #main .mlg_body p + ul,
.content--lp #main .mlg_body p + ol {
  margin-top: 25px;
}
.content--lp #main .mlg_body a.link-tip {
  display: inline-block;
  background-image: url(../img/icon01.png);
  background-size: 7px auto;
  background-position: left 6px;
  font-weight: bold;
  padding-left: 12px;
  text-decoration: none;
}
.content--lp #main .mlg_body a.link-tip:hover {
  text-decoration: underline;
}
.content--lp #main .mlg_body .mlg_garlic {
  width: 740px;
  margin: 0 auto;
}

.content--lp #main .mlg_body--frame {
  border: 8px double #666;
  padding: 45px 60px;
}

/*------------------------------------------------------
 Layout
------------------------------------------------------*/
/* for medtec page */
.lyout-medtec {
  display: -webkit-box; /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -ms-flex-wrap: wrap; /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap; /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /*--- safari（PC）用 ---*/
  justify-content: space-between;
}

.lyout-medtec__item {
  font-size: 13px;
  border: 1px solid #d0d0d0;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0;
  padding: 10px 10px 35px 106px;
  position: relative;
  width: 417px;
}
.lyout-medtec__item:hover {
  opacity: 0.7;
  -moz-box-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.lyout-medtec__item * + * {
  margin-top: 0;
}
#main .mlg_body .lyout-medtec__item .item_title {
  background-color: inherit;
  border: none;
  color: #009acf;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}
#main .mlg_body .lyout-medtec__item .item_title:before {
  content: none;
}
.lyout-medtec__item .item__label {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
}
.lyout-medtec__item .item__label p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  overflow: visible !important;
}
.lyout-medtec__item .item__label p:after {
  content: url(../img/icon09-pdf.png);
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
}
.lyout-medtec__item .item__label--ecatlog p:after {
  content: url(../img/icon06.png);
}
.lyout-medtec__item .item__link {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
}
.lyout-medtec__item .item__link a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
}
.lyout-medtec__item .item_thumb {
  position: absolute;
  top: 10px;
  left: 10px;
}

.medtec-footer {
  margin-top: 45px;
  text-align: center;
}
/*------------------------------------------------------
 製品メルマガの「新製品」詳細ページ
------------------------------------------------------*/
.content--lp #main article:has(.new_mailmag_product_single__header) .mlg_body--frame {
  padding-top: 25px;
}

.content--lp #main .mlg_body .new_mailmag_product_single__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 32px;
  margin-bottom: 48px;
}
.content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title {
  margin: 20px 0 0;
  padding: 0;
}
.content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h1, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h2, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h3, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h4, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h5, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h6 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  font-size: 34px;
  text-align: center;
  color: #000;
  background-color: transparent;
  border-bottom: solid 2px #000;
}
.content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h1::before, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h1::after, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h2::before, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h2::after, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h3::before, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h3::after, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h4::before, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h4::after, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h5::before, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h5::after, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h6::before, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h6::after {
  display: none;
}
.content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h1 + *, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h2 + *, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h3 + *, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h4 + *, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h5 + *, .content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_title_box .new_mailmag_product_single__header_title h6 + * {
  display: block;
  margin: 12px 0 0;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  color: #009acf;
  text-align: center;
}
.content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_thumbnail {
  width: 320px;
  margin: 0;
  padding: 28px 0 0;
}
.content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_thumbnail img {
  display: block;
  width: auto;
  height: auto;
  max-height: 320px;
  margin: 0 auto;
}
.content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_summary {
  width: calc(100% - 320px - 32px);
  margin: 0;
}
.content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_summary .new_mailmag_product_single__header_icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: baseline;
  gap: 8px;
  width: 100%;
  margin: -10px 0 32px;
}
.content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_summary .new_mailmag_product_single__header_icons > * {
  max-width: 72px;
}
.content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_summary ul > li {
  position: relative;
  background-image: none;
  padding: 0 0 0 28px;
  font-size: 1.24em;
  line-height: 1.4;
}
.content--lp #main .mlg_body .new_mailmag_product_single__header .new_mailmag_product_single__header_summary ul > li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #009acf;
}

.content--lp #main .mlg_body .new_mailmag_product_single__lead p, .content--lp #main .mlg_body .new_mailmag_product_single__lead li, .content--lp #main .mlg_body .new_mailmag_product_single__lead table, .content--lp #main .mlg_body .new_mailmag_product_single__lead th, .content--lp #main .mlg_body .new_mailmag_product_single__lead td {
  font-size: 1.16em;
}/*# sourceMappingURL=lp-mlg.css.map */