@charset "utf-8";
body {box-sizing: border-box; background: url(../images/bk.png) repeat-x; font-family: sans-serif;}
p {font-size: 16px; margin: 0; padding: 0;}
h2, h3 {line-height: 1.2;}
.sub {font-size: 0.7em;}
.obi {width: 100%; max-width: 1280px; margin: 32px auto; padding: 4px 0; position: relative; background: #ea5404;}

.forma_header {display: inline-flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.forma_header .tit {display: inline-block; text-align: center; color: #fff; font-weight: bold; background: -moz-linear-gradient(top, #ea5404, #ef8340);  background: -webkit-linear-gradient(top, #ea5404, #ef8340);  background: linear-gradient(to bottom, #ea5404, #ef8340); box-shadow: 3px 3px 3px #ccc;}
.tokutoku_circle {border: solid 6px #ea5404; background: #fff; border-radius: 50%; position: absolute; display: inline-flex; align-items: center; justify-content: center;}
.page_title {display: block; border-bottom: solid 1px #fff; border-top: solid 1px #fff; font-weight: bold; color: #fff000;}
.page_title:before {content: "▼"; display: inline-block; transform: rotate(270deg); margin-right: 0.5em;}

.product {position: relative  ; margin: 48px 0 0 0;}
.product_header {display: flex; justify-content: flex-start; align-items: center; position: relative; margin: 16px 0 0 0;}
.product_header .header_tit {width: 100%}
.product_header .header_icon {display: inline-block; border-radius: 50%; background: #f9ceb0;}
.product_header h2 {font-weight: bold; border-bottom: solid 2px #c2c2c2; text-indent: 0.5em;}
.product_header h3 {color: #ea5404;}
.product_header .corplogo {position: absolute; top: 0; right: 0;}

.product_cnts {display: flex; justify-content: flex-start; align-items: stretch;}


@media screen and (max-width: 479px) {
  .wrapper {width: 100vw; margin: 0 auto; overflow: hidden;}
  .tokutoku_circle {display: none;}

  .page_title {height: 10vw; line-height: 10vw; padding: 0; text-align: center; font-size: 4vw;}

  .forma {padding: 0 2vw; margin: 48px 0 0 0;}
  .forma_header {}
  .forma_header .tit {width: 60vw; height: 8vw; border-radius: 4vw; font-size: 4vw; line-height: 8vw; margin: 0;}
  .forma_header .txt {font-size: 3.5vw; line-height: 1.2; margin: 2vw 0 0 0;}
  
  .product_header {margin: 16px auto 0 auto; padding: 0 2vw;}
  .product_header .header_icon {display: none;}
  .product_header h2 {font-size: 4vw; padding-bottom: 8px; padding-left: 1.5em; text-indent: -1.5em;}
  .product_header h2:before {content: "●"; color: #fbd7a1; margin-right: 0.5em;}
  .product_header h3 {font-size: 4vw; font-weight: bold; padding-top: 8px;}
  .product_header .corplogo {top: 88px; right: 16px;}
  .product_header .corplogo img {height: 24px;}

  .product_cnts {flex-wrap: wrap; margin: 36px 0 16px 0; padding: 0 2vw;}
  .product_img {margin-right: 16px; width: 50%; margin-left: 25%;}
  .product_img img {width: 100%;}
  .img_comment {font-size: 3vw; text-align: left;}

  .product_feat {width: 100%;}
  .feature_icon {width: 100%; display: inline-flex; justify-content: center; align-items: center; flex-wrap: wrap; list-style: none;}
  .feature_icon li {margin: 16px 8px 6px 0; width: 60px;}
  .feature_icon li img {width: 100%;}
  .features {list-style: none; line-height: 1.6; margin: 8px 0; width: 100%;}
  .features li {font-size: 14px; padding-left: 1.5em; text-indent: -1.5em;}
  .features li:before {content: "◆"; color: #ea5404; margin-right: 0.5em;}
  .features_box {display: block; background: #fffac6; border: solid 1px #44b034; border-radius: 10px; padding: 10px; margin-right: 16px; line-height: 1.5;}
  .features_box dt {font-size: 18px; font-weight: bold; color: #e50011;}
  .features_box dd {color: #e50011; padding-left: 1em; text-indent: -1em;}

  .product_feat table {width: 200%; border: solid 1px #656464;}
  .product_feat table tr {height: 2em; line-height: 2em; border-bottom: solid 1px #656464;}
  .product_feat table tr:nth-child(2n) {background: -moz-linear-gradient(top, #dcdcdd, #ffffff);  background: -webkit-linear-gradient(top, #dcdcdd, #ffffff);  background: linear-gradient(to bottom, #dcdcdd 0%, #ffffff 40%);}
  .product_feat table tr:nth-child(2n+1) {background: #dcdcdd;}
  .product_feat table th {background: #ea5404; color: #fff; padding: 4px; border-right: solid 1px #656464;}
  .product_feat table th:last-child {border: none;}
  .product_feat table td {text-align: center; border-right: solid 1px #656464; padding: 4px;}
  .product_feat table td:last-child {border: none;}
/*  .product_feat table td:nth-child(2) {text-align: left; padding-left: 16px;} */

  .price_area {width: 100%; margin: 0 auto;}
  .price_down {width: 160px; margin: 0 auto; /*position: absolute; top: 80px; right: 0;*/}
  .price_down img {width: 100%;}
  
  .price_box {text-align: center; width: 100%;}
  .price_box p {margin: 6px 0; font-size: 14px; text-indent: 0;}
  .price_tag {display: inline-flex; align-items: center; justify-content: space-between; background: #e50011; color: #fff000; text-align: right; width: 340px; height: 40px; border-radius: 20px; font-weight: bold; font-size: 24px;}
  .price_tag p {font-size: 20px;}
  .price_tag p:first-child {display: inline-block; background: #fff; color: #e50011; text-align: center; width: 150px; height: 36px; line-height: 36px; border-radius: 18px; margin: 0 0 0 2px;}
  .price_tag p:nth-child(2) {margin: 0 40px 0 0;}
  .price_opt {display: inline-block; width: 200px; height: 24px; border-radius: 12px; line-height: 24px; font-weight: bold; text-align: center; background: #d7e598; color: #00683d; box-shadow: 2px 2px 2px #ccc; margin-left: 200px;}
  .price_comment {font-size: 12px; text-align: center; text-indent: 0;}

  .column {background: #fce2cc; width: 100%; padding: 16px 0;}
  .column_tit p {display: inline-block; color: #ea5404; height: 36px; line-height: 36px; margin-left: 24px; font-size: 20px; font-weight: bold;}
  .column_cnts {display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  .column_img {}
  .column_txt {width: 100%; margin: 0 16px; position: relative;}
  .column_subtit {font-size: 20px; line-height: 1.6;}
  .column_cnts .price_area {position: relative; margin-right: 16px;}
  .column_cnts .price_down {top: -50px;}


  .area2 {width: 100%;}
  .area2 .product_feat {width: 100%;}
  .MR-LN-500 h2 img {height: 4vw; margin-right: 2vw;}
  .MR-LN-500 .area2 ul {width: 100%;}
  .MR-LN-500 .area2 ul li {width: 28%; margin: 0 4px;}
  .MR-LN-500 .area2 h4 {color: #ea5404; margin: 8px 0; font-size: 18px;}
  .MR-LN-500 .area2 ul li p {line-height: 1.4;}
  
  .PL .corplogo {top: -55px;}
  .PL .corplogo img {height: 80px;}
  .PL .product_cnts {justify-content: center;}
  .PL .product_feat {width: 100%; text-align: center; overflow: scroll}
  .PL .product_feat img {width: 150%;}
  
  .PL_micro .product_cnts,
  .PL_macro .product_cnts {justify-content: space-between;}
  
  .PL_micro .product_feat,
  .PL_macro .product_feat {width: 100%; overflow: scroll;}

  .PL_micro table tr:first-child td:first-child,
  .PL_macro table tr:first-child td:first-child {background: #44b034; color :#fff; font-weight: bold;}
  .PL_micro table tr:first-child td:nth-child(2),
  .PL_macro table tr:first-child td:nth-child(2) {background: #eb6d7a; color :#fff; font-weight: bold; text-align: center;}
  .PL_micro table tr:first-child td:nth-child(3),
  .PL_macro table tr:first-child td:nth-child(3) {background: #fff; border-left: solid 1px #656464;}
  .PL_micro table tr:nth-child(2n+1),
  .PL_macro table tr:nth-child(2n+1) {background: #fef6e9;}
  .PL_micro table tr:nth-child(2n),
  .PL_macro table tr:nth-child(2n) {background: #fff;}
  
  .petit_cool .product_feat h4 {color: #ea5404; margin: 8px 0; font-size: 18px;}
  .petit_cool .product_feat p {font-size: 3.5vw; line-height: 1.4;}
  .petit_cool .product_feat p:first-child {margin-top: 4vw;}
  .petit_cool .product_feat p:last-child {font-size: 3vw; margin: 4px 0; line-height: 1.4;} 
  .petit_cool table {width: 100%;}
  .petit_cool table tr:nth-child(2n+1) {background: #fef6e9;}
  .petit_cool table tr:nth-child(2n) {background: #fff;}
  
  .label_printer .area2 .features {width: 100%;}
  .FIC .area2 .product_feat {overflow: scroll;}
  .centrifuge .product_feat {text-align: center;}
  .smart13 .area2 .product_feat {overflow: scroll;}
  .smart13 .area2 h4 {color: #ea5404; margin: 8px 0; font-size: 16px;}
  .smart13 .area2 .product_feat p {font-size: 3vw; margin: 4px 0; line-height: 1.4;}
  .label_printer {margin: 8px 0;}
  .label_printer .area2 {margin: 8px 0;}

}

@media screen and (min-width: 480px) and (max-width: 599px) {
  .wrapper {width: 480px; margin: 0 auto;}
  .tokutoku_circle {display: none;}
  .page_title {height: 10vw; line-height: 10vw; padding: 0; text-align: center; font-size: 4vw;}
  
  .forma {padding: 0 8px; margin: 48px 0 0 0;}
  .forma_header {}
  .forma_header .tit {width: 240px; height: 32px; border-radius: 16px; font-size: 18px; line-height: 32px; margin: 0 16px 0 0;}
  .forma_header .txt {font-size: 14px; line-height: 1.2; margin: 8px 0 0 0;}
  
  .product_header .header_icon {display: none;}
  .product_header h2 {font-size: 16px; padding-bottom: 8px; padding-left: 1.5em; text-indent: -1.5em;}
  .product_header h2:before {content: "●"; color: #fbd7a1; margin-right: 0.5em;}
  .product_header h3 {font-size: 16px; font-weight: bold; padding-top: 8px;}
  .product_header .corplogo {top: 36px;}
  .product_header .corplogo img {height: 32px;}

  .product_cnts {flex-wrap: wrap; margin: 32px 0 16px 0;}
  .product_img {margin-right: 16px; width: 200px;}
  .product_img img {width: 100%;}
  .img_comment {font-size: 12px; text-align: left;}

  .product_feat {width: 240px;}
  .feature_icon {display: inline-flex; justify-content: center; align-items: center; flex-wrap: wrap; list-style: none;}
  .feature_icon li {margin: 0 8px 6px 0; width: 60px;}
  .feature_icon li img {width: 100%;}
  .features {list-style: none; line-height: 1.6; margin: 8px 0; width: 240px;}
  .features li {font-size: 14px; padding-left: 1.5em; text-indent: -1.5em;}
  .features li:before {content: "◆"; color: #ea5404; margin-right: 0.5em;}
  .features_box {display: block; background: #fffac6; border: solid 1px #44b034; border-radius: 10px; padding: 10px; margin-right: 16px; line-height: 1.5;}
  .features_box dt {font-size: 18px; font-weight: bold; color: #e50011;}
  .features_box dd {color: #e50011; padding-left: 1em; text-indent: -1em;}

  .product_feat table {width: 100%; border: solid 1px #656464;}
  .product_feat table tr {height: 2em; line-height: 2em; border-bottom: solid 1px #656464;}
  .product_feat table tr:nth-child(2n) {background: -moz-linear-gradient(top, #dcdcdd, #ffffff);  background: -webkit-linear-gradient(top, #dcdcdd, #ffffff);  background: linear-gradient(to bottom, #dcdcdd 0%, #ffffff 40%);}
  .product_feat table tr:nth-child(2n+1) {background: #dcdcdd;}
  .product_feat table th {background: #ea5404; color: #fff; padding: 4px; border-right: solid 1px #656464;}
  .product_feat table th:last-child {border: none;}
  .product_feat table td {text-align: center; border-right: solid 1px #656464; padding: 4px;}
  .product_feat table td:last-child {border: none;}
/*  .product_feat table td:nth-child(2) {text-align: left; padding-left: 16px;} */
  
  
  .price_area {display: flex; justify-content: center; align-items: center;}
  .price_down {width: 160px; /*position: absolute; top: 80px; right: 0;*/ margin-top: 20px;}
  .price_down img {width: 100%;}
  
  .price_box {text-align: right; margin: 16px 0 0 -24px;}
  .price_box p {margin: 6px 0; font-size: 14px;}
  .price_tag {display: inline-flex; align-items: center; justify-content: space-between; background: #e50011; color: #fff000; text-align: right; width: 340px; height: 40px; border-radius: 20px; font-weight: bold; font-size: 24px;}
  .price_tag p {font-size: 20px;}
  .price_tag p:first-child {display: inline-block; background: #fff; color: #e50011; text-align: center; width: 150px; height: 36px; line-height: 36px; border-radius: 18px; margin: 0 0 0 2px;}
  .price_tag p:nth-child(2) {margin: 0 40px 0 0;}
  .price_opt {display: inline-block; width: 200px; height: 24px; border-radius: 12px; line-height: 24px; font-weight: bold; text-align: center; background: #d7e598; color: #00683d; box-shadow: 2px 2px 2px #ccc; margin-left: 200px;}
  .price_comment {font-size: 12px; text-align: left; text-indent: 2em;}

  .column {background: #fce2cc; width: 100%; padding: 16px 0;}
  .column_tit p {display: inline-block; color: #ea5404; height: 36px; line-height: 36px; margin-left: 24px; font-size: 20px; font-weight: bold;}
  .column_cnts {display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  .column_img {}
  .column_txt {width: 100%; margin: 0 16px; position: relative;}
  .column_subtit {font-size: 20px; line-height: 1.6;}
  .column_cnts .price_area {position: relative; margin-right: 16px;}
  .column_cnts .price_down {top: -50px;}


  .area2 {width: 100%;}
  .area2 .product_feat {width: 100%;}
  .MR-LN-500 h2 img {height: 16px; margin-right: 8px;}
  .MR-LN-500 .corplogo {top: 75px;}
  .MR-LN-500 .area2 ul {width: 100%;}
  .MR-LN-500 .area2 ul li {width: 30%; margin: 0 8px;}
  .MR-LN-500 .area2 h4 {color: #ea5404; margin: 8px 0; font-size: 18px;}
  .MR-LN-500 .area2 ul li p {line-height: 1.4;}
  
  .PL .corplogo {top: -55px;}
  .PL .corplogo img {height: 80px;}
  .PL .product_cnts {justify-content: center;}
  .PL .product_feat {width: 100%; text-align: center;}
  .PL .product_feat img {width: 100%;}
  
  .PL_micro .product_cnts,
  .PL_macro .product_cnts {justify-content: space-between;}
  
  .PL_micro .product_feat,
  .PL_macro .product_feat {width: 600px;}

  .PL_micro table tr:first-child td:first-child,
  .PL_macro table tr:first-child td:first-child {background: #44b034; color :#fff; font-weight: bold;}
  .PL_micro table tr:first-child td:nth-child(2),
  .PL_macro table tr:first-child td:nth-child(2) {background: #eb6d7a; color :#fff; font-weight: bold; text-align: center;}
  .PL_micro table tr:first-child td:nth-child(3),
  .PL_macro table tr:first-child td:nth-child(3) {background: #fff; border-left: solid 1px #656464;}
  .PL_micro table tr:nth-child(2n+1),
  .PL_macro table tr:nth-child(2n+1) {background: #fef6e9;}
  .PL_micro table tr:nth-child(2n),
  .PL_macro table tr:nth-child(2n) {background: #fff;}
  
  .petit_cool .corplogo {top: 54px;}
  .petit_cool .product_feat h4 {color: #ea5404; margin: 8px 0; font-size: 18px;}
  .petit_cool .product_feat p {font-size: 16px;}
  .petit_cool .product_feat p:last-child {font-size: 12px; margin: 4px 0; line-height: 1.4;}
  .petit_cool table tr:nth-child(2n+1) {background: #fef6e9;}
  .petit_cool table tr:nth-child(2n) {background: #fff;}
  
  .label_printer .area2 .features {width: 100%;}

  .smart13 .area2 h4 {color: #ea5404; margin: 8px 0; font-size: 16px;}
  .smart13 .area2 .product_feat p {font-size: 12px; margin: 4px 0; line-height: 1.4;}
  .label_printer {margin: 8px 0;}
  .label_printer .area2 {margin: 8px 0;}
  
}


@media screen and (min-width: 600px) and (max-width: 959px) {
  .wrapper {width: 600px; margin: 0 auto;} 
  .tokutoku_circle {width: 64px; height: 64px; top: -14px; left: 16px;}
  .tokutoku_circle p {font-size: 10px;}
  .page_title {height: 32px; line-height: 32px; padding: 0 100px; font-size: 16px;}

  .forma {margin: 48px 0 0 0;}
  .forma_header .tit {width: 240px; height: 32px; border-radius: 16px; font-size: 16px; line-height: 32px; margin: 0 16px 0 0;}
  .forma_header .txt {font-size: 12px; line-height: 1.2;}
  
  .product_header .header_icon {display: none;}
  .product_header h2 {font-size: 18px; padding-bottom: 8px; padding-left: 1.5em; text-indent: -1.5em;}
  .product_header h2:before {content: "●"; color: #d7e598; margin-right: 0.5em;}
  .product_header h3 {font-size: 18px; font-weight: bold; padding-top: 8px; }
  .product_header .corplogo {top: 36px;}
  .product_header .corplogo img {height: 32px;}

  .product_cnts {flex-wrap: wrap; margin: 32px 0 16px 0;}
  .product_img {margin-right: 16px; width: 240px;}
  .product_img img {width: 100%;}
  .img_comment {font-size: 12px; text-align: left;}

  .product_feat {width: 340px;}
  .feature_icon {display: inline-flex; justify-content: flex-start; align-items: center; list-style: none;}
  .feature_icon li {margin-right: 8px; width: 60px;}
  .feature_icon li img {width: 100%;}
  .features {list-style: none; line-height: 1.6; margin: 8px 0; width: 340px;}
  .features li {padding-left: 1.5em; text-indent: -1.5em;}
  .features li:before {content: "◆"; color: #ea5404; margin-right: 0.5em;}
  .features_box {display: block; background: #fffac6; border: solid 1px #44b034; border-radius: 10px; padding: 10px; margin-right: 16px; line-height: 1.5;}
  .features_box dt {font-size: 18px; font-weight: bold; color: #e50011;}
  .features_box dd {color: #e50011; padding-left: 1em; text-indent: -1em;}

  .product_feat table {width: 100%; border: solid 1px #656464;}
  .product_feat table tr {height: 2em; line-height: 2em; border-bottom: solid 1px #656464;}
  .product_feat table tr:nth-child(2n) {background: -moz-linear-gradient(top, #dcdcdd, #ffffff);  background: -webkit-linear-gradient(top, #dcdcdd, #ffffff);  background: linear-gradient(to bottom, #dcdcdd 0%, #ffffff 40%);}
  .product_feat table tr:nth-child(2n+1) {background: #dcdcdd;}
  .product_feat table th {background: #ea5404; color: #fff; padding: 4px; border-right: solid 1px #656464;}
  .product_feat table th:last-child {border: none;}
  .product_feat table td {text-align: center; border-right: solid 1px #656464; padding: 4px;}
  .product_feat table td:last-child {border: none;}
/*  .product_feat table td:nth-child(2) {text-align: left; padding-left: 16px;} */
  
  .price_area {display: flex; justify-content: center; align-items: center;}
  .price_down {width: 160px; /*position: absolute; top: 80px; right: 0;*/}
  .price_down img {width: 100%;}
  
  .price_box {text-align: right; margin: 16px 0 0 16px;}
  .price_box p {margin: 6px 0; font-size: 14px;}
  .price_tag {display: inline-flex; align-items: center; justify-content: space-between; background: #e50011; color: #fff000; text-align: right; width: 340px; height: 40px; border-radius: 20px; font-weight: bold; font-size: 24px;}
  .price_tag p {font-size: 20px;}
  .price_tag p:first-child {display: inline-block; background: #fff; color: #e50011; text-align: center; width: 150px; height: 36px; line-height: 36px; border-radius: 18px; margin: 0 0 0 2px;}
  .price_tag p:nth-child(2) {margin: 0 40px 0 0;}
  .price_opt {display: inline-block; width: 200px; height: 24px; border-radius: 12px; line-height: 24px; font-weight: bold; text-align: center; background: #d7e598; color: #00683d; box-shadow: 2px 2px 2px #ccc; margin-left: 200px;}
  .price_comment {font-size: 12px; text-align: left; text-indent: 2em;}


  .column {background: #fce2cc; width: 100%; padding: 16px 0;}
  .column_tit p {display: inline-block; color: #ea5404; height: 36px; line-height: 36px; margin-left: 24px; font-size: 20px; font-weight: bold;}
  .column_cnts {display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  .column_img {}
  .column_txt {width: 100%; margin: 0 16px; position: relative;}
  .column_subtit {font-size: 20px; line-height: 1.6;}
  .column_cnts .price_area {position: relative; margin-right: 16px;}
  .column_cnts .price_down {top: -50px;}


  .area2 {width: 100%;}
  .area2 .product_feat {width: 100%;}
  .MR-LN-500 h2 img {height: 18px; margin-right: 8px;}
  .MR-LN-500 .corplogo {top:75px;}
  .MR-LN-500 .area2 ul {width: 100%;}
  .MR-LN-500 .area2 ul li {width: 30%; margin: 0 8px;}
  .MR-LN-500 .area2 h4 {color: #ea5404; margin: 8px 0; font-size: 18px;}
  .MR-LN-500 .area2 ul li p {line-height: 1.4;}
  
  .PL .corplogo {top: -55px;}
  .PL .corplogo img {height: 80px;}
  .PL .product_cnts {justify-content: center;}
  .PL .product_feat {width: 100%; text-align: center;}
  .PL .product_feat img {width: 100%;}
  
  .PL_micro .product_cnts,
  .PL_macro .product_cnts {justify-content: space-between;}
  
  .PL_micro .product_feat,
  .PL_macro .product_feat {width: 600px;}

  .PL_micro table tr:first-child td:first-child,
  .PL_macro table tr:first-child td:first-child {background: #44b034; color :#fff; font-weight: bold;}
  .PL_micro table tr:first-child td:nth-child(2),
  .PL_macro table tr:first-child td:nth-child(2) {background: #eb6d7a; color :#fff; font-weight: bold; text-align: center;}
  .PL_micro table tr:first-child td:nth-child(3),
  .PL_macro table tr:first-child td:nth-child(3) {background: #fff; border-left: solid 1px #656464;}
  .PL_micro table tr:nth-child(2n+1),
  .PL_macro table tr:nth-child(2n+1) {background: #fef6e9;}
  .PL_micro table tr:nth-child(2n),
  .PL_macro table tr:nth-child(2n) {background: #fff;}
  
  .petit_cool .product_feat h4 {color: #ea5404; margin: 8px 0; font-size: 18px;}
  .petit_cool .product_feat p {font-size: 16px;}
  .petit_cool .product_feat p:last-child {font-size: 12px; margin: 4px 0; line-height: 1.4;}
  .petit_cool table tr:nth-child(2n+1) {background: #fef6e9;}
  .petit_cool table tr:nth-child(2n) {background: #fff;}

  .smart13 .area2 h4 {color: #ea5404; margin: 8px 0; font-size: 16px;}
  .smart13 .area2 .product_feat p {font-size: 12px; margin: 4px 0; line-height: 1.4;}
  .label_printer {margin: 8px 0;}
  .label_printer .area2 {margin: 8px 0;}
  .label_printer .area2 ul {width: 100%;}
}


@media screen and (min-width: 960px) and (max-width: 1279px) {
  h1 {line-height: 48px;}
  h2 {font-size: 24px;}
  .wrapper {width: 960px; margin: 0 auto;}
  .tokutoku_circle {width: 80px; height: 80px; top: -16px; left: 20px; }
  .tokutoku_circle p {font-size: 12px;}
  .page_title {height: 48px; line-heigt: 48px; padding: 0 120px; font-size: 24px;}

  .forma {margin-left: 48px 0 0 0;}
  .forma_header .tit {width: 240px; height: 32px; border-radius: 16px; font-size: 18px; line-height: 32px; margin: 0 16px 0 0;}
  .forma_header .txt {font-size: 14px; line-height: 1.2;}
  
  .product_header .header_icon {width: 64px; height: 64px;}
  .product_header h2 {font-size: 24p; padding-bottom: 8px;}
  .product_header h3 {font-size: 24px; font-weight: bold; padding-top: 8px; margin-left: 0.5em;}
  .product_header .corplogo img {height: 40px;}
  .product_header .corplogo {top: -12px;}
  

  .product_cnts {margin: 16px 0;}
  .product_img {margin-right: 16px; width: 240px;}
  .product_img img {width: 100%;}
  .img_comment {font-size: 12px; text-align: left;}

  .product_feat {width: 364px;}
  .feature_icon {display: inline-flex; justify-content: flex-start; align-items: center; list-style: none;}
  .feature_icon li {margin-right: 8px; width: 80px;}
  .feature_icon li img {width: 100%;}
  .features {list-style: none; line-height: 1.6; margin: 8px 0; width: 100%;}
  .features li {padding-left: 1.5em; text-indent: -1.5em;}
  .features li:before {content: "◆"; color: #ea5404; margin-right: 0.5em;}
  .features_box {display: block; background: #fffac6; border: solid 1px #44b034; border-radius: 10px; padding: 10px; margin-right: 16px; line-height: 1.5;}
  .features_box dt {font-size: 18px; font-weight: bold; color: #e50011;}
  .features_box dd {color: #e50011;}

  .product_feat table {width: 100%; border: solid 1px #656464;}
  .product_feat table tr {height: 2em; line-height: 2em; border-bottom: solid 1px #656464;}
  .product_feat table tr:nth-child(2n) {background: -moz-linear-gradient(top, #dcdcdd, #ffffff);  background: -webkit-linear-gradient(top, #dcdcdd, #ffffff);  background: linear-gradient(to bottom, #dcdcdd 0%, #ffffff 40%);}
  .product_feat table tr:nth-child(2n+1) {background: #dcdcdd;}
  .product_feat table th {background: #ea5404; color: #fff; padding: 4px; border-right: solid 1px #656464;}
  .product_feat table th:last-child {border: none;}
  .product_feat table td {text-align: center; border-right: solid 1px #656464; padding: 4px;}
  .product_feat table td:last-child {border: none;}
/*  .product_feat table td:nth-child(2) {text-align: left; padding-left: 16px;}*/
  
  .price_area {width: 340px;}
  .price_down {width: 160px; position: absolute; top: 80px; right: 0;}
  .price_down img {width: 100%;}
  
  .price_box {text-align: right; margin: 150px 0 0 0;}
  .price_box p {margin: 6px 0; font-size: 14px;}
  .price_tag {display: inline-flex; align-items: center; justify-content: space-between; background: #e50011; color: #fff000; text-align: right; width: 340px; height: 40px; border-radius: 20px; font-weight: bold; font-size: 24px;}
  .price_tag p {font-size: 20px;}
  .price_tag p:first-child {display: inline-block; background: #fff; color: #e50011; text-align: center; width: 150px; height: 36px; line-height: 36px; border-radius: 18px; margin: 0 0 0 2px;}
  .price_tag p:nth-child(2) {margin: 0 40px 0 0;}
  .price_opt {display: inline-block; width: 200px; height: 24px; border-radius: 12px; line-height: 24px; font-weight: bold; text-align: center; background: #d7e598; color: #00683d; box-shadow: 2px 2px 2px #ccc; margin-left: 200px;}
  .price_comment {font-size: 12px; text-align: left; text-indent: 2em;}


  .column {background: #fce2cc; width: 100%; padding: 16px 0;}
  .column_tit p {display: inline-block; color: #ea5404; height: 36px; line-height: 36px; margin-left: 24px; font-size: 24px; font-weight: bold;}
  .column_cnts {display: flex; justify-content: flex-start; align-items: center;}
  .column_img {width: 313px; margin: 0 16px;}
  .column_txt {width: 100%; margin: 0 16px; position: relative;}
  .column_subtit {font-size: 20px; line-height: 1.6;}
  .column_cnts .price_area {position: relative; margin-right: 16px;}
  .column_cnts .price_down {top: -50px;}


  .area2 {width: 100%;}
  .area2 .product_feat {width: 100%;}
  .MR-LN-500 h2 img {height: 24px; margin-right: 8px;}
  .MR-LN-500 .area2 ul {width: 60%; margin-left: 20%;}
  .MR-LN-500 .area2 ul li {width: 30%; margin: 0 8px;}
  .MR-LN-500 .area2 h4 {color: #ea5404; margin: 8px 0; font-size: 18px;}
  .MR-LN-500 .area2 ul li p {line-height: 1.4;}
  
  .PL .corplogo {top: -50px;}
  .PL .corplogo img {height: 80px;}
  .PL .product_cnts {justify-content: center;}
  .PL .product_feat {width: 100%; text-align: center;}
  .PL .product_feat img {width: 100%;}
  
  .PL_micro .product_cnts,
  .PL_macro .product_cnts {justify-content: space-between;}
  
  .PL_micro .product_feat,
  .PL_macro .product_feat {width: 600px;}

  .PL_micro table tr:first-child td:first-child,
  .PL_macro table tr:first-child td:first-child {background: #44b034; color :#fff; font-weight: bold;}
  .PL_micro table tr:first-child td:nth-child(2),
  .PL_macro table tr:first-child td:nth-child(2) {background: #eb6d7a; color :#fff; font-weight: bold; text-align: center;}
  .PL_micro table tr:first-child td:nth-child(3),
  .PL_macro table tr:first-child td:nth-child(3) {background: #fff; border-left: solid 1px #656464;}
  .PL_micro table tr:nth-child(2n+1),
  .PL_macro table tr:nth-child(2n+1) {background: #fef6e9;}
  .PL_micro table tr:nth-child(2n),
  .PL_macro table tr:nth-child(2n) {background: #fff;}
  
  .petit_cool .corplogo {top: -50px;}
  .petit_cool .product_feat h4 {color: #ea5404; margin: 8px 0; font-size: 18px;}
  .petit_cool .product_feat p {font-size: 16px;}
  .petit_cool .product_feat p:last-child {font-size: 12px; margin: 4px 0; line-height: 1.4;}
  .petit_cool table tr:nth-child(2n+1) {background: #fef6e9;}
  .petit_cool table tr:nth-child(2n) {background: #fff;}
  .petit_cool table {width: 98%;}

  .smart13 .area2 h4 {color: #ea5404; margin: 8px 0; font-size: 16px;}
  .smart13 .area2 .product_feat p {font-size: 12px; margin: 4px 0; line-height: 1.4;}
  .label_printer {margin: 8px 0;}
  .label_printer .area2 {margin: 8px 0;}

}


@media screen and (min-width: 1280px) {
  .obi {max-width: 100%;}
  .wrapper {width: 1280px; margin: 0 auto;}
  .tokutoku_circle {width: 80px; height: 80px; top: -16px; left: 20px; }
  .tokutoku_circle p {font-size: 12px;}
  .page_title {height: 48px; line-height: 48px; padding: 0 120px; font-size: 24px;}

  .forma {margin: 48px 0 0 0;}
  .forma_header .tit {width: 240px; height: 32px; border-radius: 16px; font-size: 18px; line-height: 32px; margin: 0 16px 0 0;}
  .forma_header .txt {font-size: 14px; line-height: 1.2;}
  
  .product_header .header_icon {width: 64px; height: 64px;}
  .product_header h2 {font-size: 24px; padding-bottom: 8px;}
  .product_header h3 {font-size: 24px; padding-top: 8px; margin-left: 0.5em;}
  .product_header .corplogo {top: -4px;}
  .product_header .corplogo img {height: 40px;}

  .product_cnts {margin: 16px 0;}
  .product_img {margin-right: 16px; width: 240px;}
  .product_img img {width: 100%;}
  .img_comment {font-size: 12px; text-align: left;}
  
  .product_feat {width: 624px;}

  .feature_icon {display: inline-flex; justify-content: flex-start; align-items: center; list-style: none;}
  .feature_icon li {margin-right: 8px; width: 120px;}
  .feature_icon li img {width: 100%;}
  .features {list-style: none; line-height: 1.6; margin: 8px 0;}
  .features li {padding-left: 1.5em; text-indent: -1.5em;}
  .features li:before {content: "◆"; color: #ea5404; margin-right: 0.5em;}
  .features_box {display: block; background: #fffac6; border: solid 1px #44b034; border-radius: 10px; padding: 10px; margin-right: 16px; line-height: 1.5;}
  .features_box dt {font-size: 18px; font-weight: bold; color: #e50011;}
  .features_box dd {color: #e50011;}
  .features_sub {}
  
  .product_feat table {width: 100%; border: solid 1px #656464;}
  .product_feat table tr {height: 2em; line-height: 2em; border-bottom: solid 1px #656464;}
  .product_feat table tr:nth-child(2n) {background: -moz-linear-gradient(top, #dcdcdd, #ffffff);  background: -webkit-linear-gradient(top, #dcdcdd, #ffffff);  background: linear-gradient(to bottom, #dcdcdd 0%, #ffffff 40%);}
  .product_feat table tr:nth-child(2n+1) {background: #dcdcdd;}
  .product_feat table th {background: #ea5404; color: #fff; padding: 4px; border-right: solid 1px #656464;}
  .product_feat table th:last-child {border: none;}
  .product_feat table td {text-align: center; border-right: solid 1px #656464; padding: 4px;}
  .product_feat table td:last-child {border: none;}
/*  .product_feat table td:nth-child(2) {text-align: left; padding-left: 16px;}*/

  .price_area {width: 400px;}
  .price_down {width: 200px; position: absolute; top: 40px; right: 0;}
  .price_down img {width: 100%;}
  
  .price_box {text-align: right; margin: 150px 0 0 0;}
  .price_box p {margin: 6px 0;}
  .price_tag {display: inline-flex; align-items: center; justify-content: space-between; background: #e50011; color: #fff000; text-align: right; width: 400px; height: 40px; border-radius: 20px; font-weight: bold; font-size: 24px;}
  .price_tag p {font-size: 24px;}
  .price_tag p:first-child {display: inline-block; background: #fff; color: #e50011; text-align: center; width: 180px; height: 36px; line-height: 36px; border-radius: 18px; margin: 0 0 0 2px;}
  .price_tag p:nth-child(2) {margin: 0 40px 0 0;}
  .price_opt {display: inline-block; width: 200px; height: 24px; border-radius: 12px; line-height: 24px; font-weight: bold; text-align: center; background: #d7e598; color: #00683d; box-shadow: 2px 2px 2px #ccc; margin-left: 200px;}
  .price_comment {font-size: 12px; text-align: left; text-indent: 2em;}

  .column {background: #fce2cc; width: 100%; padding: 16px 0;}
  .column_tit p {display: inline-block; color: #ea5404; height: 36px; line-height: 36px; margin-left: 24px; font-size: 24px; font-weight: bold;}
  .column_cnts {display: flex; justify-content: flex-start; align-items: center;}
  .column_img {width: 313px; margin: 0 16px;}
  .column_txt {width: 100%; margin: 0 16px; position: relative;}
  .column_subtit {font-size: 20px; line-height: 1.6;}
  .column_cnts .price_area {position: relative; margin-right: 16px;}
  .column_cnts .price_down {top: -50px;}


  .area2 {width: 100%;}
  .area2 .product_feat {width: 100%;}
  .MR-LN-500 h2 img {height: 24px; margin-right: 8px;}
  .MR-LN-500 .area2 ul {width: 60%; margin-left: 20%;}
  .MR-LN-500 .area2 ul li {width: 30%; margin: 0 8px;}
  .MR-LN-500 .area2 h4 {color: #ea5404; margin: 8px 0; font-size: 18px;}
  .MR-LN-500 .area2 ul li p {line-height: 1.4;}
  
  .PL .corplogo img {height: 80px;}
  .PL .product_cnts {justify-content: center;}
  .PL .product_feat {width: 100%; text-align: center;}
  
  .PL_micro .product_cnts,
  .PL_macro .product_cnts {justify-content: space-between;}

  .PL_micro table tr:first-child td:first-child,
  .PL_macro table tr:first-child td:first-child {background: #44b034; color :#fff; font-weight: bold;}
  .PL_micro table tr:first-child td:nth-child(2),
  .PL_macro table tr:first-child td:nth-child(2) {background: #eb6d7a; color :#fff; font-weight: bold; text-align: center;}
  .PL_micro table tr:first-child td:nth-child(3),
  .PL_macro table tr:first-child td:nth-child(3) {background: #fff; border-left: solid 1px #656464;}
  .PL_micro table tr:nth-child(2n+1),
  .PL_macro table tr:nth-child(2n+1) {background: #fef6e9;}
  .PL_micro table tr:nth-child(2n),
  .PL_macro table tr:nth-child(2n) {background: #fff;}
  
  .petit_cool .product_feat h4 {color: #ea5404; margin: 8px 0; font-size: 18px;}
  .petit_cool .product_feat p {font-size: 16px;}
  .petit_cool .product_feat p:last-child {font-size: 12px; margin: 4px; line-height: 1.4;}
  
  .petit_cool table tr:nth-child(2n+1) {background: #fef6e9;}
  .petit_cool table tr:nth-child(2n) {background: #fff;}
  .petit_cool table {width: 98%;}
  
  .smart13 .area2 h4 {color: #ea5404; margin: 8px 0; font-size: 16px;}
  .smart13 .area2 .product_feat p {font-size: 12px; margin: 4px 0; line-height: 1.4;}
  
  .label_printer {margin: 8px 0;}
  .label_printer .area2 {margin: 8px 0;}
}



