@charset "UTF-8";

/* General
------------------------------ */
body {
  min-width: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  line-height: 1.6;
  -webkit-transform: none !important;
  transform: none !important;
}
.wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrapper a {
  transition: none;
}

.contents_wrap {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 980px;
}
.contents_wrap:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/* Header
------------------------------- */
#header {
  overflow: hidden;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}
#header .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
  position: relative;
  z-index: 0;
}
#header .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
#header .site_title {
  float: left;
  padding: 15px 0 11px;
}

#header .site_title_inner {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	color: #000;
}

#header .lead_text {
  font-size: 14px;
}

#header .title_text {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 979px){
	#header .lead_text {
		font-size: 10px;
	}
	
	#header .title_text {
    font-size: 18px;
	}
}

@media screen and (max-width: 640px){
  #header .lead_text {
    font-size: 12px;
  }
	
	#header .title_text {
    font-size: 18px;
	}
}

#header .site_title img {
  max-width: 100%;
  height: auto;
}
#header a {
  text-decoration: none;
}
#header ul {
  float: right;
  width: 401px;
}
#header ul li {
  float: left;
  width: 198px;
}
#header ul li a {
  display: table;
  padding: 0 10px;
  width: 100%;
  height: 38px;
  color: #fff;
  table-layout: fixed;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
}
#header ul li a:before {
  display: table-cell;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
#header ul li a .label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#header ul li a .label > span {
  display: none;
  font-weight: bold;
}
#header ul .btn_download {
  margin-right: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #e60012;
}
#header ul .btn_download a:before {
  width: 18px;
  background-image: url(/img/ss/common/bg_icon_dl_001.png);
}
#header ul .btn_contact {
  border-radius: 0 0 5px 5px;
  background-color: #41a147;
}
#header ul .btn_contact a:before {
  width: 24px;
  background-image: url(/img/ss/common/bg_icon_contact_001.png);
}
#header ul .btn_tel {
  display: none;
  background-color: #00284a;
}
#header ul .btn_tel a:before {
  background-image: url(/img/ss/common/bg_icon_tel_001.png);
}
#header .logo {
  float: right;
  margin-left: 10px;
  width: 93px;
  line-height: 1;
}
#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}
#header .logo a img {
  max-width: 100%;
  height: auto;
}
#header .js_menu_button {
  display: none;
}

/* Nav Menu
------------------------------- */
#header + .nav_menu_wrap .nav_menu {
  position: relative;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
#header + .nav_menu_wrap .nav_menu > ul {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
#header + .nav_menu_wrap .nav_menu > ul > li {
  position: relative;
  display: block;
  float: left;
  width: 25%;
}
#header + .nav_menu_wrap .nav_menu > ul > li > .ac_btn {
  display: table;
  width: 100%;
  height: 59px;
}
#header + .nav_menu_wrap .nav_menu > ul > li > .ac_btn a {
  display: table-cell;
  width: 100%;
  background: #fff;
  color: #1e1e1e;
  vertical-align: middle;
  text-align: center;
  transition: background-color 0.2s,
  color 0.2s;
}
#header + .nav_menu_wrap .nav_menu > ul > li:hover > .ac_btn a {
  background: #027a0b;
  color: #fff;
}
#header + .nav_menu_wrap .nav_menu > ul > li > .ac_btn a > span {
  display: inline-block;
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
}
#header + .nav_menu_wrap .nav_menu > ul > li.dl_page > .ac_btn a {
  background: #027a0b;
  color: #fff;
  transition: opacity 0.2s;
}
#header + .nav_menu_wrap .nav_menu > ul > li.dl_page:hover > .ac_btn a {
  background: #014e06;
  color: #fff;
  opacity: 0.8;
}
#header + .nav_menu_wrap .nav_menu > ul > li.dl_page > .ac_btn a > span {
  padding-left: 30px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
  background-size: auto 62%;
  text-align: left;
}

#header + .nav_menu_wrap .nav_menu > ul > li > ul.sub_menu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 100%;
  border-top: 1px solid #dff0e1;
  border-right: 1px solid #dff0e1;
  border-left: 1px solid #dff0e1;
  opacity: 0;
  transition: opacity 0.2s;
}
#header + .nav_menu_wrap .nav_menu > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#header + .nav_menu_wrap .nav_menu > ul > li > ul.sub_menu > li {
  border-bottom: 1px solid #dff0e1;
}
#header + .nav_menu_wrap .nav_menu > ul > li > ul.sub_menu > li > a {
  display: block;
  padding: 15px 18px;
  background: #fff;
  color: #027a0b;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2em;
  transition: background-color 0.2s;
}
#header + .nav_menu_wrap .nav_menu > ul > li > ul.sub_menu > li > a:hover {
  background-color: #ececec;
  opacity: 1;
}
#header + .nav_menu_wrap .nav_menu .sp_nav_cv {
  display: none;
}

/* Breadcrumbs
--------------------------- */
#breadcrumb {
  padding: 9px 0;
  background: #f2f2f2;
}
#breadcrumb a {
  color: #06c;
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb ul,
#breadcrumb ol {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 960px;
  text-align: left;
}
#breadcrumb li {
  display: inline-block;
  color: #333;
  font-size: 12px;
}
#breadcrumb li:after {
  display: inline-block;
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  content: "";
  vertical-align: 2px;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#breadcrumb li:last-child {
  padding-right: 0;
}
#breadcrumb li:last-child:after {
  display: none;
}

/* Container
--------------------------- */
#container {
  padding: 0 0 100px;
}

/* CV Bottom
------------------------------- */
#cv_contact {
  position: relative;
  width: 100%;
  height: 68px;
}
#cv_contact a {
  text-decoration: none;
}
#cv_contact .fixed_wrapper {
  position: relative;
  padding: 9px 0 8px;
  width: 100%;
  height: 68px;
  background: #1e1e1e;
}
#cv_contact .fixed_wrapper .inner {
  overflow: hidden;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}
#cv_contact .fixed_wrapper .inner p {
  float: left;
  width: 420px;
}
#cv_contact .fixed_wrapper .inner p a {
  opacity: 1;
  cursor: default;
}
#cv_contact .fixed_wrapper .inner p img {
  max-width: 100%;
  height: auto;
}
#cv_contact .fixed_wrapper .inner ul {
  float: right;
  width: 465px;
}
#cv_contact .fixed_wrapper .inner li {
  display: table;
  float: left;
  margin: 0 0 0 5px;
  width: 230px;
  height: 46px;
  vertical-align: middle;
}
#cv_contact .fixed_wrapper .inner li:first-child {
  margin: 0;
}
#cv_contact .fixed_wrapper .inner li a {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: none;
  transition: none;
}
#cv_contact .fixed_wrapper .inner li a i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}
#cv_contact .fixed_wrapper .inner li a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  margin-top: 2px;
  width: calc(100% - 44px);
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
#cv_contact .fixed_wrapper .inner .catalog {
  background: #e60012;
}
#cv_contact .fixed_wrapper .inner .catalog a span {
  margin-left: -4.8%;
}
#cv_contact .fixed_wrapper .inner .catalog a i:before {
  width: 18px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
}
#cv_contact .fixed_wrapper .inner .contact {
  background: #41a147;
}
#cv_contact .fixed_wrapper .inner .contact a span {
  margin-left: -3.8%;
}
#cv_contact .fixed_wrapper .inner .contact a i:before {
  width: 24px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
}
#cv_contact #pagetop {
  position: absolute;
  top: -71px;
  right: 50%;
  margin: 0 -590px 0 0;
  width: 50px;
}
#cv_contact #pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background: #1e1e1e;
  -webkit-transition: none;
  transition: none;
}
#cv_contact #pagetop a:before {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cv_contact #pagetop a:after {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #1e1e1e;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cv_contact #pagetop a:hover {
  opacity: 0.7 !important;
}
#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}
#cv_contact.fixed.hidden .fixed_wrapper {
  display: none;
}
/* SUB Page Bnr
------------------------------- */
.ss_subpage_box {
  margin: 0 auto;
  max-width: 515px;
  width: 100%;
}
.ss_subpage_box .ss_subpage_bnr {
  overflow: hidden;
  width: 100%;
}
.ss_subpage_box .ss_subpage_bnr > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px 23px;
  max-width: 515px;
  border: 1px solid #027a0b;
  background: #fff;
  color: #333;
  font-size: 14px;
  text-decoration : none;
}
.ss_subpage_box .ss_subpage_bnr > a .img {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 104px;
  border: 1px solid #ccc;
}
.ss_subpage_box .ss_subpage_bnr > a .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ss_subpage_box .ss_subpage_bnr > a .inner {
  min-height: 148px;
  position: relative;
  margin-right: 114px;
  padding-bottom: 43px;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .title {
  font-size: 18px;
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #027a0b;
  color: #027a0b;
  font-weight: bold;
}

.ss_subpage_box .ss_subpage_bnr > a .inner .txt {
  color: inherit;
  font-size: inherit;
}

.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn {
  display: inline-block;
  border-radius: 5px;
  background: #e24141;
  background: linear-gradient(#e24141, #ca1616);
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 80%;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn span {
  display: inline-block;
  width: 100%;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat 10px center;
  background-size:6%;
  padding: 5px 12px 5px 26px;
}
.ss_subpage_box .ss_subpage_bnr > .ss_subpage_btn {
  color: #333;
  text-decoration: none;
}
.ss_subpage_box .ss_subpage_bnr a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: inherit;
}
/* Footer
------------------------------- */
#footer .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}
#footer .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
#footer .sitemap {
  padding: 30px 0;
}
#footer .sitemap a {
  color: #333;
  text-decoration: none;
}
#footer .sitemap a:hover {
  text-decoration: underline;
}
#footer .sitemap .home_link {
  margin-bottom: 16px;
}
#footer .sitemap .home_link a {
  font-weight: bold;
  font-size: 16px;
}
#footer .sitemap .nav_menu:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
#footer .sitemap .nav_item {
  float: left;
  margin: 0 0 40px 40px;
  width: calc((100% - 80px) / 3);
}
#footer .sitemap .nav_item:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
#footer .sitemap .nav_item .ac_btn {
  font-weight: bold;
  font-size: 15px;
}
#footer .sitemap .nav_list li {
  margin: 5px 0 0;
  font-size: 13px;
}
#footer .sitemap .nav_list li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
  opacity: 1;
}
#footer .sitemap .nav_list li a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #095b97;
  content: "";
}
#footer .js_sp_menu .js_menu_button {
  display: none;
}
#footer .copy {
  padding: 20px 0;
  background-color: #fff;
}
#footer .copy a {
  text-decoration: none;
}
#footer .copy p {
  float: left;
  width: 50%;
  color: #333;
  font-size: 12px;
}
#footer .copy ul {
  float: right;
  width: 50%;
  text-align: right;
}
#footer .copy ul li {
  display: inline-block;
  padding: 0 12px;
  border-right: dotted 1px #ccc;
}
#footer .copy ul li:last-child {
  border-right: none;
}
#footer .copy ul li a {
  color: #333;
  font-size: 12px;
  opacity: 1;
}
#footer .copy ul li a:hover {
  text-decoration: underline;
}

/* Case List
------------------------------- */
.case_list {
  overflow: hidden;
  margin-top: 70px;
  padding: 20px 25px 30px;
  background: #edf7ec;
}
#p_home .case_list {
  margin-top: 0;
}
.case_list dt {
  margin-bottom: 20px;
  color: #027a0b;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.case_list dt:before {
  display: inline-block;
  margin-right: 5px;
  width: 23px;
  height: 23px;
  background: url(/img/ss/products/safety/casestudy/bg_icon_002.png) no-repeat center left;
  content: "";
  vertical-align: middle;
}
.case_list dd {
  display: table;
  float: left;
  width: 32%;
  background: #027a0b;
}
.case_list dd:nth-of-type(2) {
  margin: 0 2%;
}
.case_list dd a {
  position: relative;
  display: table-cell;
  padding: 25px 0;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
#p_home #container .section02 .case_list dd a {
  padding: 40px 0;
}
.case_list dd a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  transform: rotate(-45deg);
}
.case_list dd a > span {
  display: inline-block;
  color: #fff;
  vertical-align: baseline;
  font-size: 24px;
  line-height: 1.1em;
}
.case_list dd a > span.txt_small {
  font-size: 16px;
}

/* Catalog Box
------------------------------- */
.catalog_box {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 60px 0;
  padding: 25px;
  min-height: 256px;
  border: 3px solid #027a0b;
}
.catalog_box:hover {
  text-decoration: none;
}
.catalog_box .ttl {
  margin-bottom: 15px;
  color: #027a0b;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
}
.catalog_box .image {
  position: absolute;
  top: 25px;
  right: 25px;
}
.catalog_box .image img {
  border: 1px solid #ccc;
}
.catalog_box .txt {
  padding-right: 170px;
  padding-bottom: 15px;
  width: 100%;
  color: #333;
  text-align: left;
  font-size: 15px;
  line-height: 2em;
}
.catalog_box .btn {
  display: inline-block;
  padding: 16px 70px 14px 80px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat 15px center #dc2426;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 1em;
}

/* Products_list
------------------------------- */
.products_list_wrap {
  margin-bottom: 40px;
}
.products_list_wrap .products_list_ttl {
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #333;
  font-weight: bold;
  font-size: 17px;
  border-bottom: 1px solid #027a0b;
}
.products_list_wrap .products_list {
  display: flex;
  flex-wrap: wrap;
}
.products_list_wrap .products_list .products_list_item {
  padding-bottom: 10px;
  font-size: 15px;
}
.products_list_wrap .products_list .products_list_item:not(:last-child) {
  padding-right: 30px;
}
.products_list_wrap .products_list .products_list_item a {
  color: #333;
  position: relative;
  padding-left: 18px;
  display: block;
}
.products_list_wrap .products_list .products_list_item a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #027a0b;
  border-bottom: 3px solid #027a0b;
  content: "";
  transform: rotate(-45deg);
}

/* Parts
------------------------------- */
/* Button Style */
a.prt_btn_01,
.main_contents a.prt_btn_01 {
  display: inline-block;
  padding: 16px 50px 14px 15px;
  background: #fff;
  color: #1e1e1e;
  font-weight: bold;
  font-size: 17px;
  line-height: 1em;
}
a.prt_btn_01:before,
.main_contents a.prt_btn_01:before {
  display: inline-block;
  margin-right: 35px;
  width: 11px;
  height: 11px;
  border-right: 3px solid #027a0b;
  border-bottom: 3px solid #027a0b;
  content: "";
  transform: rotate(-45deg);
}
a.prt_btn_02,
.main_contents a.prt_btn_02 {
  position: relative;
  display: inline-block;
  padding: 16px 50px 14px 53px;
  background: #027a0b;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 1em;
}
a.prt_btn_02:before,
.main_contents a.prt_btn_02:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  margin-top: -5px;
  width: 11px;
  height: 11px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  transform: rotate(-45deg);
}
a.prt_btn_03,
.main_contents a.prt_btn_03 {
  position: relative;
  display: inline-block;
  padding: 16px 80px 14px 50px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat 15px center #dc2426;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 1em;
}
a.prt_btn_03:hover,
.main_contents a.prt_btn_03:hover {
  color: #fff;
}
a.prt_btn_03 > .image,
.main_contents a.prt_btn_03 > .image {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -37px;
  max-width: 53px;
  border: 1px solid #ccc;
}
.main_contents .prt_btn_04 {
  position: relative;
  display: table;
  padding: 6px 12px 5px;
  max-width: 360px;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background: #e60012;
  background: linear-gradient(#e24140, #cc1717);
  text-align: center;
  text-decoration: none;
}
.main_contents .prt_btn_04 .txt01 {
  display: table-cell;
  padding-right: 30px;
  padding-left: 30px;
  width: calc(100% - 30px);
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
  color: #fff;
  vertical-align: middle;
  word-break: break-all;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

.ss_download_box {
  margin: 0 0 0;
}
.ss_download_box .ss_download_btn.type01 {
  max-width: 340px;
}
.ss_download_box .product {
  float: left;
  width: 48%;
}

.ss_download_box .product .product_btn {
  position: relative;
  display: table;
  max-width: 300px;
  width: 100%;
  background: #027a0b;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
  text-align: left;
  height: 47px;
  margin: 0 0 0 auto;
  font-size: 17px;
  line-height: 1;
}

.ss_download_box .product_btn .img01 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  -webkit-transform: translateY(-46px);
  transform: translateY(-46px);
}
.ss_download_box .product_btn .txt01 {
  padding-left: 20px;
}
.ss_download_box .product_btn.icon01 > span:first-child {
  background: url(/img/ss/products/safety/casestudy/bg_icon_dl_001.png) no-repeat left center;
}
.ss_download_box .product_btn.type01 {
  padding-right: 12px;
  padding-left: 12px;
}
.ss_download_box .product .product_btn span {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 5px;
}
.ss_download_box .prt_sect_cv {
  float: right;
  width: 48%;
  text-align: left;
}

.ss_download_box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

/* Title Style */
.prt_ttl_01 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 34px;
}
.contents_ttl {
  margin-bottom: 40px;
  background: #027a0b;
}
.contents_ttl .prt_ttl_02 {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 980px;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 32px;
}
.prt_ttl_03 {
  position: relative;
  margin: 30px 0 15px;
  padding: 10px 0 8px 22px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f3f3f3;
  font-weight: bold;
  font-size: 22px;
}
.prt_ttl_03:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background: #027a0b;
  content: "";
}
.prt_ttl_04 {
  margin: 25px 0 0;
  padding: 10px 15px 8px;
  background: #027a0b;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.prt_ttl_05 {
  margin: 25px 0 0;
  padding: 10px 15px 8px;
  background: #296edf;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.prt_ttl_06 {
  margin: 30px 0 20px;
  color: #027a0b;
  font-weight: bold;
  font-size: 18px;
}
.main_contents .prt_ttl_07 {
  margin-top: 10px;
  font-weight: bold;
}

/* Image Style */
.prt_image_contents {
  margin: 30px 0;
}
.prt_image_contents:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_image_contents .figure {
  float: left;
  margin: 0 40px 20px 0;
  max-width: 50%;
  text-align: center;
}
.prt_image_contents .figure.figure_02 {
  max-width: 60%;
}
.prt_image_contents.right_image .figure {
  float: right;
  margin: 0 0 20px 40px;
}
.prt_image_contents.notaround .desc {
  overflow: hidden;
}
.prt_image_series {
  display: block;
  margin: 30px 0;
}
.prt_image_series .ttl {
  margin: 0;
  padding: 12px 20px;
  background: #0b9e8f;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
}
.prt_image_series .image {
  background: #f5f5f5;
  text-align: center;
}
.prt_image_series .txt {
  display: block;
  margin-top: 8px;
  text-decoration: underline;
  font-size: 16px;
}

/* List Style */
dl.prt_list_01 dt {
  margin-bottom: 15px;
}
dl.prt_list_01 dt > span,
dl.prt_list_01 dt > a {
  display: block;
  padding: 9px 0;
  background: #027a0b;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
dl.prt_list_01 dt > a:hover {
  color: #fff;
}
dl.prt_list_01 dd {
  margin-bottom: 10px;
}
dl.prt_list_01 dd a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #333;
  line-height: 1.4em;
}
dl.prt_list_01 dd a:hover {
  color: #333;
  text-decoration: underline;
}
dl.prt_list_01 dd a:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 3px solid #027a0b;
  border-bottom: 3px solid #027a0b;
  content: "";
  transform: rotate(-45deg);
}
ul.prt_list_02 {
  overflow: hidden;
  margin: 30px 0;
}
ul.prt_list_02 > li {
  float: left;
  margin-right: 2.6%;
  margin-bottom: 25px;
  max-width: 310px;
  width: 31.6%;
}
ul.prt_list_02 > li:nth-child(3n) {
  margin-right: 0;
}
ul.prt_list_02 > li > a {
  display: block;
}
ul.prt_list_02 > li .bottom {
  position: relative;
  padding: 20px 25px 50px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
ul.prt_list_02 > li .bottom .ttl {
  margin-bottom: 5px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
}
ul.prt_list_02 > li .bottom .txt {
  color: #333;
  font-size: 16px;
}
ul.prt_list_02 > li .bottom .tag_list {
  position: absolute;
  bottom: 20px;
  left: 25px;
  overflow: hidden;
  width: 100%;
}
ul.prt_list_02 > li .bottom .tag_list li {
  display: inline-block;
  float: left;
  margin-right: 5px;
  padding: 5px 10px 3px;
  background: #0b9e8f;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
dl.prt_list_03 dt {
  margin-bottom: 5px;
  color: #027a0b;
  font-weight: bold;
  font-size: 18px;
}
dl.prt_list_03 dd + dt {
  margin-top: 8px;
}
dl.prt_list_03 dd {
  position: relative;
  margin-bottom: 7px;
  padding-left: 15px;
}
dl.prt_list_03 dd:before {
  position: absolute;
  top: 0.9em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #027a0b;
  content: "";
  font-size: 10px;
}
dl.prt_list_03 dd.style_none:before{
  content:none;
}
dl.prt_list_04 dt {
  margin-bottom: 5px;
  color: #296edf;
  font-weight: bold;
  font-size: 18px;
}
dl.prt_list_04 dd + dt {
  margin-top: 8px;
}
dl.prt_list_04 dt.icon_01 {
  display: inline-block;
  padding: 3px 10px;
  background: #ffe400;
  color: #1e1e1e;
  font-weight: bold;
  font-size: 14px;
}
dl.prt_list_04 dd {
  position: relative;
  margin-bottom: 7px;
  padding-left: 15px;
}
dl.prt_list_04 dd:before {
  position: absolute;
  top: 0.9em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #296edf;
  content: "";
  font-size: 10px;
}
dl.prt_list_04  dt.icon_01 ~ dd:before{
  content:none;
}
dl.prt_list_05 {
  position: relative;
  margin: 50px 0 30px;
  padding: 30px 25px 25px;
  border: 3px solid #0b9e8f;
}
dl.prt_list_05:before {
  position: absolute;
  top: -29px;
  left: 20px;
  display: inline-block;
  padding: 7px 20px 5px 47px;
  background: url(/img/ss/products/safety/casestudy/bg_icon_001.png) 20px center no-repeat #0b9e8f;
  color: #fff;
  content: "Note";
  font-weight: bold;
  font-size: 17px;
}
dl.prt_list_05:after {
  position: absolute;
  top: 9px;
  left: 64px;
  display: block;
  border: 6px solid rgba(0,0,0,0);
  border-top: 6px solid #0b9e8f;
  border-right: 6px solid #0b9e8f;
  content: "";
}
dl.prt_list_05 dt {
  margin-bottom: 5px;
  color: #0b9e8f;
  font-weight: bold;
  font-size: 18px;
}

/* Box Style */
.prt_box_01 {
  padding: 25px;
  border: 1px solid #027a0b;
}
.prt_box_02 {
  position: relative;
  padding: 25px 25px 200px;
  border: 1px solid #296edf;
}
.prt_box_02.cv_none {
  padding: 25px;
}
.prt_box_02 .cv_box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 0 35px;
  width: 100%;
  background: #f5f5f5;
  text-align: center;
}
.prt_box_01 > *:first-child,
.prt_box_02 > *:first-child {
  margin-top: 0;
}
.prt_box_03 {
  margin: 20px 0 30px;
  padding: 0 20px;
}
.prt_main_section {
  margin: 30px 0 60px;
}
.prt_sub_section {
  margin: 30px 0 40px;
}

/* Columns Style */
.prt_columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 30px 0;
}
.prt_columns.inner_pt {
  padding: 0 20px;
}
.prt_columns > .item {
  float: left;
}
.prt_columns > .item > *:first-child {
  margin-top: 0;
}
.prt_columns > .item > *:last-child {
  margin-bottom: 0;
}
.prt_columns.col2 > .item {
  margin: 30px 0 0 40px;
  width: 45%;
  width: calc(50% - 20px);
}
.prt_columns.col2 > .item:first-child,
.prt_columns.col2 > .item:first-child + .item {
  margin-top: 0;
}
.prt_columns.col2 > .item:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.prt_columns.col3 > .item {
  margin: 20px 0 0 35px;
  width: 30%;
  width: calc(((100% - 70px) - 0.3px) / 3);
}
.prt_columns.col3 > .item:first-child,
.prt_columns.col3 > .item:nth-child(2),
.prt_columns.col3 > .item:nth-child(3) {
  margin-top: 0;
}
.prt_columns.col3 > .item:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.prt_figure_01 .image {
  font-size: 0;
}
.prt_figure_02 {
  text-align: center;
}
.prt_figure_02 .image {
  display: inline-block;
}
.prt_figure_01 .caption,
.prt_figure_02 .caption {
  margin: 8px 0;
  color: #333;
  text-align: left;
  font-size: 15px;
  line-height: 1.6em;
}

/* Main Contents
--------------------------------- */
.main_contents {
  display: block;
  margin-top: 30px;
  width: 100%;
  font-size: 16px;
}
.main_contents p {
  margin: 0 0 15px;
}
.main_contents a {
  color: #06c;
  opacity: 1;
}
.main_contents a:hover {
  color: #06c;
  text-decoration: underline;
  opacity: 0.8;
}
.main_contents a span {
  text-decoration: inherit;
}
.main_contents a:hover {
  text-decoration: none;
}
.main_contents .ss_download_btn {
  text-decoration: none;
}
.main_contents .ss_download_btn:hover {
  opacity: 0.7;
}

/* CV Right
------------------------------- */
.cv_right {
  position: absolute;
  top: 340px;
  left: 50%;
  margin: 0 0 180px 520px;
  width: 210px;
}
.cv_right a,
.cv_right .banner {
  display: block;
}
.cv_right a {
  background: #fff;
  opacity: 1;
}
.cv_right .banner {
  overflow: hidden;
  width: 210px;
  background: #fff;
}
.cv_right a:hover .banner {
  opacity: 0.7;
}
.cv_right .ss_download_btn.bnr {
  padding: 0 5px;
  height: 22px;
  border-radius: 3px;
}
.cv_right .ss_download_btn.bnr .txt05 {
  padding: 2px 0 2px 17px;
  background-size: 10px auto;
}

.cv_right .banner {
  border: 2px solid #027a0b;
}
.cv_right .thumb {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cv_right .thumb .image,
.cv_right .thumb .name {
  display: table-cell;
  vertical-align: middle;
}
.cv_right .thumb .image {
  padding: 10px 10px 0;
  width: 80px;
  text-align: center;
}
.cv_right .thumb .name {
  padding: 10px 5px 0 10px;
  color: #000;
  letter-spacing: -1px;
  font-size: 13px;
  line-height: 1.6;
}
.cv_right .thumb .name strong {
  color: #070707;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}
.cv_right .document .thumb .image img {
  border: 1px solid #ccc;
}
.cv_right .catalog .thumb .image {
  padding: 0;
  width: 90px;
}
.cv_right .button {
  padding: 10px;
}
.cv_right .ss_download_btn {
  position: relative;
  display: table;
  width: 100%;
  border-radius: 5px;
  background: #e60012;
  background: linear-gradient(#e24140, #cc1717);
  text-align: center;
  transition: opacity 0.3s;
}
.cv_right .ss_download_btn.bnr {
  max-width: none;
}
.cv_right .ss_download_btn .txt {
  display: table-cell;
  padding: 2px 0 2px 17px;
  background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
  background-size: 10px auto;
  color: #fff;
  vertical-align: middle;
  word-break: break-all;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}
.cv_right .asset_bnr .caption {
  margin: 0;
  padding: 5px 5px 4px;
  background: #027a0b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}
.cv_right .series_list li {
  margin: 10px 0 0;
}
.cv_right .series_list .banner {
  border-width: 2px;
}

.cv_product a {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #0a5889;
  line-height: 1.4;
}
.cv_product .cv_box {
  display: block;
  padding: 12px 10px;
  background: #fff;
}
.cv_product .cv_2cols {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cv_product .cv_data {
  position: relative;
  display: table-cell;
  padding: 0 0 36px 12px;
  vertical-align: top;
}
.cv_product .cv_thumb {
  display: table-cell;
  width: 48px;
}
.cv_product .cv_thumb img {
  border: 1px solid #ccc;
}
.cv_product .cv_ttl {
  display: block;
  color: #000;
  font-size: 13px;
}
.cv_product .ss_download_btn.type03 {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 150px;
  height: 26px;
}

.cv_serie {
  margin-bottom: 10px;
}
.cv_serie a {
  display: block;
  width: 100%;
  border: 2px solid #0a5889;
  background: #fff;
  line-height: 1.4;
}
.cv_serie .catch {
  display: block;
  padding: 4px 0;
  background: #0a5889;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.cv_serie .cv_2cols {
  display: table;
  padding: 6px 10px 4px;
  width: 100%;
  background: #fff;
  table-layout: fixed;
}
.cv_serie .cv_data {
  display: table-cell;
  padding-left: 12px;
  vertical-align: middle;
}
.cv_serie .cv_thumb {
  display: table-cell;
  width: 90px;
}
.cv_serie .cv_ttl {
  display: block;
  color: #cd1919;
  font-weight: bold;
  font-size: 14px;
}
.cv_serie .cv_txt {
  display: block;
  margin-bottom: 6px;
  color: #333;
  font-size: 13px;
}
.cv_serie .cv_btn {
  display: block;
  padding: 6px;
  background: #e8f3fa;
}
.cv_serie .cv_btn .ss_download_btn {
  margin: auto;
}
.cv_serie .cv_btn .ss_download_btn.type03 {
  max-width: 180px;
  height: 26px;
}

/* CV Area
------------------------------- */
.cv_area .index,
.cv_area .lower {
  display: none;
}
.cv_area .index {
  margin: 10px 0 0;
}
.cv_area .lower {
  margin: 50px 0 0;
}
.cv_area a:hover {
  opacity: 0.7;
}

/* Pages
------------------------------- */
/* index */
#p_home .contents_wrap {
  max-width: none;
}
#p_home .mainvisual {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  width: 100%;
  height: 600px;
}
#p_home .mainvisual .bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
#p_home .mainvisual .js_bg_slide {
  width: 100%;
}
#p_home .mainvisual .js_bg_slide li {
  overflow: hidden;
  width: 100%;
  height: 600px;
  background: no-repeat center;
  background-size: cover;
  text-align: center;
}
#p_home .mainvisual .js_bg_slide li.slide_01 {
  background-image: url(/img/ss/products/safety/casestudy/bg_index_001.jpg);
}
#p_home .mainvisual .js_bg_slide li.slide_02 {
  background-image: url(/img/ss/products/safety/casestudy/bg_index_002.jpg);
}
#p_home .mainvisual .js_bg_slide li.slide_03 {
  background-image: url(/img/ss/products/safety/casestudy/bg_index_003.jpg);
}
#p_home .mainvisual .next_btn,
#p_home .mainvisual .prev_btn {
  position: absolute;
  top: 50%;
  z-index: 15;
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.7);
  cursor: pointer;
}
#p_home .mainvisual .next_btn {
  right: 0;
  transform: scale(-1, 1);
}
#p_home .mainvisual .prev_btn {
  left: 0;
}

#p_home .mainvisual .next_btn a,
#p_home .mainvisual .prev_btn a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -999em;
}
#p_home .mainvisual .next_btn a:before,
#p_home .mainvisual .prev_btn a:before {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 23px;
  height: 23px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  content: "";
  transform: rotate(-45deg);
}
#p_home .mainvisual .bx-pager {
  position: absolute;
  bottom: -30px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
#p_home .mainvisual .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
#p_home .mainvisual .bx-pager .bx-pager-item a {
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #dcdcdc;
  text-indent: -999em;
  transition: background-color 0.2s;
}
#p_home .mainvisual .bx-pager .bx-pager-item a.active {
  background: #027a0b;
}
#p_home .mainvisual .inner {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding-top: 205px;
  max-width: 980px;
  width: 100%;
}
#p_home .mainvisual .lead,
#p_home .mainvisual .sub_lead,
#p_home .mainvisual .button {
  text-align: left;
}
#p_home .mainvisual .sub_lead {
  margin-bottom: 38px;
}
#p_home #container .contents_txt {
  margin: 0 auto 30px;
  max-width: 720px;
  text-align: center;
  font-size: 16px;
  line-height: 2.2em;
}
#p_home .section04 .prt_ttl_01{
  margin-top: 60px;
}
#p_home #container .button {
  text-align: center;
}
#p_home #container .sections .inner {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
#p_home #container .section01 {
  padding-bottom: 60px;
}
#p_home #container .section02 {
  padding: 70px 0;
  background: url(/img/ss/products/safety/casestudy/bg_index_004.jpg) no-repeat center;
  background-size: cover;
}
#p_home #container .section02 .inner {
  padding-top: 20px;
  background: #fff;
}
#p_home #container .section04 .relation_list {
  overflow: hidden;
}
#p_home #container .section04 .relation_list li {
  float: left;
  max-width: 300px;
  width: 30.6%;
}
#p_home #container .section04 .relation_list li:nth-last-of-type(2) {
  margin: 0 4%;
}
#p_home #container .section04 .relation_list li a {
  display: block;
}
#p_home #container .section04 .relation_list li a .image {
  margin-bottom: 15px;
}
#p_home #container .section04 .relation_list li a .ttl {
  position: relative;
  margin-bottom: 7px;
  color: #333;
  font-weight: bold;
  font-size: 17px;
}
#p_home #container .section04 .relation_list li a .ttl:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #027a0b;
  border-bottom: 3px solid #027a0b;
  content: "";
  transform: rotate(-45deg);
}
#p_home #container .section04 .relation_list li a .txt {
  color: #333;
  font-size: 15px;
}

/* glossary */
#c_glossary .word_wrap .table_title {
  display: table;
  width: 100%;
}
#c_glossary .word_wrap .table_title .box_left,
#c_glossary .word_wrap .table_title .box_right {
  display: table-cell;
  padding: 10px 0 8px;
  background: #505050;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}
#c_glossary .word_wrap .table_title .box_left {
  width: 27%;
  border-right: 1px solid #787878;
}
#c_glossary .word_wrap .table_title .box_right {
  width: 73%;
}
#c_glossary .word_wrap .word_ttl {
  margin: 0;
  padding: 10px 0 8px 15px;
  border: 1px solid #d2d2d2;
  border-top: none;
  background: #dcdcdc;
  text-align: left;
  font-weight: bold;
  font-size: 17px;
}
#c_glossary .word_wrap .item {
  display: table;
  width: 100%;
}
#c_glossary .word_wrap .item .name,
#c_glossary .word_wrap .item .desc {
  display: table-cell;
  padding: 15px;
  border: 1px solid #d2d2d2;
  border-top: none;
  vertical-align: top;
  text-align: left;
  font-size: 15px;
}
#c_glossary .word_wrap .item .name {
  width: 27%;
  background: #f3f3f3;
  word-break: break-all;
}
#c_glossary .word_wrap .item .desc {
  width: 73%;
  border-left: none;
  background: #fff;
}
#c_glossary .word_wrap .item .desc p {
  margin-bottom: 0;
}

/* download */
#c_download .main_contents {
  float: none;
  width: auto;
}
#c_download .download_list li {
  border: 1px solid #d6d6d6;
}
#c_download .download_list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  transition: opacity 0.2s;
}
#c_download .download_list a:hover {
  opacity: 0.7;
}
#c_download .download_list a:hover .name {
  text-decoration: underline;
}
#c_download .download_list .image {
  margin: 0 0 20px;
  text-align: center;
  font-size: 0;
}
#c_download .download_list .image img {
  border: solid 1px #ccc;
}
#c_download .download_list .name {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 19px;
}
#c_download .download_list .ss_download_btn {
  opacity: 1;
}
#c_download .download_list .ss_download_btn .txt01 {
  padding-right: 30px;
}


.f_bold{
  font-weight: bold;
}

/* Media Screen
  ------------------------------- */
@media screen and (min-width: 641px) {
  /* General */
  .sp_view {
    display: none;
  }

  /* Footer */
  #footer .js_sp_menu .nav_list {
    display: block !important;
    padding: 0 !important;
  }

  /* Pages */
  #p_home .cv_area .index {
    display: block;
  }

  .lower_box .cv_area .lower {
    display: block;
  }
}
@media screen and (max-width: 979px) {
  /* Header */
  #header {
    height: auto;
  }
  #header .site_title {
    width: 30%;
  }

  /* CV Bottom */
  #cv_contact {
    height: auto;
  }
  #cv_contact .fixed_wrapper {
    height: auto;
  }
  #cv_contact .fixed_wrapper .inner {
    padding: 0 5px;
  }
  #cv_contact .fixed_wrapper .inner p {
    width: 42.85%;
  }
  #cv_contact #pagetop {
    right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 865px) {
  /* CV Bottom */
  #cv_contact .fixed_wrapper .inner ul {
    float: right;
    width: 405px;
  }
  #cv_contact .fixed_wrapper .inner li {
    width: 200px;
  }
  #cv_contact .fixed_wrapper .inner li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  /* Header */
  #header .logo {
    width: 83px;
  }
  #header ul {
    float: right;
    width: 345px;
  }
  #header ul li {
    width: 170px;
  }
  #header ul li a {
    font-size: 12px;
  }
  #header .btn_download a:before {
    margin: 0 11px 0 0;
    width: 18px;
    height: 24px;
  }
  #header .btn_contact a:before {
    margin: -4px 4px 0 0;
    width: 20px;
    height: 20px;
  }
  #header .btn_box {
    width: 345px;
  }
  #header .btn_box li {
    width: 170px;
  }
  #header .btn_box li a {
    font-size: 12px;
  }
  #header .btn_box .btn_download a:before {
    height: auto;
  }
  #header .btn_box .btn_contact a:before {
    height: auto;
  }

  /* CV Bottom */
  #cv_contact .fixed_wrapper .inner ul {
    float: right;
    width: 345px;
  }
  #cv_contact .fixed_wrapper .inner li {
    width: 170px;
  }
  #cv_contact .fixed_wrapper .inner li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  /* General */
  .pc_view {
    display: none;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contents_wrap {
    padding: 0 15px;
  }
  .wrapper {
    padding-top: 20vw;
  }

  /* Header */
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 20vw;
  }
  #header .inner {
    padding: 0;
  }
  #header .head_box {
    margin: 0;
    padding: 12px 15px;
    width: 100%;
  }
  #header .head_box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }
  #header .site_title {
    float: none;
    padding: 0;
    width: 70%;
  }
  #header .logo {
    float: none;
    margin-bottom: 5px;
    margin-left: 0;
  }
  #header .logo a {
    padding: 0;
  }
  #header .js_menu_button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10010;
    display: block;
    width: 20vw;
    height: 20vw;
    background: #027a0b;
    font-size: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  #header .js_menu_button i {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #header .js_menu_button:before,
  #header .js_menu_button:after,
  #header .js_menu_button i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #header .js_menu_button:before {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
  #header .js_menu_button:after {
    -webkit-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
  }
  #header .js_menu_button i {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  body.menu-opened #header .js_menu_button:before {
    -webkit-transform: translate(-50%, -50%) rotate(-225deg);
    transform: translate(-50%, -50%) rotate(-225deg);
  }
  body.menu-opened #header .js_menu_button:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
  }
  body.menu-opened #header .js_menu_button i {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
  }
  body.menu-opened #header .inner {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  /* Nav Menu */
  #header + .nav_menu_wrap .nav_menu {
    position: fixed;
    top: 20vw;
    left: 0;
    overflow: hidden;
    height: 0;
    background: #fff;
    opacity: 0;
    transition: height 0.4s ease,
    opacity 0.3s ease;
  }
  body.menu-opened #header + .nav_menu_wrap .nav_menu {
    overflow: auto;
    height: 100vh;
    opacity: 1;
  }
  #header + .nav_menu_wrap .nav_menu > ul > li {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }
  #header + .nav_menu_wrap .nav_menu > ul > li.dl_page {
    display: none;
  }
  #header + .nav_menu_wrap .nav_menu > ul > li > .ac_btn.js_accnav_switch,
  #header + .nav_menu_wrap .nav_menu > ul > li > .ac_btn:not(.js_accnav_switch) a {
    position: relative;
    display: block;
    padding: 6vw 8vw;
    text-align: left;
    height: auto;
  }
  #header + .nav_menu_wrap .nav_menu > ul > li > .ac_btn a.active,
  #header + .nav_menu_wrap .nav_menu > ul > li:hover > .ac_btn a {
    background: #fff;
    color: #333;
    opacity: 1;
  }
  #header + .nav_menu_wrap .nav_menu > ul > li > .ac_btn:not(.js_accnav_switch) a:after {
    position: absolute;
    top: 50%;
    right: 3vw;
    display: inline-block;
    margin-top: -5px;
    width: 11px;
    height: 11px;
    border-right: 3px solid #027a0b;
    border-bottom: 3px solid #027a0b;
    content: "";
    transform: rotate(-45deg);
  }
  #header + .nav_menu_wrap .nav_menu > ul > li > .ac_btn.js_accnav_switch a:before,
  #header + .nav_menu_wrap .nav_menu > ul > li > .ac_btn.js_accnav_switch a:after {
    position: absolute;
    top: 50%;
    right: 3vw;
    display: inline-block;
    margin-top: -2px;
    width: 17px;
    height: 3px;
    background: #027a0b;
    content: "";
    transition: transform 0.3s ease;
  }
  #header + .nav_menu_wrap .nav_menu > ul > li > .ac_btn.js_accnav_switch a:after {
    transform: rotate(270deg);
  }
  #header + .nav_menu_wrap .nav_menu > ul > li.opened > .ac_btn.js_accnav_switch a:after {
    transform: rotate(0deg);
  }
  #header + .nav_menu_wrap .nav_menu > ul > li > .ac_btn a > span {
    margin: 0;
    font-weight: normal;
  }
  #header + .nav_menu_wrap .nav_menu .sp_nav_cv {
    display: block;
    overflow: hidden;
  }
  #header + .nav_menu_wrap .nav_menu .sp_nav_cv a {
    display: block;
    float: left;
    padding: 6vw 0;
    width: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
  }
  #header + .nav_menu_wrap .nav_menu .sp_nav_cv a:hover {
    opacity: 1;
  }
  #header + .nav_menu_wrap .nav_menu .sp_nav_cv a span {
    display: inline-block;
    padding-left: 6vw;
    background: no-repeat left center;
    background-size: auto 100%;
    white-space: nowrap;
  }
  #header + .nav_menu_wrap .nav_menu .sp_nav_cv a.btn_download {
    background: #e70012;
  }
  #header + .nav_menu_wrap .nav_menu .sp_nav_cv a.btn_download span {
    background-image: url(/img/ss/common/bg_icon_dl_001.png);
  }
  #header + .nav_menu_wrap .nav_menu .sp_nav_cv a.btn_contact {
    background: #42a147;
  }
  #header + .nav_menu_wrap .nav_menu .sp_nav_cv a.btn_contact span {
    background-image: url(/img/ss/common/bg_icon_contact_001.png);
  }
  #header + .nav_menu_wrap .nav_menu > ul > li > ul.sub_menu {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    visibility: visible;
    width: 100%;
    border: none;
    opacity: 1;
    transition: opacity 0.2s;
  }
  #header + .nav_menu_wrap .nav_menu > ul > li > ul.sub_menu > li {
    border-bottom: 1px solid #e6e6e6;
  }
  #header + .nav_menu_wrap .nav_menu > ul > li > ul.sub_menu > li:last-of-type {
    border-bottom: none;
  }
  #header + .nav_menu_wrap .nav_menu > ul > li > ul.sub_menu > li > a {
    position: relative;
    padding: 6vw 8vw 6vw 12vw;
    background: #f5f5f5;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
  }
  #header + .nav_menu_wrap .nav_menu > ul > li > ul.sub_menu > li > a:after {
    position: absolute;
    top: 50%;
    right: 3vw;
    display: inline-block;
    margin-top: -5px;
    width: 11px;
    height: 11px;
    border-right: 3px solid #027a0b;
    border-bottom: 3px solid #027a0b;
    content: "";
    transform: rotate(-45deg);
  }
  /* Breadcrumbs */
  #breadcrumb {
    display: flex;
    order: 2;
    margin-bottom: 0;
  }
  #breadcrumb ul {
    margin: 0 auto 0 0;
    padding: 0 10px;
    width: 100%;
  }

  /* Container */
  #container {
    padding: 0;
  }
  /* SUB Page Bnr */
.ss_subpage_box {
  max-width: none;
  }
  .ss_subpage_box .ss_subpage_bnr > a {
    width: 100%;
    max-width: none;
  }
  .ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn {
    width: 100%;
  }
  /* CV Bottom */
  #cv_contact {
    width: 100%;
    height: auto;
    order: 1;
  }
  #cv_contact .fixed_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    background: #fff;
  }
  #cv_contact .fixed_wrapper .inner {
    overflow: visible;
    padding: 0;
    width: auto;
    background-color: #1e1e1e;
  }
  #cv_contact .fixed_wrapper .inner p {
    float: none;
    width: 100%;
    text-align: center;
  }
  #cv_contact .fixed_wrapper .inner p a {
    display: block;
    padding: 2.2% 4.7% 1.6%;
  }
  #cv_contact .fixed_wrapper .inner ul {
    float: none;
    overflow: hidden;
    width: 100%;
  }
  #cv_contact .fixed_wrapper .inner li {
    display: table;
    float: left;
    margin: 0;
    width: 50%;
    height: auto;
  }
  #cv_contact .fixed_wrapper .inner li a {
    padding: 12px 8px;
    text-align: center;
    font-size: 14px;
  }
  #cv_contact #pagetop {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    width: auto;
    height: 60px;
    background: none;
  }
  #cv_contact #pagetop a {
    position: absolute;
    right: 11px;
    bottom: 11px;
    display: block;
    width: 40px;
    height: 40px;
  }
  #cv_contact #pagetop a:before {
    margin-top: -4px;
    width: 16px;
    height: 16px;
  }
  #cv_contact #pagetop a:after {
    width: 16px;
    height: 16px;
  }
  #cv_contact.fixed .fixed_wrapper {
    position: relative;
  }
  #cv_contact.fixed .fixed_wrapper #pagetop a {
    position: fixed;
  }
  #cv_contact.fixed.hidden .fixed_wrapper {
    display: block;
  }
  #cv_contact.fixed.hidden .fixed_wrapper #pagetop a {
    display: none;
  }

  /* Footer */
  #footer {
    order: 3;
  }
  #footer .sitemap {
    display: none;
  }
  #footer .copy {
    padding: 12px 0;
  }
  #footer .copy p,
  #footer .copy ul {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .copy ul {
    margin-bottom: 5px;
  }
  #footer .copy ul li a {
    font-weight: bold;
  }

  /* Case List */
  .case_list {
    padding: 5vw;
  }
  .case_list dd {
    display: block;
    float: none;
    width: 100%;
  }
  .case_list dd:nth-of-type(2) {
    margin: 2px 0;
  }
  .case_list dd a {
    position: relative;
    display: block;
    padding: 10vw 0;
    width: 100%;
    vertical-align: middle;
    text-align: center;
  }

  /* Catalog Box */
  .catalog_box {
    padding: 15px;
  }
  .catalog_box .image {
    position: relative;
    top: auto;
    right: auto;
    float: right;
    width: 33%;
  }
  .catalog_box .txt {
    padding-right: 40%;
  }
  .catalog_box .btn {
    padding: 5vw 0;
    width: 100%;
    text-align: center;
  }

  /* Pages */
  /* index */
  #p_home .mainvisual {
    height: 80vw;
  }
  #p_home .mainvisual .inner {
    padding: 22vw 0 0;
  }
  #p_home .mainvisual .js_bg_slide li {
    height: 80vw;
  }
  #p_home .mainvisual .lead,
  #p_home .mainvisual .sub_lead,
  #p_home .mainvisual .button {
    text-align: center;
  }
  #p_home .mainvisual .lead img {
    width: 81.067vw;
  }
  #p_home .mainvisual .sub_lead img {
    width: auto;
    height: 9vw;
  }
  #p_home .mainvisual .next_btn,
  #p_home .mainvisual .prev_btn {
    z-index: 15;
    width: 8vw;
    height: 12vw;
  }
  #p_home .mainvisual .next_btn a:before,
  #p_home .mainvisual .prev_btn a:before {
    top: 4vw;
    left: 2vw;
    width: 3vw;
    height: 3vw;
  }
  #p_home .contents_wrap {
    padding: 0;
  }
  #p_home #container .contents_txt {
    text-align: left;
  }
  #p_home #container .section01 .inner {
    padding: 0 15px;
  }
  #p_home #container .section02 .inner {
    padding: 20px 0 0;
    width: 90%;
  }
  #p_home #container .section02 .contents_txt {
    padding: 0 15px;
  }
  #p_home #container .section03 .inner {
    padding: 0 15px;
  }
  #p_home #container .section04 .relation_list {
    border-top: 2px solid #e6e6e6;
  }
  #p_home #container .section04 .relation_list li {
    float: none;
    max-width: none;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
  }
  #p_home #container .section04 .relation_list li:nth-last-of-type(2) {
    margin: 0;
  }
  #p_home #container .section04 .relation_list li a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 6vw;
  }
  #p_home #container .section04 .relation_list li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-right: 3px solid #027a0b;
    border-bottom: 3px solid #027a0b;
    content: "";
    transform: rotate(-45deg);
  }
  #p_home #container .section04 .relation_list li a .image {
    float: left;
    margin-right: 3%;
    width: 37%;
  }
  #p_home #container .section04 .relation_list li a .ttl,
  #p_home #container .section04 .relation_list li a .txt {
    float: right;
    width: 60%;
  }
  #p_home #container .section04 .relation_list li a .ttl:before {
    display: none;
  }
  #p_home #container .products_list_wrap {
    padding: 0 10px;
  }

  /* glossary */
  #c_glossary .word_wrap .anchor_list {
    padding: 15px;
    border: 2px solid #027a0b;
  }

  /* button Style */
  .ss_download_box .product {
    float: none;
    width: 100%;
  }
  .ss_download_box .product .product_btn {
    margin: 0 auto;
  }
  .ss_download_box .prt_sect_cv {
    float: none;
    width: 100%;
    padding-top: 50px;
    text-align: center;
  }

  /* Title Style */
  .prt_ttl_01 {
    font-size: 28px;
  }
  .contents_ttl {
    margin-bottom: 0;
  }
  .contents_ttl .prt_ttl_02 {
    padding: 4vw 0 4vw 3.7vw;
    font-size: 28px;
  }

  /* List Style */
  ul.prt_list_02 > li,
  ul.prt_list_02 > li:nth-child(3n) {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }

  /* Box Style */
  .prt_box_01 {
    padding: 15px;
  }
  .prt_box_02 {
    padding: 15px 15px 305px;
  }
  .prt_box_02.cv_none {
    padding: 15px;
  }
  .prt_box_02 .cv_box {
    padding: 20px 15px 25px;
  }
  .prt_box_03 {
    padding: 0;
  }

  /* Columns Style */
  .prt_columns {
    display: block;
    overflow: visible;
    margin: 20px 0;
  }
  .prt_columns.inner_pt {
    padding: 0;
  }
  .prt_columns > .item {
    float: none;
  }
  .prt_columns.col2 > .item,
  .prt_columns.col2 > .item:first-child,
  .prt_columns.col2 > .item:nth-child(2),
  .prt_columns.col2 > .item:nth-child(3),
  .prt_columns.col2 > .item:nth-child(3n+1),
  .prt_columns.col3 > .item,
  .prt_columns.col3 > .item:first-child,
  .prt_columns.col3 > .item:nth-child(2),
  .prt_columns.col3 > .item:nth-child(3),
  .prt_columns.col3 > .item:nth-child(3n+1) {
    margin: 0 0 20px;
    width: auto;
  }

  .prt_image_contents:after {
    display: none;
  }
  .prt_image_contents .figure,
  .prt_image_contents.right_image .figure {
    float: none;
    margin: 20px 0;
    max-width: none;
  }

  .prt_image_columns {
    margin: 20px 0;
  }
  .prt_image_columns:after {
    display: none;
  }
  .prt_image_columns > .figure,
  .prt_image_columns > .desc {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  /* Header */
  #header ul li a,
  #header .btn_box li a {
    font-size: 10px;
  }
  #header ul .btn_download a,
  #header .btn_box .btn_download a {
    padding: 10px 0;
  }
  #header ul .btn_download a:before,
  #header .btn_box .btn_download a:before {
    width: 16px;
    height: 20px;
  }
  #header ul .btn_contact a:before,
  #header .btn_box .btn_contact a:before {
    width: 21px;
    height: 21px;
  }
  #header ul .btn_tel a:before,
  #header .btn_box .btn_tel a:before {
    width: 18px;
    height: 26px;
  }

  /* CV Bottom */
  #cv_contact .fixed_wrapper .inner li a {
    padding: 10px 5px;
    font-size: 11px;
  }
  #cv_contact .fixed_wrapper .inner li a i {
    width: 26px;
    height: 26px;
  }
  #cv_contact .fixed_wrapper .inner li span {
    width: calc(100% - 26px);
  }
  #cv_contact .fixed_wrapper .inner .catalog a i:before {
    width: 14px;
    height: 16px;
    background-size: contain;
  }
  #cv_contact .fixed_wrapper .inner .contact a i:before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }
}
