@charset "UTF-8";
/* General
------------------------------ */
body {
  min-width: 0;
}
main {
  display: block;
}
.wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  line-height: 1.6;
  transform: none !important;
}
.wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrapper a {
  transition: none;
}
.wrapper .c_red {
  color: #d00;
}

.wrapper sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

#container {
  margin-top: 30px;
  padding-bottom: 50px;
}
.contents_wrap {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
}
.contents_wrap:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/* Header
------------------------------- */
#header {
  border-bottom: 1px solid #e5e5e5;
}
#header .inner {
  margin: 0 auto;
  padding: 18px 15px 20px;
  max-width: 1030px;
  width: 100%;
}
#header .inner:after {
  display: block;
  clear: both;
  width: 0;
  height: 0;
  content: "";
}
#header .inner .site_title {
  float: left;
}

#header .site_title_inner {
  display: flex;
  line-height: 1.2;
  color: #154988;
  font-weight: bold;
	font-size: 24px;
}

#header .title_text {
	color: #000;
	margin-left: 10px;
}

@media screen and (max-width: 750px){
	#header .site_title_inner {
		font-size: 17px;
	}
}

#header .inner .logo {
  float: right;
}

/* Navigation
------------------------------- */
.navigation {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.navigation .inner {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.navigation .inner li {
  width: calc(100% / 3);
}
.navigation .inner li:nth-child(2n) {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.navigation .inner li a {
  display: block;
  text-align: center;
}
.navigation .inner li a:hover {
  background: #f9f9f9;
  opacity: 1;
}
.navigation .inner li a .txt {
  display: inline-block;
  padding: 25px 0 23px;
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  line-height: 1em;
}
.navigation .inner li.index a .txt {
  padding-left: 20px;
  background: url("/img/ss/general/manufacture-tips/bg_icon_001_006.png") no-repeat left center;
}
.navigation .inner li.improvement a .txt {
  padding-left: 30px;
  background: url("/img/ss/general/manufacture-tips/bg_icon_001_007.png") no-repeat left center;
}
.navigation .inner li.number a .txt {
  padding-left: 34px;
  background: url("/img/ss/general/manufacture-tips/bg_icon_001_008.png") no-repeat left center;
}

/* Tag Cloud
------------------------------- */
.tag_cloud {
  padding: 9px 15px;
  width: 100%;
  background: #154988;
}
.tag_cloud .tag_cloud_inner {
  display: flex;
  margin: 0 auto;
  max-width: 970px;
  width: 100%;
}
.tag_cloud .tag_cloud_inner dt {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-right: 15px;
  padding: 10px 15px 8px 25px;
  min-width: 100px;
  color: #fff;
  background: url("/img/ss/general/manufacture-tips/bg_icon_001_024.png") no-repeat left 12px;
}
.tag_cloud .tag_cloud_inner dt::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: url("/img/ss/general/manufacture-tips/bg_icon_001_005.png") repeat-y left top;
  content: "";
}
.tag_cloud .tag_cloud_inner .tagwrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  font-size: 0px;

  flex-grow: 1;
}
.tag_cloud .tag_cloud_inner .tagwrap dd {
  display: inline-block;
  margin: 3px 6px 3px 0;
}
.tag_cloud .tag_cloud_inner .tagwrap dd a {
  display: inline-block;
  padding: 5px 15px 3px;
  border: 1px solid #afafaf;
  border-radius: 3px;
  background: #fff;
  color: #666;
  font-size: 13px;
}
.tag_cloud .tag_cloud_inner .tagwrap dd a.match {
  border: 1px solid #154988;
  background: #154988;
  color: #fff;
}

/* CV Bottom
------------------------------- */
.cv_bottom {
  padding: 50px 0;
  width: 100%;
  background: #e4e4e4;
}
.cv_bottom .inner {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  background: #e4e4e4;
}
.cv_bottom .inner .box {
  position: relative;
  box-sizing: border-box;
  padding: 0 35px 105px;
  width: calc((100% - 20px) / 2);
  border-radius: 3px;
  background: #fff;
}
.cv_bottom .inner .box .ttl {
  position: relative;
  margin-bottom: 20px;
  padding: 13px 0 11px;
  text-align: center;
}
.cv_bottom .inner .box .ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: url("/img/ss/general/manufacture-tips/bg_icon_001_005.png") repeat-x left top;
  content: "";
}
.cv_bottom .inner .box .ttl .txt {
  display: inline-block;
  padding: 8px 0 6px 43px;
  font-weight: bold;
  font-size: 20px;
}
.cv_bottom .inner .box .btn_wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.cv_bottom .inner .box .btn_wrap .btn {
  position: relative;
  display: inline-block;
  padding: 13px 0 11px;
  width: 280px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.cv_bottom .inner .box .btn_wrap .btn::before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}

/* register */
.cv_bottom .inner .box.register .ttl .txt {
  background: url("/img/ss/general/manufacture-tips/bg_icon_001_002.png") no-repeat left 4px;
}
.cv_bottom .inner .box.register .point li {
  position: relative;
  padding: 5px 0 0 75px;
  line-height: 1.6em;
}
.cv_bottom .inner .box.register .point li + li {
  margin-top: 15px;
}
.cv_bottom .inner .box.register .point li .icon_point {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 6px 0 0 0;
  width: 50px;
  height: 50px;
  background: #f3ac00;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.7em;
}
.cv_bottom .inner .box.register .point li .icon_point::after {
  position: absolute;
  top: 0;
  right: -13px;
  display: block;
  border: 25px solid rgba(0,0,0,0);
  border-right: 0 solid rgba(0,0,0,0);
  border-left: 13px solid #f3ac00;
  content: "";
}
.cv_bottom .inner .box.register .point li .icon_point .no {
  font-size: 20px;
}
.cv_bottom .inner .box.register .point li .strong {
  font-weight: bold;
  font-size: 18px;
}
.cv_bottom .inner .box.register .btn_wrap .btn {
  background: #e60012;
}

/* contact */
.cv_bottom .inner .box.contact .ttl .txt {
  background: url("/img/ss/general/manufacture-tips/bg_icon_001_003.jpg") no-repeat left 5px;
}
.cv_bottom .inner .box.contact .lead {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
}
.cv_bottom .inner .box.contact .tel_box {
  text-align: center;
}
.cv_bottom .inner .box.contact .tel_box .tel_no {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 0 0 50px;
  min-height: 28px;
  background: url("/img/ss/general/manufacture-tips/bg_icon_001_004.png") no-repeat left top;
  font-weight: bold;
  font-size: 28px;
  line-height: 1em;
}
.cv_bottom .inner .box.contact .tel_box .tel_time {
  display: inline-block;
  font-size: 14px;
}
.cv_bottom .inner .box.contact .btn_wrap .btn {
  background: #41a147;
}

/* Page Top
--------------------------------- */
.page_top_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.page_top_wrap .pagetop {
  position: fixed;
  right: 50%;
  bottom: 30px;
  display: none;
  margin: 0 -590px 0 0;
  width: 51px;
  height: 51px;
}
.page_top_wrap .pagetop.defoult {
  position: absolute;
}
.page_top_wrap .pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background: #333;
  transition: none;
}
.page_top_wrap .pagetop a:before {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
}
.page_top_wrap .pagetop a:after {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #333;
  content: "";
  transform: rotate(45deg);
}

/* Footer
------------------------------- */
#footer {
  background: #333;
}
#footer .inner {
  overflow: hidden;
  margin: 0 auto;
  padding: 12px 5px 10px;
  max-width: 970px;
  width: 100%;
}
#footer .inner .copy {
  float: left;
  color: #fff;
  font-size: 12px;
}
#footer .inner .links {
  float: right;
  padding-top: 5px;
  color: #fff;
  font-size: 0;
}
#footer .inner .links li {
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
}
#footer .inner .links li + li {
  margin-left: 9px;
  padding-left: 9px;
  border-left: 1px solid #fff;
}
#footer .inner .links li a {
  color: #fff;
}


/* Main Contents
--------------------------------- */
/* Index */
#p_home .contents_wrap {
  max-width: 970px;
}
#p_home .index_ttl {
  visibility: hidden;
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.5s ease 0s,
  visibility 0.5s ease 0s;
}
#p_home .index_ttl.show {
  visibility: visible;
  opacity: 1;
}
#p_home .topics_list {
  display: flex;
  flex-wrap: wrap;
}
#p_home .topics_list .topics {
  position: relative;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 35px;
  width: calc((100% - 41px) / 3);
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  opacity: 0;
  transition: opacity 0.5s ease 0s,
  visibility 0.5s ease 0s;
}
#p_home .topics_list .topics:nth-child(3n) {
  margin-right: 0;
}
#p_home .topics_list.show .topics {
  visibility: visible;
  opacity: 1;
}
#p_home .topics_list .topics a {
  display: block;

  flex-grow: 1;
}
#p_home .topics_list .topics a:hover {
  opacity: 1;
}
#p_home .topics_list .topics .thumb {
  overflow: hidden;
}
#p_home .topics_list .topics .thumb img {
  transition: transform 0.3s ease 0s;
}
#p_home .topics_list .topics a:hover .thumb img {
  transform: scale(1.1);
}
#p_home .topics_list .topics.js_new_icon::before,
#p_home .topics_list .topics.js_new_icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #66b5fa;
}
#p_home .topics_list .topics.js_new_icon::before {
  z-index: 5;
  width: 74px;
  height: 34px;
  border: 1px solid #fff;
  content: "";
  font-weight: bold;
  transform: skew(-20deg, 0deg);
}
#p_home .topics_list .topics.js_new_icon::after {
  z-index: 10;
  padding: 6px 15px 0;
  height: 35px;
  border: 1px solid #fff;
  border-right: none;
  color: #fff;
  content: "NEW";
  font-weight: bold;
  font-size: 14px;
}
#p_home .topics_list .topics .txt {
  padding: 15px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
#p_home .topics_list .topics a:hover .txt {
  color: #06c;
}
#p_home .topics_list .topics .tag {
  position: relative;
  margin: 0 15px 15px;
  font-size: 0;
}
#p_home .topics_list .topics .tag li {
  display: inline-block;
  margin: 0 6px 6px 0px;
}
#p_home .topics_list .topics .tag li a {
  display: inline-block;
  padding: 5px 15px 3px;
  border: 1px solid #afafaf;
  border-radius: 3px;
  background: #fff;
  color: #666;
  font-size: 13px;
}
#p_home .topics_list .topics .tag li a.match {
  border: 1px solid #154988;
  background: #154988;
  color: #fff;
}

/* page style */
#manufacturing-subsidy2 #side .js-follow_anchor,
#manufacturing-subsidy3 #side .js-follow_anchor {
  display: none;
}
#manufacturing-subsidy1 #main .box_style02,
#manufacturing-subsidy2 #main .box_style02,
#manufacturing-subsidy3 #main .box_style02 {
  background: #e3f2fd;
}
#manufacturing-subsidy1 #main .box_style02.style_01,
#manufacturing-subsidy2 #main .box_style02.style_01,
#manufacturing-subsidy3 #main .box_style02.style_01 {
  background: #fbe9e7;
}
#manufacturing-subsidy1 #main .box_style02.style_01 .ttl_style04 {
  font-size: 16px;
}
#manufacturing-subsidy1 #main .ttl_style_01,
#manufacturing-subsidy2 #main .ttl_style_01,
#manufacturing-subsidy3 #main .ttl_style_01 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #154988;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8em;
}
#manufacturing-subsidy1 #main .ttl_style01 .txt,
#manufacturing-subsidy2 #main .ttl_style01 .txt,
#manufacturing-subsidy3 #main .ttl_style01 .txt {
  font-size: 27px;
}

#manufacturing-subsidy1 #side .switch_txt {
  display: none;
}

#manufacturing-subsidy1 .switch_txt {
  font-size: 15px;
  display:inline-block;
  margin-bottom: 10px;
}
#manufacturing-subsidy1 .switch_txt .open_txt,
#manufacturing-subsidy1 .switch_txt .close_txt{
  color: #06c;

}

#manufacturing-subsidy1 .anc_list_main.open .open_txt,
#manufacturing-subsidy1 .anc_list_main:not(.open) .close_txt{
  display: none;
}

#manufacturing-subsidy1 .anc_list_main dt {
  margin-bottom: 0;
}

#main .flex_list {
  display: flex;
}
#main .flex_list .flex_list_item.num {
  margin-right: 5px;
}
#heinrich-law #main .bottom_box_001 dl dt {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#heinrich-law #main .bottom_box_001 dl dd,
#heinrich-law #main .bottom_box_001 dl dd .prt_disc_list li {
  font-size: 16px;
}
#heinrich-law #main .bottom_box_001 .prt_colon_def.inline {
  margin-top: 10px;
  max-width: 350px;
  font-size: 14px;
  line-height: 1.5;
}
#heinrich-law #main .bottom_box_001 .prt_colon_def.inline .title {
  margin-bottom: 5px;
}
#heinrich-law #main .bottom_box_001 .prt_colon_def.inline dt,
#heinrich-law #main .bottom_box_001 .prt_colon_def.inline dd {
  font-size: 14px;
}
#ooda-loop #main .bg_style01{
  background: #fff9c4;
}
#ooda-loop #main .bg_style02{
  background: #e3f2fd;
}

#ooda-loop #main .bottom_box_001 dl dt,
#arrangement #main .bottom_box_001 dl dt {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#ooda-loop #main .bottom_box_001 dl dd,
#arrangement #main .bottom_box_001 dl dd,
#ooda-loop #main .bottom_box_001 dl dd .prt_disc_list li,
#arrangement #main .bottom_box_001 dl dd .prt_disc_list li {
  font-size: 16px;
}
#motion-economy #main .table_style01 th.rowttl {
  width: 1em;
  padding: 0 1em;
  box-sizing: content-box;
}
#motion-economy #main .table_style01 th.rowttl,
#motion-economy #main .table_style01 th.rowsubttl{
  background-color: #E0F2F1;
}
#motion-economy #main .table_style01 th.colttl,
#motion-economy #main .table_style01 th.colsubttl{
  background-color: #FFF8E1;
}
#motion-economy #main .table_style01 th.bc_w {
  background-color: #FFFFFF;
}

#motion-economy #main .table_style01 td {
  text-align: left;
  width: 27%;
}
#motion-economy #main .table_style01.pa_01 th,
#motion-economy #main .table_style01.pa_01 td,
#motion-economy #main .table_style02.pa_01 th,
#motion-economy #main .table_style02.pa_01 td{
  font-size: 14px;
  margin: 0.7em;
}

/* Dl List */
#main .prt_dl_01 {
  margin: 20px 0;
	font-size: 16px;
}
#main .prt_dl_01 dt{
  font-weight: bold;
}
#main .prt_dl_01 dt + dd{
  margin-top: 5px;
}
#main .prt_dl_01 dd + dd{
  margin-top: 20px;
}
#main .prt_dl_01 dd + dt{
  margin-top: 25px;
}

/* Breadcrumb */
#breadcrumb {
  padding: 0 10px;
  width: 100%;
  background: #f4f4f4;
}
#breadcrumb ul {
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0;
  max-width: 1000px;
  width: 100%;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5em;
  margin-right: 8px;
}
#breadcrumb ul li + li::before {
  display: inline-block;
  margin-right: 8px;
  color: #a4a4a4;
  content: ">";
}
#breadcrumb ul li a:hover {
  color: #06c;
  text-decoration: underline;
  opacity: 1;
}
/* Anc List */
.anc_list_main,
.con_list {
  margin-top: 20px;
  padding: 20px;
  border: 4px solid #ebebeb;
}
.anc_list_main dt,
.con_list dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.anc_list_main .anc_list dd + dd,
.con_list  .anc_list dd + dd {
  margin-top: 7px;
}
.anc_list_main .anc_list dd a,
.con_list .anc_list dd a {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  font-size: 14px;
}
.anc_list_main .anc_list dd a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -3px;
  border-top: 6px solid #333;
  border-right: 3px solid rgba(0,0,0,0);
  border-bottom: 6px solid rgba(0,0,0,0);
  border-left: 3px solid rgba(0,0,0,0);
  content: "";
}
.anc_list_main .anc_list dd a:hover {
  color: #06c;
  text-decoration: underline;
  opacity: 1;
}

/* Anc List Side */
.js-follow_anchor {
  margin-top: 18px;
}
.js-follow_anchor_inner {
  position: relative;
}
.js-follow_anchor_inner.fixed {
  position: fixed;
  top: 30px;
}
.anc_list_side {
  position: relative;
  width: 230px;
}
.anc_list_side.fixed {
  position: fixed;
  top: 30px;
}
.anc_list_side dt {
  padding: 15px 0 13px;
  border-top: 3px solid #154988;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.anc_list_side .anc_list dd:nth-last-of-type(1) {
  border-bottom: 1px solid #ccc;
}
.anc_list_side .anc_list dd a {
  position: relative;
  display: block;
  padding: 15px 10px 13px 35px;
  background: #fff;
  color: #333;
}
.anc_list_side .anc_list dd.ac a {
  background: #f4f4f4;
}
.anc_list_side .anc_list dd a::before {
  position: absolute;
  top: 21px;
  left: 15px;
  display: block;
  border-top: 4px solid rgba(0,0,0,0);
  border-right: 6px solid rgba(0,0,0,0);
  border-bottom: 4px solid rgba(0,0,0,0);
  border-left: 6px solid #333;
  content: "";
}
.anc_list_side .anc_list dd a:hover {
  color: #333;
  text-decoration: underline;
  opacity: 1;
}
.anc_list_side .anc_list dd > ul {
  display: none;
}
.js-follow_anchor_inner .btn_wrap.type03 {
  padding: 0 6px;
  margin-bottom: 55px;
  width: 230px;
}
.js-follow_anchor_inner.fixed .btn_wrap.type03 {
  margin-bottom: 18px;
}
.js-follow_anchor_inner .btn_wrap.type03 .btn {
  position: relative;
  display: inline-block;
  padding: 17px 0 15px 12px;
  width: 100%;
  background: linear-gradient(to bottom, #e60012 0%,#b9000e 100%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
.js-follow_anchor_inner .btn_wrap.type03 .btn::before {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -4px;
  width: 7px;
  width: 0;
  height: 10px;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}

/* link_style_01 */
.link_style_01 {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding-left: 14px;
  font-size: 14px;
}
.link_style_01::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  margin-top: -4px;
  border-top: 4px solid rgba(0,0,0,0);
  border-right: 6px solid rgba(0,0,0,0);
  border-bottom: 4px solid rgba(0,0,0,0);
  border-left: 6px solid #333;
  content: "";
}

/* Tag Links */
.tag_links {
  margin-bottom: 20px;
  text-align: left;
  font-size: 0px;
}
.tag_links li {
  display: inline-block;
}
.tag_links li {
  margin-right: 6px;
  margin-bottom: 6px;
}
.tag_links li a {
  display: inline-block;
  padding: 5px 15px 3px;
  border: 1px solid #afafaf;
  border-radius: 3px;
  background: #fff;
  color: #666;
  font-size: 13px;
}

/* Main */
#main {
  float: left;
  max-width: 740px;
  width: calc(100% - 260px);
}
#main p {
  font-size: 16px;
  line-height: 1.8em;
}
#main > p,
#main > p + p {
  margin: 20px 0 0;
}
section > p, section > p + p{
  margin: 20px 0 0;
}

/* Side */
#side {
  float: right;
  width: 230px;
}
#side .side_cv_area .ttl {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
#side .side_cv_area .btn_wrap + .btn_wrap {
  margin-top: 10px;
}
#side .side_cv_area .btn_wrap .btn {
  position: relative;
  display: inline-block;
  padding: 19px 0 17px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
#side .side_cv_area .btn_wrap .btn::before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}
#side .side_cv_area .btn_wrap.type01 .btn {
  background: #e60012;
}
#side .side_cv_area .btn_wrap.type02 .btn {
  background: #41a147;
}
#side .side_mail_area {
  margin-bottom: 18px;
}
#side .side_mail_area .ttl {
  margin-bottom: 20px;
  padding: 20px 0 20px 68px;
  border-top: 3px solid #e60012;
  border-bottom: 1px solid #ccc;
  background: url(/img/ss/general/manufacture-tips/bg_icon_001_020.jpg) no-repeat 20px center;
  font-weight: bold;
  font-size: 15px;
}
#side .side_mail_area .lead {
  margin-bottom: 18px;
  padding: 0 16px;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 14px;
}
#side .side_mail_area .mail_area_list {
  margin-bottom: 18px;
  margin-left: 16px;
}
#side .side_mail_area .mail_area_list li {
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(/img/ss/general/manufacture-tips/bg_icon_001_021.jpg) no-repeat left center;
  font-size: 14px;
}

/* Title */
.ttl_style01 {
  position: relative;
  margin-bottom: 25px;
}
.ttl_style01::before {
  position: absolute;
  top: 0px;
  left: 1px;
  z-index: 0;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  content: "";
}
.ttl_style01.no_topborder::before{
	height: 0;
}
.ttl_style01 .category_icon {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 8px 13px;
  height: 28px;
  background: #154988;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1em;
}
.ttl_style01 .category_icon::after {
  position: absolute;
  top: 0;
  right: -20px;
  border-top: 14px solid #154988;
  border-right: 10px solid rgba(0,0,0,0);
  border-bottom: 14px solid rgba(0,0,0,0);
  border-left: 10px solid #154988;
  content: "";
}
.ttl_style01 .txt {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 28px;
}
.ttl_style02 {
  margin-top: 45px;
  padding: 15px;
  border-top: 3px solid #154988;
  background: #f4f4f4;
  font-weight: bold;
  font-size: 20px;
}
.ttl_style03 {
  position: relative;
  margin-top: 35px;
  padding: 13px 15px 12px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 20px;
}
.ttl_style03::before {
  position: absolute;
  top: 28%;
  left: 0;
  display: block;
  width: 4px;
  height: 40%;
  background: #154988;
  content: "";
}
.ttl_style04 {
  margin-top: 25px;
  font-weight: bold;
  font-size: 18px;
}
section .ttl_style02 {
  margin: 45px 0 20px;
}
section .ttl_style03{
  margin: 35px 0 20px;
}

/* Column */
.col_box {
  margin-top: 35px;
}
.col_box::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.col_box.col2 .col {
  width: calc((100% - 40px) / 2);
}
.col_box.col2 .col:nth-child(1) {
  float: left;
}
.col_box.col2 .col:nth-child(2) {
  float: right;
}

.prt_flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px -10px;
}

.prt_flexbox:before,
.prt_flexbox:after {
  display: block;
  order: 10000;
  content: "";
}

.prt_flexbox:before,
.prt_flexbox:after,
.prt_flexbox > * {
  flex: 1 1 220px;
  margin: 10px;
}

.prt_alpha_def > .item > .term:before,
.prt_alpha_def > .term:before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1.125em;
  content: counter(def-alpha,upper-alpha) ".";
  text-align: right;
  white-space: nowrap;
}

.prt_float_contents {
  overflow: hidden;
  margin: 36px 0;
}

.prt_float_contents.right .col:first-child {
  float: right;
  margin: 0 0 20px 40px;
}

.prt_float_contents.left .col:first-child {
  float: left;
  margin: 0 0 20px 40px;
}

/* Prt_colon_def */
.prt_colon_def > div {
  display: flex;
  -ms-flex-pack: start;
  flex-wrap: nowrap;
  justify-content: start;
  overflow: hidden;
  text-align: left;
}
.prt_colon_def dt,
.prt_colon_def dd {
  float: left;
  flex: 0 1 auto;
}
.prt_colon_def_desc {
  margin-bottom: 15px;
  padding-left: 1.6em;
}
.prt_colon_def.inline > div {
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
  letter-spacing: -0.4em;
}
.prt_colon_def.inline dt,
.prt_colon_def.inline dd {
  display: inline-block;
  float: none;
  letter-spacing: normal;
}
.prt_colon_def dt {
  white-space: nowrap;
}
.prt_colon_def dd {
  padding-left: 1em;
  text-indent: -1em;
  white-space: normal;
}
.prt_colon_def dd:before {
  content: "：";
}

/* Relation List */
.relation_link {
  position: relative;
  margin-top: 50px;
  padding: 25px;
}
.relation_link::before,
.relation_link::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: url("/img/ss/general/manufacture-tips/bg_icon_001_005.png") repeat-x left top;
  content: "";
}
.relation_link::before {
  top: 0;
}
.relation_link::after {
  bottom: 0;
}
.relation_link dt {
  margin-bottom: 5px;
}
.relation_link .link_wrap dd + dd {
  margin-top: 5px;
}
.relation_link .link_wrap dd a {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  font-size: 14px;
}
.relation_link .link_wrap dd a::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  margin-top: -4px;
  border-top: 4px solid rgba(0,0,0,0);
  border-right: 6px solid rgba(0,0,0,0);
  border-bottom: 4px solid rgba(0,0,0,0);
  border-left: 6px solid #333;
  content: "";
}
.relation_link .link_wrap dd a:hover {
  color: #06c;
  text-decoration: underline;
  opacity: 1;
}

/* Prev Link */
.prev_link {
  position: relative;
  margin-top: 60px;
  padding: 14px 0;
  text-align: center;
}
.prev_link::before,
.prev_link::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: url("/img/ss/general/manufacture-tips/bg_icon_001_005.png") repeat-x left top;
  content: "";
}
.prev_link::before {
  top: 0;
}
.prev_link::after {
  bottom: 0;
}
.prev_link a {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  color: #333;
  font-size: 14px;
}
.prev_link a::before,
.prev_link a::after {
  position: absolute;
  display: block;
  content: "";
}
.prev_link a::before {
  top: 2px;
  left: 0;
  z-index: 0;
  width: 17px;
  height: 17px;
  background: #154988;
}
.prev_link a::after {
  top: 55%;
  left: 2px;
  z-index: 5;
  margin-top: -6px;
  border: 4px solid rgba(0,0,0,0);
  border-right: 4px solid #fff;
}

/* Pager */

.pager {
  margin: 30px auto;
}
.pager .pager_box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 300px;
  font-size: 13px;
}
.pager.sqc_course1 .pager_box {
  max-width: 210px;
}
.pager .pager_box .current_page span {
  display: inline-block;
  margin-right: 4px;
}
.pager .pager_box .current_page span:last-child {
  margin-right: 0;
}
.pager .pager_box .prev_pager a,
.pager .pager_box .current_page span a,
.pager .pager_box .next_pager a {
  display: block;
  padding: 7px 13px;
  border: 1px solid #d6d6d6;
  color: #000;
}
.pager .pager_box .current_page span.current a {
  background-color: #e4e4e4;
}
.pager .pager_box .current_page span a:hover {
  background-color: #e4e4e4;
  opacity: 1;
}
.pager .pager_box .prev_pager a,
.pager .pager_box .next_pager a {
  position: relative;
  border: 1px solid #666;
  background-color: #666;
  color: #fff;
}
.pager .pager_box .prev_pager a {
  padding-left: 22px;
}
.pager .pager_box .prev_pager a::before {
  position: absolute;
  top: 14px;
  left: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background-image: url(/img/ss/general/manufacture-tips/bg_icon_001_019.png);
  content: "";
}
.pager .pager_box .next_pager a {
  padding-right: 22px;
}
.pager .pager_box .next_pager a::before {
  position: absolute;
  top: 14px;
  right: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background-image: url(/img/ss/general/manufacture-tips/bg_icon_001_019.png);
  content: "";
  transform: rotate(180deg);
}

/* Ccomment List */
.comment_style01 {
  margin-top: 10px;
}
.comment_style01 li {
  margin-left: 3em;
  text-indent: -3em;
  font-size: 13px;
}
.comment_style01 li + li {
  margin-top: 3px;
  margin-left: 3.1em;
  text-indent: -0.1em;
}
.comment_style01.style_01 li {
  margin-left: 0.7em;
  text-indent: -0.7em;
  font-size: 13px;
}
.comment_style01.style_02 li {
  margin-left: 2em;
  text-indent: -2em;
  font-size: 13px;
}

/* Caption */
#main .cap {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 14px;
}
#main * + .cap {
  margin: 5px 0 0;
}
#main .cap span {
  display: inline-block;
}
#main .cap span + span {
  margin-left: 10px;
}
.sqc_course1 #main .cap span:not(.prt_icon_style_01):first-child,
.sqc_course2 #main .cap span:not(.prt_icon_style_01):first-child {
  margin-right: 15px;
}
.sqc_course1 #main .cap span + span,
.sqc_course2 #main .cap span + span,
.sqc_course3 #main .cap span + span {
  margin-right: 15px;
  margin-left: 0;
}
#main .caption_style_01 {
  position: relative;
  padding-left: 20px;
}
#main .caption_style_01::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: #eaf2fa;
  content: "";
}

/* Box */
#main > .box_img {
  margin-top: 35px;
}
#main > .box_style01 {
  margin-top: 35px;
}
section > .box_img{
  margin-top: 35px;
}
section > .box_style01 {
  margin-top: 35px;
}
#main .box_style01 .ttl {
  padding: 12px;
  background: #154988;
  color: #fff;
  font-weight: bold;
}
#main .box_style01 .lead_wrap {
  padding: 25px;
  border: 1px solid #d6d6d6;
  border-top: none;
}
#main .box_style01 .lead_wrap p + p {
  margin-top: 15px;
}
#main .box_style02 {
  padding: 25px;
  background: #f4f4f4;
}
#main .box_style03 {
  margin-top: 35px;
  padding: 25px;
  background: #e3f2fd;
}
#main .box_style03 dl {
  font-size: 16px;
}
#main .box_style03 dl .ttl_style_01 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #154988;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8em;
}
#main .box_style03 dl dd + dt {
  margin-top: 15px;
}
#main .font_style_01 {
  color: #154988;
}
#main .flex_box {
  display: flex;
}
#main .cv_bottom_box {
  margin-top: 40px;
}
#main .cv_bottom_box .flex_box .flex_item {
  flex-grow: 1;
}
#main .cv_bottom_box .flex_box .flex_item:last-child {
  margin-left: 20px;
}
#main .cv_bottom_box .flex_box .flex_item img {
  border: solid 1px #ccc;
}
#main .cv_bottom_box .flex_box dl dt {
  margin-bottom: 15px;
  padding: 12px 0;
  border-top: 3px solid #154988;
  border-bottom: 1px solid #ccc;
  color: #154988;
  font-weight: bold;
  font-size: 18px;
}
#main .cv_bottom_box .flex_box dl .txt {
  margin-bottom: 15px;
  font-size: 14px;
}
#main .cv_bottom_box .flex_box .ss_download_btn.type02 {
  max-width: 290px;
  height: 45px;
}
#main .cv_bottom_box .flex_box .ss_download_btn.type02 .txt02 {
  padding-right: 20px;
}

#main .bottom_box_001 {
  margin-top: 60px;
  padding: 20px;
  border: 4px solid #ebebeb;
}
#main .bottom_box_001 dl dd {
  font-size: 14px;
}
#main .bottom_box_001 dl dt {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
  font-weight: bold;
  font-size: 16px;
}
#main .bottom_box_001 dl dd .prt_disc_list li {
  font-size: 14px;
}

/* Catalog Box */
#main > .catalog_box {
  position: relative;
  margin-top: 60px;
}
section > .catalog_box {
  position: relative;
  margin-top: 60px;
}
#main .catalog_box a {
  position: relative;
  display: block;
}
#main .catalog_box .ttl {
  margin-bottom: 12px;
  padding: 9px 0 6px;
  border-top: 2px solid #154988;
  border-bottom: 1px solid #ccc;
  color: #154988;
  font-weight: bold;
  font-size: 18px;
}
#main .catalog_box .lead {
  color: #333;
  font-size: 14px;
}
#main .catalog_box .thumb {
  display: inline-block;
  max-width: 110px;
}
#main .catalog_box .thumb img {
  border: 1px solid #ccc;
}
#main .catalog_box .btn_wrap {
  margin-top: 15px;
}
#main .catalog_box .btn_wrap .btn {
  position: relative;
  display: inline-block;
  padding: 9px 0 6px 20px;
  min-width: 270px;
  border-radius: 5px;
  background: linear-gradient(#e24140, #cc1717);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#main .catalog_box .btn_wrap .btn::before {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 19px;
  height: 21px;
  background: url("https://www.keyence.co.jp/img/elements/btn_catalog_01_l.png") no-repeat center;
  content: "";
}
#main .catalog_box.type01 a,
#main .catalog_box.type03 a {
  padding-left: 128px;
}
#main .catalog_box.type01 .lead,
#main .catalog_box.type01 .ttl,
#main .catalog_box.type01 .btn_wrap,
#main .catalog_box.type03 .lead,
#main .catalog_box.type03 .ttl,
#main .catalog_box.type03 .btn_wrap {
  text-align: left;
}
#main .catalog_box.type01 .thumb {
  position: absolute;
  top: 0;
  left: 25px;
}
#main .catalog_box.type03 .thumb {
  position: absolute;
  top: 0;
  left: 0;
}
#main .catalog_box.type02 a {
  display: block;
  text-align: center;
}
#main .catalog_box.type02 .lead {
  text-align: left;
}
#main .catalog_box.type02 .thumb {
  position: relative;
  margin-top: 15px;
  text-align: center;
}
#main .catalog_box.type02 .btn_wrap {
  text-align: center;
}

/* Table */
.table_style01 {
  margin-top: 35px;
  width: 100%;
}
.table_style01.col2 .col {
  width: 50%;
}
.table_style01.col3 .col {
  width: 33.3%;
}
.table_style01.col4 .col {
  width: 25%;
}
.table_style01.col5 .col {
  width: 20%;
}
.table_style02 {
  margin-top: 35px;
  width: 100%;
}
.table_style02 th {
  width: 36%;
}
.table_style02 td {
  width: 66%;
}
.table_style01 th,
.table_style01 td,
.table_style02 th,
.table_style02 td {
  padding: 12px 15px 10px;
  border: 1px solid #cecece;
  vertical-align: middle;
}
.table_style01.pa_01 th,
.table_style01.pa_01 td,
.table_style02.pa_01 th,
.table_style02.pa_01 td {
  padding: 12px 5px 10px;
  border: 1px solid #cecece;
  vertical-align: middle;
  font-size: 13px;
  text-align: center;;
}
.table_style01 th,
.table_style02 th {
  background: #f4f4f4;
  text-align: center;
  font-weight: bold;
}
.table_style01 td,
.table_style02 td {
  text-align: left;
}
.table_style01 td.wb_all,
.table_style02 td.wb_all {
  word-break: break-all;
}
.table_style01 .wb_all.bg_style_01 {
  background-color: #eaf2fa;
}

/* bg_icon */
.prt_icon_style_01 {
  display: inline-block;
  margin: 0 3px;
  width: 9px;
  height: 18px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.prt_icon_style_01.icon_x {
  background-image: url(/img/ss/general/manufacture-tips/bg_icon_001_015.png);
}
.prt_icon_style_01.icon_p {
  background-image: url(/img/ss/general/manufacture-tips/bg_icon_001_016.png);
}

/* list */
.prt_disc_list {
  margin: 15px 0;
  padding-left: 1.5em;
  list-style: disc outside;
  font-size: 16px;
}
.prt_disc_list_02 {
  margin-top: 10px;
  counter-reset: count 0;
  font-size: 16px;

}
.prt_disc_list_02 li {
  margin-top: 5px;
  position: relative;
  padding-left: 2em;
}
.prt_disc_list_02 li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  position: absolute;
  left: 0;
}

.prt_disc_list_02 li.no_num:before {
content: none;
}
.prt_disc_list_02 li.num_05:before {
counter-reset: count 4;
}

/* Button */

.ss_download_btn {
  position: relative;
  display: table;
  border-radius: 5px;
  background: #e60012;
  background: linear-gradient(#e24140, #cc1717);
  transition: opacity 0.3s;
}
.ss_download_btn.type01,
.ss_download_btn.type02,
.ss_download_btn.type03,
.ss_download_btn.type04,
.ss_download_btn.type05 {
  padding: 6px 0 5px;
  width: 100%;
  text-align: center;
}
.ss_download_btn.type01,
.ss_download_btn.type02 {
  padding-right: 12px;
  padding-left: 12px;
}
.ss_download_btn.type01 {
  max-width: 360px;
  height: 45px;
}
.ss_download_btn.type02 {
  max-width: 380px;
  height: 60px;
}
.ss_download_btn.type03,
.ss_download_btn.type05 {
  padding-right: 8px;
  padding-left: 8px;
  max-width: 160px;
  height: 30px;
}
.ss_download_btn.type04 {
  padding-right: 4px;
  padding-left: 4px;
  max-width: 110px;
  height: 34px;
  color: #fff;
  font-weight: bold;
}
.ss_download_btn.type05 {
  border-radius: 0 0 5px 5px;
}
.ss_download_btn.icon01 > span:first-child {
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}
.ss_download_btn.icon02 > span:first-child {
  background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
}
.ss_download_btn .img01,
.ss_download_btn .img02,
.ss_download_btn .img03 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  transform: translateY(-50%);
}
.ss_download_btn .img01 img,
.ss_download_btn .img02 img,
.ss_download_btn .img03 img {
  border: solid 1px #ccc;
}
.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04,
.ss_download_btn .txt05 {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  word-break: break-all;
  font-weight: bold;
}
.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04 {
  padding-left: 30px;
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 1.375;
}
.ss_download_btn .txt01 {
  padding-right: 60px;
}
.ss_download_btn .txt02 {
  padding-right: 79px;
}
.ss_download_btn .txt03 {
  padding-right: 77px;
}
.ss_download_btn .txt04 {
  padding-right: 104px;
}
.ss_download_btn .txt05 {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1;
}
.ss_download_btn .in_txt1,
.ss_download_btn .in_txt2 {
  display: block;
}
.ss_download_btn .in_txt1 {
  font-size: 13px;
}

.ss_download_catalog_btn {
  display:inline-block;
}
.ss_download_catalog_btn a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.ss_download_catalog_btn a::before {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 5px;
  width: 23px;
  height: 22px;
  border-radius: 2px;
  background: url("/img/ss/general/manufacture-tips/bg_icon_001_023.png") no-repeat center #e60012;
  background-size: 13px;
  content: "";
}
.ss_download_catalog_btn a .txt {
  display: inline-block;
  flex: 1 1 auto;
  line-height: 1.4em;
  font-size: 16px;
}
.prt_sect_cv {
  margin: 48px 0 0;
}
.prt_sect_cv:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_sect_cv .button {
  width: 48%;
  width: calc(50% - 10px);
}
.prt_sect_cv .button.series {
  float: left;
  clear: left;
}
.prt_sect_cv .button.download {
  float: right;
  clear: right;
}

/* content_cv_area */
.content_cv_area {
  margin: 35px auto;
  padding: 6px;
  max-width: 660px;
  background: #edf3f9;
}
.content_cv_area:hover {
  opacity: 0.7;
}
.content_cv_area .content_cv_area_inner {
  padding: 13px;
  border: 1px solid #c9d8eb;
}
.content_cv_area .content_cv_area_inner {
  display: flex;
  align-items: center;
}
.content_cv_area .content_cv_area_inner .content_left {
  margin-right: 31px;
}
.content_cv_area .content_cv_area_inner .content_left img {
  border: 1px solid #ccc;
}
.content_cv_area .content_cv_area_inner .content_right .txt {
  margin-bottom: 13px;
  color: #154988;
  font-weight: bold;
  font-size: 18px;
}
.content_cv_area .content_cv_area_inner .content_right .cv_btn_inner {
  padding: 5px 44px;
  background: #e60012;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
.content_cv_area .content_cv_area_inner .content_right .cv_area_btn {
  display: block;
  margin-top: 10px;
}
.content_cv_area .content_cv_area_inner .content_right .btn_wrap.content_cv_btn {
  display: block;
  margin-top: 15px;
  text-align: left;
}
.content_cv_area .content_cv_area_inner .content_right .btn_wrap.content_cv_btn .btn {
  position: relative;
  display: inline-block;
  padding: 9px 0 6px 20px;
  min-width: 270px;
  border-radius: 5px;
  background: linear-gradient(#e24140, #cc1717);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.content_cv_area .content_cv_area_inner .content_right .btn_wrap.content_cv_btn .btn::before {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 19px;
  height: 21px;
  background: url(/img/elements/btn_catalog_01_l.png) no-repeat center;
  content: "";
}
.content_cv_area .content_cv_area_inner .content_right .cv_btn_inner .cv_btn_txt {
  position: relative;
}
.content_cv_area .content_cv_area_inner .content_right .cv_btn_inner .cv_btn_txt::before {
  position: absolute;
  top: 4px;
  left: -35px;
  display: block;
  width: 7px;
  height: 9px;
  background-image: url(/img/ss/general/manufacture-tips/bg_icon_001_018.png);
  content: "";
}

.prt_download_txt1 {
  clear: both;
  padding: 15px 0 0;
}

.prt_download_txt1 .txt_link {
  position: relative;
  display: inline-block;
  padding: 3px 0 0 30px;
  text-decoration: none;
}

.prt_download_txt1 .txt_link:hover {
  color: #f00;
  opacity: 0.7;
}

.prt_download_txt1 .txt_link:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 2px;
  background: url(/img/ss/general/manufacture-tips/bg_icon_001_022.png) center center no-repeat #d00202;
  background-size: 64%;
  content: "";
}

#main .notes {
  font-size: 12px;
}
#main .prt_figure_01.style_01 {
  margin: 30px 0;
  text-align: center;
}
#main .prt_figure_01.style_01 .title {
  margin: 8px 0;
  font-weight: bold;
  font-size: 18px;
}
#main .prt_figure_01.style_01 .notes {
  margin: 6px 0;
  color: #333;
  font-size: 14px;
  line-height: 1.615;
}
#main .prt_figure_01 .image.main_mv{
  max-width: 350px;
}
#main .formula {
  display: flex;
}

#main .formula dt {
  white-space: nowrap;
}

#short-stop .caption_style_01::before {
  background: #6c97d3;
}

#short-stop .applisensor_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#short-stop .applisensor_list li {
  overflow: hidden;
  margin-bottom: 10px;
  width: 130px;
  border: 1px solid #ccc;
  text-align: center;
}
#short-stop .applisensor_list li:last-child {
  border: none;
}
#short-stop .applisensor_list::after {
  display: block;
  width: 33%;
  content: "";
}

#short-stop .applisensor_list li a {
  display: block;
  background: #eee;
  color: #13386d;
}

#short-stop .applisensor_list li span {
  display: block;
  padding: 8px 0;
  font-size: 14px;
}
#whys_5 ul.cheack_list,
#cost-reduction ul.cheack_list {
  margin: 10px 0;
  padding: 15px 27px 10px;
  background: #eaf2fa;
}
#whys_5 ul.cheack_list li,
#cost-reduction ul.cheack_list li {
  margin: 0 0 5px;
  list-style-type: circle;
  font-size: 16px;
}
#production-system .automation_images .col .img {
  text-align: center;
}
#production-system .automation_images .col:nth-of-type(1) {
  width: 400px;
}
#production-system .automation_images .col:nth-of-type(1) {
  width: calc((100% - 40px) * 0.571);
}
#production-system .automation_images .col:nth-of-type(2) {
  width: calc((100% - 40px) * 0.429);
}

#ocr main figure .caption {
  margin: 0 0 8px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#ocr main .examples_of_readable_printings {
  margin: 40px 0;
}
#ocr main .examples_of_readable_printings .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}
#ocr main .examples_of_readable_printings .images:after {
  display: block;
  flex: 1 1 350px;
  margin: 0 20px;
  content: "";
  font-size: 0;
}
#ocr main .examples_of_readable_printings .item {
  flex: 1 1 auto;
  margin: 10px 20px;
}
#ocr main .immediately_issue {
  margin: 40px 0;
}
#ocr main .immediately_issue .caption + .col_box {
  margin: 0;
}


/* Utility
------------------------------- */
em{
  font-weight: bold;
}
.fwb {
  font-weight: bold;
}
.no_fwb {
  font-weight: normal !important;
}
.f10 {
  font-size: 10px !important;
  line-height: 1.3em;
}
.f12 {
  font-size: 12px !important;
  line-height: 1.4em;
}
.f14 {
  font-size: 14px !important;
  line-height: 1.5em;
}
.f15 {
  font-size: 15px !important;
  line-height: 1.6em;
}
.f16 {
  font-size: 16px !important;
  line-height: 1.8em;
}
.f17 {
  font-size: 17px !important;
  line-height: 1.8em;
}
.f18 {
  font-size: 18px !important;
  line-height: 1.8em;
}
.desc > * {
  padding: 0 0 0 1.5em;
  text-indent: -1em;
}
.bg_hl {
  background: linear-gradient(transparent 55%, #fcf27e 0%);
}
/* Media Screen
------------------------------- */
@media screen and (min-width: 751px) {
  /* General */
  .sp_view {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  #main .catalog_box.type02 .thumb {
    display: table;
    max-width: none;
    width: 100%;
    border: none;
  }
  #main .catalog_box.type02 .thumb span {
    display: table-cell;
    width: 103px;
    vertical-align: middle;
    text-align: center;
  }
  #main .catalog_box.type02 .thumb span img {
    max-width: 155px;
    max-height: 155px;
    border: 1px solid #ccc;
  }
  #main .catalog_box.type01 a,
  #main .catalog_box.type03 a {
    padding-left: 177px;
  }
  #main .catalog_box.type03 .thumb {
    top: 34px;
    max-width: 155px;
  }
}
@media screen and (max-width: 1000px) {
  .contents_wrap {
    padding: 0 10px;
  }
  /* CV Bottom
  ------------------------------- */
  .cv_bottom .inner {
    display: block;
  }
  .cv_bottom .inner .box {
    margin: 0 auto;
    width: 94%;
  }
  .cv_bottom .inner .box + .box {
    margin-top: 30px;
  }

  .prt_sect_cv:after {
    display: none;
  }
  .prt_sect_cv .button {
    margin: 0 0 20px;
    width: auto;
  }
  .prt_sect_cv .button.series,
  .prt_sect_cv .button.download {
    float: none;
  }
  .prt_sect_cv .button a {
    margin: 0 auto;
  }

  /* Catalog Box */
  #main .catalog_box.type02 .col {
    float: none;
    width: 100%;
  }
  #main .catalog_box.type02 .col + .col {
    margin-top: 35px;
  }
  #main .catalog_box.type02 a {
    padding-left: 128px;
    text-align: left;
  }
  #main .catalog_box.type02 .lead,
  #main .catalog_box.type02 .ttl,
  #main .catalog_box.type02 .btn_wrap {
    text-align: left;
  }
  #main .catalog_box.type01 .thumb,
  #main .catalog_box.type02 .thumb {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    text-align: left;
  }
}

@media screen and (max-width: 750px) {
  .pc_view {
    display: none;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #breadcrumb {
    display: flex;
    order: 2;
    margin-bottom: 0;
  }
  #breadcrumb ul {
    margin: 0 auto 0 0;
    padding: 10px 0;
    width: 100%;
  }
  #breadcrumb ul li,
  #breadcrumb ul li a {
    font-size: 12px;
  }
  #container {
    padding: 5.2vw 0 46vw;
  }
  /* Header */
  #header {
    padding: 14px 15px;
  }
  #header .inner {
    padding: 0;
  }
  #header .inner .site_title {
    width: 70%;
    line-height: 1em;
  }
  #header .inner .logo {
    width: 85px;
    line-height: 1em;
  }

  /* Navigation
  ------------------------------- */
  .navigation {
    position: fixed;
    top: 0;
    right: 0;
    left: 100vw;
    z-index: 110;
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 10vw 6vw 4vw;
    min-height: 100vh;
    width: 100vw;
    border: none;
    background: rgba(0,0,0,0.8);
    transition: left 0.5s cubic-bezier(0.64,0.21,0.33,0.92) 0s;
  }
  .navigation .nav_sp_ttl {
    margin-bottom: 5vw;
    color: #fff;
    font-size: 20px;
  }
  .navigation .inner {
    display: block;
    margin: 0 auto;
    max-width: none;
    width: 100%;
    border: none;
    border: 1px solid #7d98b9;
    border-top: none;
  }
  .navigation .inner li {
    width: 100%;
  }
  .navigation .inner li:nth-child(2n) {
    border: none;
  }
  .navigation .inner li a {
    border-top: 1px solid #7d98b9;
    background: #154988;
    text-align: left;
  }
  .navigation .inner li a:hover {
    background: #154988;
    opacity: 1;
  }
  .navigation .inner li a .txt {
    display: inline-block;
    padding: 25px 0 23px;
    width: 100%;
    background: none;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 1em;
  }
  .navigation .inner li.index a .txt {
    padding-left: 40px;
    background: url("/img/ss/general/manufacture-tips/bg_icon_001_011.png") no-repeat 13px center;
    background-size: 16px auto;
  }
  .navigation .inner li.improvement a .txt {
    padding-left: 40px;
    background: url("/img/ss/general/manufacture-tips/bg_icon_001_012.png") no-repeat 9px center;
    background-size: 21px auto;
  }
  .navigation .inner li.number a .txt {
    padding-left: 40px;
    background: url("/img/ss/general/manufacture-tips/bg_icon_001_013.png") no-repeat 9px center;
    background-size: 21px auto;
  }
  .sp_navigation_btn {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 10010;
    width: 49px;
    height: 34px;
    border-radius: 3px 0 0 3px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0;
    cursor: pointer;
  }
  .sp_navigation_btn:before,
  .sp_navigation_btn:after,
  .sp_navigation_btn i {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -4px;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transition: transform 0.3s ease;
  }
  .sp_navigation_btn:before {
    transform: translate(-50%, -10px);
  }
  .sp_navigation_btn:after {
    transform: translate(-50%, 6px);
  }
  .sp_navigation_btn i {
    transform: translate(-50%, -50%);
  }
  .sp_navigation_btn.pagein {
    opacity: 1;
    cursor: pointer;
  }
  .wrapper.navi_open {
    position: fixed;
  }
  .wrapper.navi_open .navigation {
    left: 0vw;
  }
  .wrapper.navi_open .sp_navigation_btn:before {
    transform: translate(-50%, -50%) rotate(-225deg);
  }
  .wrapper.navi_open .sp_navigation_btn:after {
    transform: translate(-50%, -50%) rotate(225deg);
  }
  .wrapper.navi_open .sp_navigation_btn i {
    transform: translate(-50%, -50%) rotate(225deg);
  }

  /* Tag Cloud
  ------------------------------- */
  .tag_cloud {
    padding: 4px 15px 5px;
  }
  .tag_cloud .tag_cloud_inner {
    display: block;
  }
  .tag_cloud .tag_cloud_inner dt {
    display: block;
    align-items: center;
    margin-bottom: 3px;
    padding: 4px 15px 2px 25px;
    background-position: left center;
  }
  .tag_cloud .tag_cloud_inner dt:after {
    content: normal;
  }
  /* CV Bottom
  ------------------------------- */
  .cv_bottom_sp_wrap {
    position: relative;
    z-index: 10;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    order: 1;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp.defoult {
    position: absolute;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp .tel_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2.5vw 7vw 0.5vw;
    background: #333;
    color: #fff;
    text-align: center;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp .tel_box .tel_lead {
    margin-bottom: 4px;
    width: 100%;
    text-align: left;
    font-size: 13px;
    line-height: 1em;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp .tel_box .tel_number {
    width: 43vw;
    background: url("/img/ss/general/manufacture-tips/bg_icon_001_004.png") no-repeat 0 0;
    background-size: 16%;
    text-align: left;
    letter-spacing: 0.35vw;
    font-size: 2.3vw;
    line-height: 4.55vw;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp .tel_box .tel_number span {
    padding-left: 16.5%;
    letter-spacing: 0.0vw;
    font-size: 4.5vw;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp .tel_box .tel_time {
    width: 40vw;
    text-align: left;
    letter-spacing: 0.25vw;
    font-size: 3vw;
    line-height: 3.98vw;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp .cv_bottom_btn {
    display: flex;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp .cv_bottom_btn .btn {
    position: relative;
    display: block;
    padding: 4vw 0 3vw 0;
    width: 50vw;
    color: #fff;
    text-align: center;
    font-size: 3.1vw;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp .cv_bottom_btn .btn::before {
    display: inline-block;
    margin-right: 2.1vw;
    width: 5vw;
    height: 5vw;
    content: "";
    vertical-align: middle;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp .cv_bottom_btn .btn.register {
    background: #e61e10;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp .cv_bottom_btn .btn.contact {
    background: #41a147;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp .cv_bottom_btn .btn.register::before {
    position: absolute;
    top: 29%;
    left: 12%;
    background: url("/img/ss/general/manufacture-tips/bg_icon_001_009.png") no-repeat center;
    background-size: 100% auto;
  }
  .cv_bottom_sp_wrap .cv_bottom_sp .cv_bottom_btn .btn.contact::before {
    position: absolute;
    top: 28%;
    left: 6%;
    background: url("/img/ss/common/bg_icon_contact_001.png") no-repeat center;
    background-size: 100% auto;
  }

  /* cv bottom box
  --------------------------------- */
  #main .cv_bottom_box .flex_box {
    flex-direction: column;
  }
  #main .cv_bottom_box .flex_box .flex_item.img {
    text-align: center;
  }
  #main .cv_bottom_box .flex_box .flex_item:last-child {
    margin-top: 20px;
    margin-left: 0;
  }

  /* Page Top
  --------------------------------- */
  .page_top_wrap .pagetop {
    right: 10px;
    bottom: 30vw;
    margin: 0;
    width: 40px;
    height: 40px;
    background: none;
  }
  .page_top_wrap .pagetop a {
    width: 40px;
    height: 40px;
  }
  .page_top_wrap .pagetop a:before {
    margin-top: -4px;
    width: 16px;
    height: 16px;
  }
  .page_top_wrap .pagetop a:after {
    width: 16px;
    height: 16px;
  }

  /* Main Contents
  --------------------------------- */
  /* Index */
  #p_home .index_ttl {
    margin: 15px 0;
  }
  #p_home .topics_list {
    display: block;
  }
  #p_home .topics_list .topics {
    margin: 0 0 25px;
    padding: 10px 8px 0;
    width: 100%;
  }
  #p_home .topics_list .topics:nth-child(3n+2) {
    margin: 0 0 25px;
  }
  #p_home .topics_list .topics a:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }
  #p_home .topics_list .topics .thumb {
    float: left;
    padding-right: 10px;
    width: 57%;
  }
  #p_home .topics_list .topics a:hover .thumb img {
    transform: scale(1);
  }
  #p_home .topics_list .topics .txt {
    float: right;
    padding: 0;
    width: 43%;
    font-size: 16px;
  }
  #p_home .topics_list .topics a:hover .txt {
    color: #333;
  }
  #p_home .topics_list .topics .tag {
    position: relative;
    bottom: auto;
    left: auto;
    clear: both;
    margin: 15px 0 10px 0;
  }
  #p_home .topics_list .topics.js_new_icon::before,
  #p_home .topics_list .topics.js_new_icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 25px;
    background: #66b5fa;
  }
  #p_home .topics_list .topics.js_new_icon::before {
    z-index: 5;
    width: 64px;
    border: 1px solid #fff;
    content: "";
    font-weight: bold;
    transform: skew(-20deg, 0deg);
  }
  #p_home .topics_list .topics.js_new_icon::after {
    z-index: 10;
    padding: 3px 12px 0;
    border: 1px solid #fff;
    border-right: none;
    color: #fff;
    content: "NEW";
    font-weight: bold;
    font-size: 13px;
  }

  #heinrich-law #main .bottom_box_001 .prt_colon_def.inline {
    max-width: 100%;
  }

  #swiss-cheese-model #main .prt_figure_01.style_01 .notes {
    text-align: left;
  }
  #swiss-cheese-model #main .prt_figure_01.style_01 .notes dl dt {
    vertical-align: top;
  }

  /* table
  ------------------------------- */
  .table_flame {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .table_style01.w740 {
    width: 740px;
  }
  .table_style02 tbody,
  .table_style02 tr,
  .table_style02 th,
  .table_style02 td {
    display: block;
    float: left;
    clear: left;
    overflow: visible;
    max-height: none;
    width: 100%;
  }
  .table_style02 {
    display: block;
    width: 100%;
  }
  .table_style02 tbody {
    width: 100%;
  }
  .table_style02 th,
  .table_style02 td {
    padding: 12px 15px 10px;
    vertical-align: middle;
  }
  .table_style02 th {
    border-top: none;
    border-right: none;
    border-left: none;
    background: none;
    text-align: left;
    font-weight: bold;
  }
  .table_style02 td {
    border: none;
    text-align: left;
  }
  .table_style02:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }

  /* Button */
  .ss_download_btn.icon01 > span:first-child {
    background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
  }
  .ss_download_btn img {
    max-width: 100%;
    height: auto;
  }
  .ss_download_btn .img02 img {
    width: 48px;
  }
  .ss_download_btn .img03 img {
    width: 67px;
  }
  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03,
  .ss_download_btn .txt04 {
    padding-left: 24px;
    width: calc(100% - 24px);
    font-size: 12px;
  }
  .ss_download_btn .txt02 {
    padding-right: 60px;
  }
  .ss_download_btn .txt04 {
    padding-right: 77px;
  }
  .ss_download_btn .in_txt1 {
    font-size: 12px;
  }

  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03 {
    padding-right: 48px;
    font-size: 15px;
  }

  .prt_sect_cv {
    margin: 30px 0 0;
  }

  /* Pager */
  .pager.sqc_course1 .pager_box {
    justify-content: center;
    max-width: none;
  }
  .sqc_course1 .pager.sqc_course1 .pager_box .current_page,
  #manufacturing-subsidy1 .pager.sqc_course1 .pager_box .current_page {
    margin-right: 14px;
  }
  .sqc_course2 .pager.sqc_course1 .pager_box .current_page,
  .sqc_course3 .pager.sqc_course1 .pager_box .current_page,
  #manufacturing-subsidy3 .pager.sqc_course1 .pager_box .current_page {
    margin-left: 14px;
  }

  /* content_cv_area */
  .content_cv_area {
    margin: 35px auto;
    padding: 6px;
    max-width: 660px;
    background: #edf3f9;
  }
  .content_cv_area .content_cv_area_inner {
    display: block;
  }
  .content_cv_area .content_cv_area_inner .content_left {
    display: block;
    margin: 12px auto 20px;
    text-align: center;
  }
  .content_cv_area .content_cv_area_inner .content_right {
    display: block;
    margin: 0 auto 25px;
    max-width: 288px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .content_cv_area .content_cv_area_inner .content_right .cv_area_btn {
    margin-top: 20px;
    text-align: center;
  }

  #short-stop .applisensor_list {
    justify-content: center;
  }

  #short-stop .applisensor_list li {
    margin-right: 10px;
  }

  #production-system .automation_images .col .notes {
    text-align: center;
  }
  #production-system .automation_images .col:nth-of-type(1),
  #production-system .automation_images .col:nth-of-type(2) {
    width: auto;
  }

  /* CV Bottom
  ------------------------------- */
  .cv_bottom .inner .box {
    padding: 0 20px 105px;
  }

  /* Footer
  ------------------------------- */
  #footer {
    background: #e4e4e4;
    order: 3;
  }
  #footer .inner {
    padding: 32px 5px 40px;
  }
  #footer .inner .links {
    float: none;
    margin-bottom: 5px;
    text-align: center;
  }
  #footer .inner .links li + li {
    border-left: 1px solid #333;
  }
  #footer .inner .links li a {
    color: #333;
    font-size: 11px;
  }
  #footer .inner .copy {
    width: 100%;
    color: #333;
    text-align: center;
    font-size: 11px;
  }

  /* Main Contents */
  #container .content_title .inner {
    padding: 15px 20px 10px;
  }
  #container .content_title .inner h1 {
    font-weight: bold;
    line-height: 1.4em;
  }
  #container .content_title .inner h1 .main_txt {
    display: block;
    font-size: 24px;
  }
  .contents_wrap {
    padding: 0 15px;
  }
  /* Title */
  .ttl_style01 {
    margin-bottom: 15px;
  }
  .ttl_style01 .txt {
    margin-top: 10px;
    font-size: 22px;
  }
  .ttl_style02 {
    margin-top: 25px;
  }

  /* Catalog Box */
  #main > .catalog_box {
    margin-top: 30px;
  }
  section > .catalog_box {
    position: relative;
    margin-top: 60px;
  }
  #main .catalog_box .btn_wrap .btn {
    min-width: initial;
    width: 75%;
  }
  #main .catalog_box.type01 a,
  #main .catalog_box.type02 a,
  #main .catalog_box.type03 a {
    padding-left: 0;
  }
  #main .catalog_box.type01 .lead,
  #main .catalog_box.type01 .ttl,
  #main .catalog_box.type02 .lead,
  #main .catalog_box.type02 .ttl,
  #main .catalog_box.type02 .lead,
  #main .catalog_box.type02 .ttl {
    text-align: left;
  }
  #main .catalog_box.type01 .thumb,
  #main .catalog_box.type02 .thumb,
  #main .catalog_box.type03 .thumb {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: 10px 0 0;
    max-width: initial;
    width: 100%;
    text-align: center;
  }
  #main .catalog_box .thumb img {
    max-width: 126px;
    max-height: 126px;
  }
  #main .catalog_box.type01 .btn_wrap,
  #main .catalog_box.type02 .btn_wrap,
  #main .catalog_box.type03 .btn_wrap {
    clear: both;
    text-align: center;
  }

  /* Column */
  .col_box {
    margin-top: 20px;
  }
  .col_box.col2 .col {
    width: 100%;
  }
  .col_box.col2 .col:nth-child(1) {
    float: none;
  }
  .col_box.col2 .col:nth-child(2) {
    float: none;
    margin-top: 15px;
  }
  .prt_float_contents {
    overflow: visible;
  }
  .prt_float_contents.right .col:first-child,
  .prt_float_contents.left .col:first-child {
    float: none;
    margin: 0 0 20px;
  }

  /* Box */
  #main > .box_img {
    margin-top: 20px;
  }
  #main > .box_style01 {
    margin-top: 20px;
  }
  section > .box_img {
    margin-top: 20px;
  }
  section > .box_style01 {
    margin-top: 20px;
  }
  #main .box_style01 .lead_wrap {
    padding: 15px;
  }

  /* Relation List */
  .relation_link {
    margin-top: 30px;
    padding: 15px;
  }
  /* Main */
  #main {
    float: none;
    max-width: none;
    width: 100%;
  }
  /* Anc List */
  .anc_list_main,
  .con_list {
    padding: 15px;
  }
}


/* reference
--------------------------------- */
.reference {
  margin-top: 37px;
  text-align: center;
}

.reference .reference__ttl {
  margin-bottom: 22px;
  font-weight: bold;
}
.reference .reference__btn{
  display: flex;
  gap: 24px 24px;
  justify-content: center;
}
.reference .reference__txt {
  font: normal normal normal 14px/21px Hiragino Kaku Gothic ProN;
  margin-top: 22px;
  font-size: 14px !important;
  display: none;
  letter-spacing: 0px;
}

.reference .helpful,
.reference .unhelpful,
.reference .very-helpful,
.reference .helpful--active,
.reference .helpful--inactive,
.reference .unhelpful--active,
.reference .unhelpful--inactive,
.reference .very-helpful--active,
.reference .very-helpful--inactive {
  display: inline-block;
  width: 25%;
  padding: 20px 10px;
  border-radius: 4px;
  border: 2px solid #164987; 
  letter-spacing: 0px;
}

@media screen and (max-width:480px) {
  .reference .helpful,
  .reference .unhelpful,
  .reference .very-helpful,
  .reference .helpful--active,
  .reference .helpful--inactive,
  .reference .unhelpful--active,
  .reference .unhelpful--inactive,
  .reference .very-helpful--active,
  .reference .very-helpful--inactive {
    width: 45%;
  }

  .reference .reference__btn{
    display: flex;
    gap: 8px 8px;
  }
}

.reference .helpful:hover,
.reference .unhelpful:hover,
.reference .very-helpful:hover,
.reference .helpful--active,
.reference .unhelpful--active,
.reference .very-helpful--active {
  background: #EFF3F8 0% 0% no-repeat padding-box;
  color: #164987;
  font-weight: bold;
  opacity: 1;
}

.reference .helpful,
.reference .unhelpful,
.reference .very-helpful {
  color: #333333;
}

.reference .helpful::before,
.reference .unhelpful::before,
.reference .very-helpful::before,
.reference .helpful--active::before,
.reference .helpful--inactive::before,
.reference .unhelpful--active::before,
.reference .unhelpful--inactive::before,
.reference .very-helpful--active::before,
.reference .very-helpful--inactive::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
  width: 100%;
  height: 40px;
}

.reference .helpful--active,
.reference .helpful--inactive,
.reference .unhelpful--active,
.reference .unhelpful--inactive,
.reference .very-helpful--active,
.reference .very-helpful--inactive {
  pointer-events: none;
}

.reference .helpful--inactive,
.reference .unhelpful--inactive,
.reference .very-helpful--inactive {
  background: #F8F8F8;
  color: #ADADAD;
  border: none;
}

.reference .helpful::before {
  background-image: url('/img/ss/general/manufacture-tips/good_default.png');
}

.reference .helpful:hover::before,
.reference .helpful--active::before {
  background-image: url('/img/ss/general/manufacture-tips/good_active.png');
}

.reference .helpful--inactive::before {
  background-image: url('/img/ss/general/manufacture-tips/good_inactive.png');
}

.reference .unhelpful::before {
  background-image: url('/img/ss/general/manufacture-tips/bad_default.png');
}

.reference .unhelpful:hover::before,
.reference .unhelpful--active::before {
  background-image: url('/img/ss/general/manufacture-tips/bad_active.png');
}

.reference .unhelpful--inactive::before {
  background-image: url('/img/ss/general/manufacture-tips/bad_inactive.png');
}

.reference .very-helpful::before {
  background-image: url('/img/ss/general/manufacture-tips/excellent_default.png');
}

.reference .very-helpful:hover::before,
.reference .very-helpful--active::before {
  background-image: url('/img/ss/general/manufacture-tips/excellent_active.png');
}

.reference .very-helpful--inactive::before {
  background-image: url('/img/ss/general/manufacture-tips/excellent_inactive.png');
}
