@charset "UTF-8";
/*===========================================
reset
===========================================*/
html {
  font-size: 62.5%;
}
body {
  min-width: 1140px;
  color: #1a1a1a;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
dt,
dd,
li,
td,
th,
input,
figure,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
a {
  text-decoration: underline;
  color: #2e4ba7;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
}
.sp img {
  display: block;
  width: auto;
  max-width: 100%;
}
* + p {
  margin-top: 1em;
}

#wrap > svg {
    display: none;
}

/*===========================================
icons
===========================================*/
/* icon */
#header .header_category .header_sabCategory a,
#footer .footer_block2 .footer_contentList li li a,
.sp #relatedInformation li a,
.sp #footer .footer_block2 .footer_contentList li a {
  position: relative;
}
#header .header_category .header_sabCategory a:before,
#header .header_search button,
#footer .footer_block2 .footer_contentList li li a:before,
.sp #header .header_nav1 > ul > li a.header_search,
.sp #header .header_category .header_mainCategory > a:after,
.sp #header .header_category .sp_header_nav2 li a:after,
.sp #relatedInformation li a:after,
.sp #footer .footer_block2 .footer_contentList li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto 0;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-size: 10em;
}

/*===========================================
wrap style
===========================================*/

/* pc */
html:not(.sp) #wrap {
  margin-top: 100px; /* header height */
}

/* tablet */
html.tablet #wrap {
  margin-top: 100px; /* header height */
}

/* sp */
html.sp #wrap {
  margin-top: 0; /* header height */
}

/*===========================================
content
===========================================*/
#content {
  padding-bottom: 160px;
  background-color: #fff;
}
#content .content_inner {
  width: 1100px;
  margin: auto;
  padding: 0 0 0 0;
}
#content .content_inner:after {
  content: '';
  display: block;
  clear: both;
}
#content .content_inner > *:first-child {
  margin-top: 0;
}

#relatedInformation .related_inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px 120px 20px;
  text-align: center;
}
#relatedInformation .box_pc_column3,
#relatedInformation .box_pc_column4 {
  display: inline-block;
  text-align: center;
}
#relatedInformation .box_pc_column3 li,
#relatedInformation .box_pc_column4 li {
  display: inline-block;
  width: 220px;
  margin: 0 26px;
  text-align: left;
}
#relatedInformation a {
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
#relatedInformation img {
  width: 100%;
  display: block;
  margin-bottom: 0.5em;
}

/*===========================================
pageTop
===========================================*/
#btnPagetopBox {
  position: absolute;
  right: 30px;
  margin-top: -74px;
}
.topicpath + #btnPagetopBox{
  margin-top: -104px;
}
#btnPagetopBox.is-show {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

#btnPagetop {
  position: relative;
  width: 44px;
  height: 44px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto;
  border: 1px solid #000;
  background: #FFF;
}
#btnPagetop:after,
#btnPagetop:before{
    transform: rotate(-45deg);
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
#btnPagetop:before{
    top: 50px;
    opacity: 0;
}
#btnPagetop:after{
    top: 6px;
    opacity: 1;
}
#btnPagetop:hover:before,
#btnPagetop:hover:after{
    transition: top 0.5s ease, opacity 0.5s ease;
}
#btnPagetop:hover:before{
    top: 6px;
    opacity: 1;
}
#btnPagetop:hover:after{
    top: -40px;
    opacity: 0;
}
#btnPagetopBox.is-show #btnPagetop{
  opacity: 0.75;
}
#btnPagetopBox.is-no-scroll #btnPagetop{
  opacity: 1;
}
.sp #btnPagetopBox{
  right: 10px;
}
.sp #btnPagetop {
  width: 40px;
  height: 40px;
  margin: 0;
}
.sp .topicpath + #btnPagetopBox{
  margin-top: -49px;
}
.sp #btnPagetop.is-show {
  right: 1rem;
  bottom: 1rem;
}


/*===========================================
pageTop scroll
===========================================*/
#pagetop.hover_btn {
  bottom: 30px;
  left: 100%;
  margin-left: -80px;
  opacity: 0.5;
}

/*===========================================
tablet
===========================================*/
.tablet #header.fix .header_wrap_pc,
.tablet #header.fix .header_category {
  position: static;
}

/*===========================================
sp
===========================================*/

/*===========================================
reset
===========================================*/
html.sp body {
  min-width: 0;
  width: 100%;
  overflow-x: hidden;
}
html.sp body.no_scroll {
  position: fixed;
  overflow: hidden;
}

/*===========================================
header
===========================================*/

#header {
  width: 100%;
}
#header * ,
#header *::after,
#header *::before {
  box-sizing: border-box;
}
html:not(.sp) #header.header {
  position: fixed;
  top: 0;
  z-index: 20000;
}

html.sp #header.header {
  position: static;
}
#header .header_block{
  border-bottom: solid 1px #e6e6e6;
}

html:not(.sp) #header .header_block[data-view-type='pc'] {
  position: relative;
  display: block;
}
html:not(.sp) #header .header_block[data-view-type='sp'] {
  display: none;
}

html:not(.sp) #header .header_inner-main {
  position: relative;
  width: 100%;
  padding: 0 15px;
  background-color: rgba(255,255,255,1);
  z-index: 2;
}
html:not(.sp) #header .header_area_main {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  height: 110px;
  align-items: center;
  margin: 0 auto;
}
#header .header_area_main .icon rect,
#header .header_area_main .icon path,
#header .header_area_main .icon polyline{
stroke: none;
}

html:not(.sp) #header .header_inner-sub {
  position: absolute;
  display: none;
  top: 110px;
  left: 0;
  width: 100%;
}
html:not(.sp) #header .js-search-viewBox{
  display: none;
}

html:not(.sp) #header .js-header_inner-sub.js-is-open {
  display: block;
}

html:not(.sp) #header .header_inner-subWrap {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}

html:not(.sp) #header .header_site_logo {
  width: 170px;
}
#header .header_site_logo img {
  width: 100%;
}

#header .header_pcMenu_mainMenu {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: flex-end;
  margin-top: 23px;
}
#header .header_pcMenu_mainMenu a{
    color: #1a1a1a;
}
#header .header_pcMenu_mainMenu span{
    color: #1a1a1a;
}
#header .header_pcMenu_mainMenu_right{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#header .header_pcMenu_mainMenu .header_pcMenu_mainMenu_list{
  display: flex;
  font-size: 1.7rem;
}
#header .header_pcMenu_mainMenu .header_pcMenu_mainMenu_list_linktext{
}

#header .header_pcMenu_mainMenu_list .header_pcMenu_mainMenu_list-linkbox {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px 25px 20px;
  font-size: 17px;
  text-decoration: none;
  margin-left: 1px;
  margin-right: 1px;
  box-sizing: border-box;
}
#header .header_pcMenu_mainMenu_list .header_pcMenu_mainMenu_list-linkbox span{
    display: inline-block;
    position: relative;
}
#header .header_pcMenu_mainMenu_list.hover:not(.current) .header_pcMenu_mainMenu_list-linkbox span,
#header .header_pcMenu_mainMenu_list:not(.current) .header_pcMenu_mainMenu_list-linkbox:hover span {
    color: #027fea;
}
#header .header_pcMenu_mainMenu_list .header_pcMenu_mainMenu_list-linkbox span::after {
  position: absolute;
  left: 0;
  bottom: -25px;
  content: '';
  width: 100%;
  height: 2px;
  transform: scale(0,1);
  transform-origin: center;
  background-color: #027fea;
  transition: transform .3s;
}
#header .header_pcMenu_mainMenu_list.current .header_pcMenu_mainMenu_list-linkbox span::after {
  transform: scale(1,1);
}

#header .header_pcMenu_mainMenu_list.hover:not(.current) .header_pcMenu_mainMenu_list-linkbox span::after,
#header .header_pcMenu_mainMenu_list:not(.current) .header_pcMenu_mainMenu_list-linkbox:hover span::after {
  transform: scale(1,1);
  transform-origin: center;
}

#header .header_pcMenu_main_iconsMenu{
    margin-top: 15px;
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
}
#header .header_pcMenu_search {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
#header .header_pcMenu_search .icon{
    position: relative;
    width: 18px;
    margin-top: 4px;
    margin-right: 0.25em;
    cursor: pointer;
}
#header .header_pcMenu_search .icon:before{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 103.2%;
}
#header .header_pcMenu_search .icon svg{
    transition:  fill 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    fill: #1a1a1a;
}
#header .header_pcMenu_search .icon:hover svg{
    fill :#027fea;
}
#header .header_pcMenu_mail a{
    transition:  color 0.5s ease;
    display: flex;
    align-items: center;
    color: #1a1a1a;
    font-size: 12px;
    text-decoration: none;
}
#header .header_pcMenu_mail .icon{
    position: relative;
    width: 13px;
    margin-right: 0.25em;
}
#header .header_pcMenu_mail .icon:before{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 73.6%;
}
#header .header_pcMenu_mail .icon svg{
    transition:  fill 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    fill: #1a1a1a;
}
#header .header_pcMenu_mail a:hover{
    color: #027fea;
}
#header .header_pcMenu_mail a:hover svg{
    fill: #027fea;
}
#header .header_pcMenu_catalog{
    position: relative;
    margin-left: 1.5em;
    padding-left: 1.5em;
}
#header .header_pcMenu_catalog:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1em;
    margin: auto;
    border-left: 1px solid #FFF;
}
#header .header_pcMenu_catalog a{
    transition:  color 0.5s ease;
    display: flex;
    align-items: center;
    color: #1a1a1a;
    font-size: 12px;
    text-decoration: none;
}
#header .header_pcMenu_catalog .icon{
    position: relative;
    width: 15px;
    margin-right: 0.25em;
}
#header .header_pcMenu_catalog .icon:before{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 86.7%;
}
#header .header_pcMenu_catalog .icon svg{
    transition:  fill 0.5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    fill: #1a1a1a;
}
#header .header_pcMenu_catalog a:hover{
    color: #027fea;
}
#header .header_pcMenu_catalog a:hover .icon svg{
    fill: #027fea;
}

#header .header_pcMenu_lang {
    position: relative;
  margin-left: 1.5em;
  padding-left: 1.5em;
}
#header .header_pcMenu_lang:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1em;
    margin: auto;
    border-left: 1px solid #FFF;
}
#header .header_pcMenu_lang .header_pcMenu_lang_list{
  display: table-cell;
  font-size: 1.2rem;
}
#header .header_pcMenu_lang_list:nth-of-type(1){
  font-weight: bold;
}
#header .header_pcMenu_lang_list + .header_pcMenu_lang_list {
  padding-left: 5px;
}
#header .header_pcMenu_lang_list a {
  text-decoration: none;
  color: #b2b2b2;
}

#header .header_pcMenu_lang_list a:hover{
  color: #027fea;
}

/* svg */
#hdIconMail {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
/* svg */
#hdIconSearch {
  width: 17px;
  height: 17px;
  cursor: pointer;
}

#hdIconMail:hover,
#hdIconSearch:hover {
  fill: #027fea;
}

#header .header_pcMenu_sub {
  width: 100%;
  background-color: #FFF;
}
#header .header_pcMenu_sub_MenuWrap {
  position: relative;
  display: flex;
  width: 1100px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 90px;
}
#header .header_pcMenu_sub_MenuWrap[data-navmenu-category='search'] {
  padding: 90px 0;
}
#header .header_pcMenu_sub_MenuWrap{
  display: flex;
}
#header .header_pcMenu_sub_Menuttl {
  width: 365px;
  font-size: 28px;
  font-weight: bold;
  padding-left: 90px;
  box-sizing: border-box;
}
#header .header_pcMenu_sub_Menubox {
  width: calc(1100px - 330px);
  padding-top: 5px;
}
#header [data-navmenu-category-id="products"] .header_pcMenu_sub_Menubox {
  width: calc(1100px - 130px);
}
#header .header_pcMenu_sub_Menubox:hover > .header_pcMenu_sub_Menulist {
  opacity: 0.3;
  transition: opacity 0.3s;
}
#header .header_pcMenu_sub_Menubox > .header_pcMenu_sub_Menulist:hover {
  opacity: 1;
}
#header .header_pcMenu_sub_Menubox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#header .header_pcMenu_sub_Menulist {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 280px;
}
#header [data-navMenu-category='products'] .header_pcMenu_sub_Menulist {
  width: 25%;
}

#header .header_pcMenu_sub_Menulist .linkBox {
  display: inline-block;
}
#header .header_pcMenu_sub_Menulist .linkBox {
  font-size: 1.6rem;
  color: #1a1a1a;
  text-decoration: none;
}
#header .header_pcMenu_sub_Menulist .linkBox:hover {
  color: #027fea;
}

#header [data-navMenu-category='products'] .header_pcMenu_sub_Menulist {
  margin-bottom: 60px;
}
#header [data-navMenu-category='products'] .header_pcMenu_sub_Menulist .linkBox {
  text-align: center;
}

html:not(.sp) #header.black .header_pcMenu_mail a:hover,
html:not(.sp) #header.black .header_pcMenu_catalog a:hover,
html:not(.sp) #header.subOpen .header_pcMenu_mail a:hover,
html:not(.sp) #header.subOpen .header_pcMenu_catalog a:hover,
html:not(.sp) #header.black .header_pcMenu_mail a:hover .icon svg,
html:not(.sp) #header.black .header_pcMenu_catalog a:hover .icon svg,
html:not(.sp) #header.subOpen .header_pcMenu_mail a:hover .icon svg,
html:not(.sp) #header.subOpen .header_pcMenu_catalog a:hover .icon svg,
html:not(.sp) #header.black .header_pcMenu_search .icon:hover svg,
html:not(.sp) #header.subOpen .header_pcMenu_search .icon:hover svg{
    stroke: #027fea;
    color: #027fea;
}

#header .header_pcMenu_sub_Menulist .linkBox-icon {
  height: 71px;
  margin-bottom: 1rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
}

#header .header_pcMenu_mainMenu_product .header_pcMenu_sub{
    display: flex;
    align-items: center;
    height: 230px;
    padding-bottom: 42px;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_sub .flex{
    display: table;
    width: 100%;
    max-width: 770px;
    margin: auto;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_sub .flex > ul{
    display: table-row;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_sub .flex > ul + ul li{
    padding-top: 3%;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_sub .flex  > ul > li{
    display: table-cell;
    vertical-align: middle;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_sub .flex li{
    transition: opacity 0.3s ease;
    width: 20%;
    opacity: 0.3;;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_sub .flex li:hover{
    opacity: 1;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_mainMenu_list-linkbox:hover + div li{
    opacity: 1;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_sub .flex li:last-child{
    width: 1%;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_sub .flex a{
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_sub .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_sub .icon svg{
    width: 48px;
    height: 48px;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_sub .txt{
    padding-left: 0.5em;
    font-size: 1.6rem;
    white-space: nowrap;
}
#header .header_pcMenu_mainMenu_product .header_pcMenu_sub a:hover .txt{
    color: #027fea;
}


#header .header_pcMenu_mainMenu_company .header_pcMenu_sub{
    display: flex;
    align-items: center;
    height: 230px;
    padding-bottom: 42px;
}
#header .header_pcMenu_mainMenu_company .header_pcMenu_sub .flex{
    display: table;
    width: 100%;
    max-width: 770px;
    margin: auto;
}
#header .header_pcMenu_mainMenu_company .header_pcMenu_sub .flex > ul{
    display: table-row;
}
#header .header_pcMenu_mainMenu_company .header_pcMenu_sub .flex > ul + ul li{
    padding-top: 3%;
}
#header .header_pcMenu_mainMenu_company .header_pcMenu_sub .flex  > ul > li{
    display: table-cell;
    vertical-align: middle;
}
#header .header_pcMenu_mainMenu_company .header_pcMenu_sub .flex li{
    transition: opacity 0.3s ease;
    width: 20%;
    opacity: 0.3;
}
#header .header_pcMenu_mainMenu_company .header_pcMenu_mainMenu_list-linkbox:hover + div li{
    opacity: 1;
}
#header .header_pcMenu_mainMenu_company .header_pcMenu_sub .flex li:hover{
    opacity: 1;
}
#header .header_pcMenu_mainMenu_company .header_pcMenu_sub .flex li:last-child{
    width: 1%;
}
#header .header_pcMenu_mainMenu_company .header_pcMenu_sub .flex a{
    white-space: nowrap;
    text-decoration: none;
}
#header .header_pcMenu_mainMenu_company .header_pcMenu_sub .flex div{
    display: inline-block;
    font-size: 1.6rem;
}

html:not(.sp) #header [data-bg-img='decorative'] .linkBox-icon {
  background-image: url(/common/images/header_pcmenu_decorative.png);
}
html:not(.sp) #header [data-bg-img='heavy_duty'] .linkBox-icon {
  background-image: url(/common/images/header_pcmenu_heavy_duty.png);
}
html:not(.sp) #header [data-bg-img='automotive'] .linkBox-icon {
  background-image: url(/common/images/header_pcmenu_automotive.png);
}
html:not(.sp) #header [data-bg-img='automotive_n'] .linkBox-icon {
  background-image: url(/common/images/header_pcmenu_automotive_n.png);
}
html:not(.sp) #header [data-bg-img='industrial'] .linkBox-icon {
  background-image: url(/common/images/header_pcmenu_industrial.png);
}
html:not(.sp) #header [data-bg-img='new_business'] .linkBox-icon {
  background-image: url(/common/images/header_pcmenu_new_business.png);
}
html:not(.sp) #header [data-bg-img='marine'] .linkBox-icon {
  background-image: url(/common/images/header_pcmenu_marine.png);
}
html:not(.sp) #header [data-bg-img='home'] .linkBox-icon {
  background-position: center top;
  background-image: url(/common/images/header_pcmenu_home.png);
}

html:not(.sp) #header .header_pcMenu_sub_Menulist:hover [data-bg-img='decorative'] .linkBox-icon{
  background-image: url(/common/images/header_pcmenu_decorative-active.png);
}
html:not(.sp) #header .header_pcMenu_sub_Menulist:hover [data-bg-img='heavy_duty'] .linkBox-icon{
  background-image: url(/common/images/header_pcmenu_heavy_duty-active.png);
}
html:not(.sp) #header .header_pcMenu_sub_Menulist:hover [data-bg-img='automotive'] .linkBox-icon{
  background-image: url(/common/images/header_pcmenu_automotive-active.png);
}
html:not(.sp) #header .header_pcMenu_sub_Menulist:hover [data-bg-img='automotive_n'] .linkBox-icon{
  background-image: url(/common/images/header_pcmenu_automotive_n-active.png);
}
html:not(.sp) #header .header_pcMenu_sub_Menulist:hover [data-bg-img='industrial'] .linkBox-icon{
  background-image: url(/common/images/header_pcmenu_industrial-active.png);
}
html:not(.sp) #header .header_pcMenu_sub_Menulist:hover [data-bg-img='new_business'] .linkBox-icon{
  background-image: url(/common/images/header_pcmenu_new_business-active.png);
}
html:not(.sp) #header .header_pcMenu_sub_Menulist:hover [data-bg-img='marine'] .linkBox-icon{
  background-image: url(/common/images/header_pcmenu_marine-active.png);
}
html:not(.sp) #header .header_pcMenu_sub_Menulist:hover [data-bg-img='home'] .linkBox-icon{
  background-image: url(/common/images/header_pcmenu_home-active.png);
}

#header .header_pcMenu_sub_Menulist .linkBox-text{
  font-size: 1.7rem;
}

#header .header_searchWrap {
  position: relative;
  width: 715px;
  height: 58px;
  padding: 13px;
  margin: 0 auto;
  background-color: #fff;
  border: solid 1px #b3b3b3;
  box-sizing: border-box;
}
#header .header_searchWrap form {
}
#header .header_searchWrap input[type='text'] {
  box-sizing: border-box;
  width: calc(100% - 40px);
  border: none;
  font-size: 20px;
  line-height: 1.6;
  background-color: transparent;
  outline: none;
}
#header .header_searchWrap button {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 0;
  right: 0;
  border: none;
  font-size: 1.2em;
  text-indent: -9999px;
  background: none;
  overflow: hidden;
}

#header .header_searchWrap button svg {
    transition: stroke 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 23px;
    height: 23px;
    margin: auto;
    stroke: #808080;
    stroke-width: 4px;
    overflow: visible;
}

/* sp style */

.sp #header .header_block[data-view-type='sp'] {
  display: block;
  width: 100%;
  overflow: hidden;
}
.sp #header .header_block[data-view-type='pc'] {
  display: none;
}
.sp #header .header_inner {
  position: relative;
  display: flex;
  height: 64px;
  justify-content: space-between;
}
.sp #header .header_site_logo {
  width: 107px;
  height: 32px;
}

.sp #header .header_spMenu_btn {
  display: flex;
  align-items: center;
  width: 28px;
  padding: 16px;
  margin-top: 0;
  cursor: pointer;
}

html:not(.sp) #headerSpMenu.header_spMenu {
  display: none;
}
.sp #headerSpMenu.header_spMenu {
  position: relative;
  top: 0;
  width: 82.6%;
  margin: 0 0 0 auto;
}
.sp #headerSpMenu.header_spMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 82.6%;
  transform: translateX(100%);
  background-color: #f5f5f5;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 20000;
}
.sp #headerSpMenu.header_spMenu.open {
  transform: translateX(0);
}
.sp #headerSpMenu .header_spMenu_inner {
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 3em;
  box-sizing: border-box;
}

.sp .header_spMenu_iconsMenu{

}
.sp .header_spMenu_iconsMenu a{
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.4rem 1.7rem;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
}
.sp .header_spMenu_iconsMenu .icon{
    position: relative;
    width: 14px;
    margin-right: 0.25em;
}
.sp .header_spMenu_iconsMenu .icon:before{
    content: "";
    display: block;
    width: 100%;
}
.sp .header_spMenu_iconsMenu .icon svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.sp .header_spMenu_iconsMenu .icon path{
    fill: #1a1a1a;
}
.sp .header_spMenu_iconsMenu .header_spMenu_mail .icon:before{
    padding-top: 73.6%;
}
.sp .header_spMenu_iconsMenu .header_spMenu_mail rect,
.sp .header_spMenu_iconsMenu .header_spMenu_mail polyline{
    stroke-width: 3px;
}
.sp .header_spMenu_iconsMenu .header_spMenu_catalog .icon:before{
    padding-top: 86.7%;
}


.sp #headerSpMenu .header_spMenu_lang_navi {
  margin: 10px 16px 0 auto;
}
.sp #headerSpMenu .header_spMenu_lang_navi_list {
  display: inline-block;
  font-size: 1.1rem;
  padding-left: 10px;
}
.sp #headerSpMenu .header_spMenu_lang_navi_list:nth-of-type(1) {
  font-weight: bold;
}
.sp #headerSpMenu .header_spMenu_lang_navi_list a {
  color: #c5c5c5;
  text-decoration: none;
}
.sp #headerSpMenu .header_spMenu_bd {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.sp #headerSpMenu .header_spMenu_bd_item {
  padding: 0 0 10em 1em;
}
.sp #headerSpMenu .header_spMenu_bd_list.js-headerSpMenuAccordion .header_spMenu_subCategory_list:last-of-type{
  padding-bottom: 16px;
}
.sp #headerSpMenu .header_spMenu_bd_list a {
  display: block;
  color: #1a1a1a;
  text-decoration: none;
}
.sp #headerSpMenu .header_spMenu_mainCategory {
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 1em 1em 1em;
}
.sp #headerSpMenu .header_spMenu_subCategory {
  display: none;
  padding: 0 0 0 1em;
}
.sp #headerSpMenu .js-headerSpMenuAccordion.open .header_spMenu_subCategory{
  display: block;
}
.sp #headerSpMenu .header_spMenu_subCategory_list a {
  display: block;
  font-size: 1.5rem;
  padding: 0.8em;
}

#headerSpMenu .header_sp_searchWrap {
    flex-basis: 100%;
  position: relative;
  padding: 0.5em 25px 0.5em 0.5em;
  margin: 0 16px;
  border: 1px solid #000;
  background-color: #fff;
}
#headerSpMenu .header_sp_searchWrap form {
}
#headerSpMenu .header_sp_searchWrap input[type='text'] {
  box-sizing: border-box;
  width: 12em;
  border: none;
  padding: 0 20px 0 0.5em;
  font-size: 1.3rem;
  line-height: 1.8;
  background-color: transparent;
  outline: none;
}
#headerSpMenu .header_sp_searchWrap button {
  position: absolute;
  display: block;
  top: 0;
  right: 8px;
  bottom: 0;
  border: none;
  width: 16px;
  height: 16px;
  margin: auto 0;
  background: none;
}
#headerSpMenu .header_sp_searchWrap button svg{
    width: 100%;
    height: 100%;
    stroke: #027fea;
    stroke-width: 4px;
    overflow: visible;
}
#headerSpMenu .header_sp_searchWrap button circle,
#headerSpMenu .header_sp_searchWrap button line{
    fill: none;
}

#header_overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

#header_overlay.open {
  display: block;
}

#headerSpMenu .hdSpMenu-ancIcon {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
}
#headerSpMenu .hdSpMenu-ancIcon span {
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
#headerSpMenu .hdSpMenu-ancIcon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
}
#headerSpMenu .hdSpMenu-ancIcon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
}
#headerSpMenu .js-headerSpMenuAccordion.is-open .hdSpMenu-ancIcon span:nth-of-type(1) {
  display: none;
}
#headerSpMenu .js-headerSpMenuAccordion.is-open .hdSpMenu-ancIcon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
}


/* ===========================================
header 2020/2/28 update
=========================================== */
#header .header_block {
  border-bottom: solid 1px #e6e6e6;
}

html:not(.sp) #header .js-search-viewBox {
  display: none;
}

.header_site_logo {
  font-size: 0;
  line-height: 1;
}

.header_site_logo a {
  display: inline-block;
  width: 100%;
}

html.sp .header_site_logo a {
  height: 32px;
}

#header .header_site_logo {
  width: 323px;
}

html.sp #header .header_site_logo img {
  width: auto;
  height: 32px;
}

#header .header_pcMenu_mainMenu .header_pcMenu_mainMenu_list {
  display: flex;
  font-size: 1.7rem;
}

#header .header_pcMenu_mainMenu_list.hover .header_pcMenu_mainMenu_list-linkbox,
#header .header_pcMenu_mainMenu_list .header_pcMenu_mainMenu_list-linkbox:hover{
	color: #027fea;
}

#header .header_pcMenu_main_iconsMenu {
  display: flex;
}

#header .header_pcMenu_lang .header_pcMenu_lang_list {
  display: table-cell;
  font-size: 1.2rem;
}

#header .header_pcMenu_lang_list:nth-of-type(1) {
  font-weight: bold;
}

#header .header_pcMenu_lang_list a:hover {
  color: #027fea;
}

#header .header_pcMenu_sub {
	position: relative;
}

#header .header_pcMenu_sub_MenuWrap {
	min-height: 230px;
  padding-top: 35px;
  padding-bottom: 77px;
}

#header [data-navmenu-category="products"].header_pcMenu_sub_MenuWrap {
  padding-bottom: 100px;
}

#header .header_pcMenu_sub_Menubox {
  width: 100%;
}

#header [data-navmenu-category-id="products"] .header_pcMenu_sub_Menubox {
  width: 100%;
}

#header .header_pcMenu_sub_Menubox .header_pcMenu_sub_Menulist {
  margin-bottom: 1rem;
  font-size: 1.7rem;
}
#header .header_pcMenu_sub_Menubox .header_pcMenu_sub_Menulist a{
    display: flex;
    align-items: center;
}
#header .header_pcMenu_sub_Menubox .header_pcMenu_sub_Menulist .linkBox-icon{
    flex-basis: 40px;
}

#header .header_pcMenu_sub_Menulist {
  width: 260px;
}

html:not(.sp) #header .header_pcMenu_sub_Menulist > a.linkBox:hover,
html:not(.sp) #header .header_pcMenu_sub_Menulist > a .linkBox-text:hover {
  color: #027fea;
}

#header .header_pcMenu_sub_Menulist .linkBox-icon {
  height: 51px;
}

html:not(.sp) #header [data-bg-img='decorative'] .linkBox-icon {
  background-size: 40px auto;
}
html:not(.sp) #header [data-bg-img='heavy_duty'] .linkBox-icon {
  background-size: 47px auto;
}
html:not(.sp) #header [data-bg-img='automotive'] .linkBox-icon {
  background-size: 47px auto;
}
html:not(.sp) #header [data-bg-img='automotive_n'] .linkBox-icon {
  background-size: 47px auto;
}
html:not(.sp) #header [data-bg-img='industrial'] .linkBox-icon {
  background-size: 54px auto;
}
html:not(.sp) #header [data-bg-img='new_business'] .linkBox-icon {
  background-size: 37px auto;
}
html:not(.sp) #header [data-bg-img='marine'] .linkBox-icon {
  background-size: 52px auto;
}
html:not(.sp) #header [data-bg-img='home'] .linkBox-icon {
  background-size: 28px auto;
}

html:not(.sp) #header .header_pcMenu_sub_Menulist > a.linkBox:hover,
html:not(.sp) #header .header_pcMenu_sub_Menulist > a .linkBox-text:hover{
  color: #027fea;
}
#header .header_pcMenu_mainMenu_company .header_pcMenu_sub .flex a:hover{
    color: #027fea;
}

#header .header_pcMenu_sub_close_btn {
	background-color: #FFF;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 3em;
	cursor: pointer;
}
#header .header_pcMenu_sub_close_btn p {
	position: absolute;
    width: 100px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
}
#header .header_pcMenu_sub_close_btn:hover p {
	color:#027fea;
}
#header .header_pcMenu_sub_close_btn:hover .cls-2 {
	stroke: #027fea;
}
#header .header_pcMenu_sub_close_btn .menu-icon-close {
	height: 23px;
	width:23px;
    margin: 0 0 -5px 0;
}

/* sp style */
html.sp #header .header_block[data-view-type='sp'] {
  display: block;
  width: 100%;
  overflow: hidden;
}

html.sp #header .header_block[data-view-type='pc'] {
  display: none;
}

html.sp #header .header_inner {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  height: 64px;
}

html.sp #header .header_site_logo {
  box-sizing: content-box;
  margin-left: 15px;
}

html.sp #header .header_spMenu_btn {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  width: 28px;
  margin-top: 0;
  padding: 16px;
  cursor: pointer;
}

html.sp #headerSpMenu.header_spMenu {
  position: relative;
  top: 0;
  width: 82.6%;
  margin: 0 0 0 auto;
}

html.sp #headerSpMenu.header_spMenu {
  -webkit-transform: translateX(100%);
  z-index: 20000;
  position: fixed;
  top: 0;
  right: 0;
  width: 82.6%;
          transform: translateX(100%);
  background-color: #FFF;
  transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

html.sp #headerSpMenu.header_spMenu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

html.sp #headerSpMenu .header_spMenu_inner {
  height: 100vh;
  padding-bottom: 3em;
  overflow-y: scroll;
}

html.sp #headerSpMenu .header_spMenu_hd_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  height: 55px;
}

html.sp #headerSpMenu .header_spMenu_close_btn {
    position: relative;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  text-align: left;
  white-space: nowrap;
  text-indent: -9999px;
  overflow: hidden;
}
html.sp #headerSpMenu .header_spMenu_close_btn:before,
html.sp #headerSpMenu .header_spMenu_close_btn:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background: #000;
}
html.sp #headerSpMenu .header_spMenu_close_btn:before{
    transform: rotate(45deg);
}
html.sp #headerSpMenu .header_spMenu_close_btn:after{
    transform: rotate(-45deg);
}

html.sp #headerSpMenu .header_spMenu_lang_navi {
  margin: 10px 16px 0 auto;
}

html.sp #headerSpMenu .header_spMenu_lang_navi{
    padding: 0 0 0 1.7rem;
}
html.sp #headerSpMenu .header_spMenu_lang_navi_list {
  display: inline-block;
  padding-left: 0;
  font-size: 1.1rem;
}

html.sp #headerSpMenu .header_spMenu_lang_navi_list:nth-of-type(1) {
  font-weight: bold;
}

html.sp #headerSpMenu .header_spMenu_lang_navi_list a {
  color: #c5c5c5;
  text-decoration: none;
}

html.sp #headerSpMenu .header_spMenu_bd {
  width: 100%;
  padding: 16px;
}

html.sp #headerSpMenu .header_spMenu_bd_item {
  padding: 0 0 0 0;
}

html.sp #headerSpMenu .header_spMenu_bd_list.js-headerSpMenuAccordion .header_spMenu_subCategory_list:last-of-type {
  padding-bottom: 16px;
}

html.sp #headerSpMenu .header_spMenu_bd_list a {
  display: block;
  color: #1a1a1a;
  text-decoration: none;
}

html.sp #headerSpMenu .header_spMenu_mainCategory {
  position: relative;
  padding: 1em 1em 1em;
  font-size: 1.7rem;
  font-weight: bold;
}

html.sp #headerSpMenu .header_spMenu_subCategory {
  display: none;
  padding: 0 0 0 1em;
}
html.sp #headerSpMenu .header_spMenu_subCategory:after{
    content: "";
    display: block;
    clear: both;
}
html.sp #headerSpMenu .header_spMenu_products .header_spMenu_subCategory_list{
    width: 48%;
}
html.sp #headerSpMenu .header_spMenu_products .header_spMenu_subCategory_list:nth-of-type(odd){
    clear: both;
    float: left;
}
html.sp #headerSpMenu .header_spMenu_products .header_spMenu_subCategory_list:nth-of-type(even){
    float: right;
}

html.sp #headerSpMenu .js-headerSpMenuAccordion.open .header_spMenu_subCategory {
  display: block;
}

html.sp #headerSpMenu .header_spMenu_products .header_spMenu_subCategory_list a {
  display: block;
  position: relative;
  padding: calc(45% + 1em) 0 0.8em 0;
  font-size: 1.1rem;
  text-align: center;
}
html.sp #headerSpMenu .header_spMenu_products .header_spMenu_subCategory_list a:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    padding-top: 45%;
    background: center no-repeat;
    background-size: contain;
}
html.sp #headerSpMenu .header_spMenu_products .header_spMenu_subCategory_list svg{
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
}

/*===========================================
footer style
===========================================*/

/* #footer style
--------------------------- */
#footer.footer {
  background: #333;
  color: #fff;
  overflow: hidden;
}

#footer .footer_block_nav {
}
#footer .footer_navbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 770px;
  margin: 0 auto 36px;
  overflow: hidden;
}
.sp #footer .footer_navbox {
  display: block;
  width: 280px;
  text-align: center;
}

html:not(.sp) .footer_nav_list {
  width: 24%;
  font-size: 1.4rem;

}

html:not(.sp) #footer .footer_nav_list + .footer_nav_list {
  border-left: solid 1px #999;
}
.sp #footer .footer_nav_list {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.sp #footer .footer_nav_list:nth-of-type(2n) {
  border-left: solid 1px #999;
}

#footer .footer_nav_list a {
  display: block;
  text-align: center;
  padding: 0 1em;
  color: #fff;
  text-decoration: none;
}
html:not(.sp) #footer .footer_nav_list a:hover{
  text-decoration:underline;
}

#footer .footer_snsbox {
  display: flex;
  padding: 50px 0 36px 0;
  justify-content: center;
  align-items: center;
}
#footer .footer_snsbox_ttl {
  padding: 0 28px 0 0;
}

#footer .footer_snsbox_iconBox {
  display: flex;
  justify-content: center;
}
#footer .footer_snsbox_items_iconList {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
  fill: #333;
}
#footer .footer_snsbox_items_iconList + .footer_snsbox_items_iconList {
  margin: 0 0 0 28px;
}
#footer .footer_snsbox_items_iconList a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 0;
}
#footer .ft_sns_icon {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  transition: 0.3s;
}

#footer .ft_sns_icon-Facebook {
  width: 10px;
  height: 21px;
}
#footer .ft_sns_icon-Youtube {
  width: 22px;
  height: 16px;
}
#footer .ft_sns_icon-Instagram {
  width: 22px;
  height: 22px;
}

#footer .footer_copyright {
  text-align: center;
  margin-bottom: 46px;
  color: #999;
}

.sp #footer .footer_snsbox_ttl {
  display: none;
}

.sp #footer .footer_copyright p{
  font-size: 1rem;
}

/*===========================================
content
===========================================*/
.sp #content {
  padding-top: 0;
  padding-bottom: 60px;
}
.sp #content_main {
  float: none;
  width: auto;
}
.sp #content .content_inner {
  width: auto;
  padding: 1em 10px 3em 10px;
}

.sp #relatedInformation .related_inner {
  max-width: none;
  padding: 0;
}
.sp #relatedInformation .box_pc_column3,
.sp #relatedInformation .box_pc_column4 {
  display: block;
  width: auto;
  text-align: left;
}
.sp #relatedInformation li {
  display: block;
  float: none;
  width: auto;
  margin: 0;
  background-color: #808080;
}
.sp #relatedInformation li + li {
  border-top: 1px solid #fff;
}
.sp #relatedInformation li a {
  color: #fff;
  display: block;
  padding: 1em 3rem 1em 1rem;
  font-size: 1.5rem;
  font-weight: normal;
}
.sp #relatedInformation li a:after {
  top: 0;
  bottom: 0;
  left: auto;
  right: 1rem;
  margin: auto;
}
.sp #relatedInformation .icon_blank:after {
  background-position: 0 -6em;
}
.sp #relatedInformation img {
  display: none;
}

/*===========================================
general
===========================================*/
.inner {
  padding-left: 1em;
  padding-right: 1em;
}
.sp .pc_only {
  display: none !important;
}
html:not(.sp) .sp_only {
  display: none !important;
}

html:not(.sp) .alpha {
  display: block;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
html:not(.sp) .alpha:hover {
  opacity: 0.75;
}

.hide {
  display: none !important;
}

.fz9 {
  font-size: 0.9rem !important;
}
.fz10 {
  font-size: 1rem !important;
}
.fz11 {
  font-size: 1.1rem !important;
}
.fz12 {
  font-size: 1.2rem !important;
}
.fz13 {
  font-size: 1.3rem !important;
}
.fz14 {
  font-size: 1.4rem !important;
}
.fz15 {
  font-size: 1.5rem !important;
}
.fz16 {
  font-size: 1.6rem !important;
}
.fz17 {
  font-size: 1.7rem !important;
}
.fz18 {
  font-size: 1.8rem !important;
}
.fz19 {
  font-size: 1.9rem !important;
}
.fz20 {
  font-size: 2rem !important;
}
.fz21 {
  font-size: 2.1rem !important;
}
.fz22 {
  font-size: 2.2rem !important;
}
.fz23 {
  font-size: 2.3rem !important;
}
.fz24 {
  font-size: 2.4rem !important;
}
.fz25 {
  font-size: 2.5rem !important;
}
.fz30 {
  font-size: 3rem !important;
}
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.vaB {
  vertical-align: bottom !important;
}
.flL {
  float: left !important;
}
.flR {
  float: right !important;
}
.flN {
  float: none !important;
}
.wA {
  width: auto !important;
}
.hA {
  height: auto !important;
}
.mA {
  margin: auto !important;
}
.m0 {
  margin: 0 !important;
}
.m05 {
  margin: 0.5em !important;
}
.m1 {
  margin: 1em !important;
}
.m2 {
  margin: 2em !important;
}
.m3 {
  margin: 3em !important;
}
.m4 {
  margin: 4em !important;
}
.m5 {
  margin: 5em !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 0.5em !important;
}
.mt1 {
  margin-top: 1em !important;
}
.mt2 {
  margin-top: 2em !important;
}
.mt3 {
  margin-top: 3em !important;
}
.mt4 {
  margin-top: 4em !important;
}
.mt5 {
  margin-top: 5em !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 0.5em !important;
}
.mr1 {
  margin-right: 1em !important;
}
.mr2 {
  margin-right: 2em !important;
}
.mr3 {
  margin-right: 3em !important;
}
.mr4 {
  margin-right: 4em !important;
}
.mr5 {
  margin-right: 5em !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 0.5em !important;
}
.mb1 {
  margin-bottom: 1em !important;
}
.mb2 {
  margin-bottom: 2em !important;
}
.mb3 {
  margin-bottom: 3em !important;
}
.mb4 {
  margin-bottom: 4em !important;
}
.mb5 {
  margin-bottom: 5em !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 0.5em !important;
}
.ml1 {
  margin-left: 1em !important;
}
.ml2 {
  margin-left: 2em !important;
}
.ml3 {
  margin-left: 3em !important;
}
.ml4 {
  margin-left: 4em !important;
}
.ml5 {
  margin-left: 5em !important;
}
.bdN {
  border: none !important;
}
.bdtN {
  border-top: none !important;
}
.bdrN {
  border-right: none !important;
}
.bdbN {
  border-bottom: none !important;
}
.bdlN {
  border-left: none !important;
}
.p0 {
  padding: 0 !important;
}
.p05 {
  padding: 0.5em !important;
}
.p1 {
  padding: 1em !important;
}
.p2 {
  padding: 2em !important;
}
.p3 {
  padding: 3em !important;
}
.p4 {
  padding: 4em !important;
}
.p5 {
  padding: 5em !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 0.5em !important;
}
.pt1 {
  padding-top: 1em !important;
}
.pt2 {
  padding-top: 2em !important;
}
.pt3 {
  padding-top: 3em !important;
}
.pt4 {
  padding-top: 4em !important;
}
.pt5 {
  padding-top: 5em !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 0.5em !important;
}
.pb1 {
  padding-bottom: 1em !important;
}
.pb2 {
  padding-bottom: 2em !important;
}
.pb3 {
  padding-bottom: 3em !important;
}
.pb4 {
  padding-bottom: 4em !important;
}
.pb5 {
  padding-bottom: 5em !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: 0.5em !important;
}
.pl1 {
  padding-left: 1em !important;
}
.pl2 {
  padding-left: 2em !important;
}
.pl3 {
  padding-left: 3em !important;
}
.pl4 {
  padding-left: 4em !important;
}
.pl5 {
  padding-left: 5em !important;
}
.bdN {
  border: none !important;
}
.bdtN {
  border-top: none !important;
}
.bdrN {
  border-right: none !important;
}
.bdbN {
  border-bottom: none !important;
}
.bdlN {
  border-left: none !important;
}
.w0 {
  width: 0 !important;
}
.w10p {
  width: 10% !important;
}
.w15p {
  width: 15% !important;
}
.w20p {
  width: 20% !important;
}
.w25p {
  width: 25% !important;
}
.w30p {
  width: 30% !important;
}
.w35p {
  width: 35% !important;
}
.w40p {
  width: 40% !important;
}
.w45p {
  width: 45% !important;
}
.w50p {
  width: 50% !important;
}
.w55p {
  width: 55% !important;
}
.w60p {
  width: 60% !important;
}
.w65p {
  width: 65% !important;
}
.w70p {
  width: 70% !important;
}
.w75p {
  width: 75% !important;
}
.w80p {
  width: 80% !important;
}
.w85p {
  width: 85% !important;
}
.w90p {
  width: 90% !important;
}
.w95p {
  width: 95% !important;
}
.w100p {
  width: 100% !important;
}
.nowrap {
  white-space: nowrap !important;
}
