body,
html {
  overflow: visible !important;
  height: auto;
  font-family:Verdana, "Roboto","Droid Sans","ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

sub {
  font-size: 0.8em;
  vertical-align: sub;
}

sup {
  font-size: 0.8em;
  vertical-align: super;
}

input {
  appearance: normal;
  -webkit-appearance: initial;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

select {
  appearance: normal;
  -webkit-appearance: menulist-button;
}

iframe {
  -webkit-overflow-scrolling: touch;
}

#waterprooftape #mainContentsWrap #tabNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#waterprooftape #mainContentsWrap #tabNav li {
  /* width: 20%; */
  width: 160px;
  height: 51px;
}

#waterprooftape .navContent li a {
  height: 100%;
  width: 100%;
}

#catalog .catalog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 16px 0;
}

#catalog .catalog_list li {
  width: calc(100% / 3);
  padding: 0;
  margin-bottom: 36px;
}

.sp_navigation {
  display: none;
}

img.tab {
  display: none;
}

.pc_hide {
  display: none;
}

@media screen and (max-width: 960px) {

  body,
  html {
    overflow-x: hidden;
    position: relative;
    min-width: initial;
    width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .clr {
    overflow: visible;
  }

  .pc_hide {
    display: block;
  }

  .tab_hide {
    display: none;
  }

  .sp_hide {
    display: none;
  }

  .sticky_btn {
    display: block;
    position: sticky;
    position: -webkit-sticky;
    bottom: 10px;
    right: 0;
    text-align: right;
    z-index: 16;
  }

  .sticky_btn a img {
    opacity: 1 !important;
  }

  .textCenter {
    text-align: center;
  }

  .md--textStyle_type01 {
    text-align: center;
  }

  .construction .sp_navigation {
    position: fixed;
    display: block;
    z-index: 20;
    top: 0;
    width: 100%;
  }

  .construction .sp_navigation .menu_btn {
    position: fixed;
    z-index: 4;
    top: 15px;
    right: 15px;
    display: block;
    box-sizing: content-box;
    width: 28px;
    padding: 14px 0.9em 25px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  }

  .construction .sp_navigation .menu_btn .btn-icon {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222;
    position: relative;
    display: block;
    margin-top: 10px;
  }

  .construction .sp_navigation .menu_btn .btn-icon::before {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222;
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }

  .construction .sp_navigation .menu_btn .btn-icon::after {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222;
    position: absolute;
    top: 10px;
    left: 0;
    content: " ";
  }

  .construction .sp_navigation .menu_btn.active {
    right: calc(26rem + 10px);
  }

  .construction .sp_navigation .menu_btn.active .btn-icon {
    background-color: transparent;
  }

  .construction .sp_navigation .menu_btn.active .btn-icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .construction .sp_navigation .menu_btn.active .btn-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .construction .sp_navigation #global-navigation {
    display: block;
    position: absolute;
    right: -26em;
    top: 0;
    /* width: 26rem; */
    height: 100vh;
    background: #fff;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow-y:scroll;
  }

  .construction .sp_navigation #global-navigation.active {
    display: block;
    right: 0;
  }

  .construction .sp_navigation #global-navigation ul li {
    border-bottom: solid 1px #ccc;
    padding: 0.75rem;
    text-align: center;
    font-size: 120%;
    line-height: 1;
  }

  .construction .sp_navigation #global-navigation ul li a {
    font-size: 120%;
    color: #333;
    text-decoration: none;
    line-height: 180%;
    font-weight: bold;
  }

  .construction .sp_navigation #global-navigation ul li.ttl {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #353f7e;
    line-height: 3;
    padding: 12px 0;
    border: none;
  }

  .construction .sp_navigation #global-navigation ul li.ttl a {
    font-size: 120%;
    color: #fff;
  }

  .construction .sp_navigation #global-navigation ul li.parent_menu {
    padding: 0.75rem 0 0;
  }

  .construction .sp_navigation #global-navigation ul li .hide {
    display: none;
  }

  .construction .sp_navigation #global-navigation ul li .parent_menu_label {
    display: block;
    font-size: 120%;
    color: #333;
    text-decoration: none;
    line-height: 200%;
    font-weight: bold;
    padding: 0 10px 10px;
  }

  .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  #parent_menu:checked~.parent_menu_label .drawer-caret {
    transform: rotate(180deg);
  }

  .construction .sp_navigation #global-navigation ul li .child_menu {
    height: 0;
    visibility: hidden;
    border-top: 1px #dcdcdc solid;
  }

  .construction .sp_navigation #global-navigation ul li #parent_menu:checked~.child_menu {
    height: auto;
    visibility: visible;
    border-top: 1px #dcdcdc solid;
    padding:4px 0;
  }

  .construction .sp_navigation #global-navigation ul li .child_menu li {
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
    margin: 4px;
    text-align: left;
    border: none;
  }
  .construction .sp_navigation #global-navigation ul li .child_menu li a {
    font-size:14px;
    display:block;
    background: url(../../../shared/images/sprite-icons/arrow-small-icon.png) 4px center no-repeat;
    padding: 4px 0 4px 18px;
  }

  .construction .overlay {
    position: fixed;
    display: none;
  }

  .construction .overlay.active {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    z-index: 19;
  }

  .construction .container {
    width: 100% !important;
  }

  .construction .container .mod-header-navigations {
    display: none;
  }

  .construction .container .logo {
    width: 100% !important;
  }

  .construction #global-header .container .logo h1 a {
    background-image: url("../images/logo_2019_sp.png");
    background-size: cover;
    background-position: center;
    margin: 13px auto 0;
    height: 80px;
    width: 151px;
  }

  .construction .container .logo h2 {
    font-size: 0.62rem;
    line-height: 1.7;
    margin: -5px 0 10px;
    text-align: center;
  }

  #sideNavWrap {
    display: none;
  }

  .construction #main-contents #main-visual {
    height: initial;
  }

  .construction #main-contents #main-visual .container .bx-wrapper {
    margin: 0 auto;
  }

  .construction #main-contents #main-visual .container .bx-wrapper .bx-controls-direction a {
    width: 32px;
    height: 32px;
    transition: 0.1s;
  }

  .construction #main-contents #main-visual .container .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    background-size: cover;
  }

  .construction #main-contents #main-visual .container .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
    background-size: cover;
  }

  .construction #main-contents .container .label-normal {
    margin: 0 5px 10px;
  }

  .construction #main-contents .container .mod-corner-products {
    padding: 0;
    margin: 0 0 30px;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li {
    width: calc(100% / 3 - 10px);
    margin: 5px;
    padding: 0;
    transition: 0.1s;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a.tyvek_esb {
    max-height: 91px;
    background-image: url(../images/top/product10_tab.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a.tyvek_esb img {
    display: none;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a.tyvek_esb img.tab {
    display: inline;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a.tyvek_design {
    max-height: 91px;
    background-image: url(../images/top/product11_2_tab.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a.tyvek_design img {
    display: none;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a.tyvek_design img.tab {
    display: inline;
  }

  .construction #main-contents .container .grid-wrapper {
    padding: 0;
  }

  .construction #main-contents .container .grid-wrapper .mod-corner-news {
    width: 100%;
    margin: 0 0 30px;
  }

  .construction #main-contents .container .grid-wrapper .mod-corner-news ul .morelink {
    display: none;
  }

  .construction #main-contents .container .mod-corner-company_info {
    width: 100%;
    margin: 0 0 30px;
  }

  .construction #main-contents .container .mod-corner-company_info ul {
    background: none;
    padding: 10px 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .construction #main-contents .container .mod-corner-company_info ul li {
    width: calc(100% / 3 - 5px);
    margin: 0 auto;
    text-align: center;
  }

  .construction #main-contents .container .mod-corner-company_info ul li a {
    width: 100%;
  }

  .construction #main-contents .container .mod-corner-company_info ul li a img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .construction #main-contents .container .mod-corner-company_info ul li:first-of-type {
    margin: 0;
  }

  .construction #main-contents .container .mod-corner-company_info ul li:last-of-type {
    margin: 0;
  }

  .construction #global-footer #first-footer {
    position: sticky;
    bottom: 20px;
  }

  .construction #global-footer #first-footer .btn-page_top {
    width: 100%;
  }

  .construction #global-footer #company-info .container dl {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .construction #global-footer #company-info .container ul {
    float: none;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 78%;
    padding: 10px 0;
  }

  .construction #global-footer #company-info .container ul li {
    width: 46%;
    margin: 0;
    text-align: center;
  }

  .construction #global-footer #company-info .container ul .icon {
    display: none;
  }

  .construction #global-footer #products-info .container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10px;
  }

  .construction #global-footer #products-info .container ul li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  
  .construction #global-footer #products-info .container .nav07 {
    /* width: 100%; */
  }

  .construction #global-footer #products-info .container ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .construction #global-footer #products-info .container ul li a p {
    /* width: calc(100% - 60px); */
    margin: 0;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
  }

  .construction #global-footer #footer-info .container .wrap .footer-navigation {
    float: none;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
  }

  .construction #global-footer #footer-info .container .wrap .footer-navigation ul li {
    display: list-item;
    margin: 0 0 15px;
  }

  .construction #global-footer #footer-info .container .wrap p {
    text-align: left;
    padding-left: 15px;
    margin-left: 10px;
    line-height: 1;
    font-weight: bold;
    background: url("../images/sprite-icons/arrow-small-icon.png") 0 center no-repeat;
  }

  .construction #global-footer #footer-info .container .wrap p a {
    color: #3f3f3f;
  }

  .construction #global-footer #footer-info .container .tyvek-info {
    text-align: left;
    margin: 10px;
  }

  .construction #global-footer #footer-info .container .tyvek-info br {
    display: none;
  }

  .inner {
    width: 100%;
  }

  .inner>* {
    padding: 0 2%;
  }

  #globalNavWrap {
    display: none;
  }

  #beradWrap {
    height: auto;
    /*padding-bottom: 4px;*/
  }

  #beradWrap li {
    display: inline-block;
    margin: 4px 0 0;
    padding: 0 0 0 12px;
    color: #fff;
  }

  #index .wideslider {
    text-align: left;
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  #index .pagination {
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
  }

  #index .pagination a {
    margin: 24px 6px 0;
  }
  
  #index .inq-btn img{
	padding-bottom: 5px;
  }

  .documentList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .documentListWrap li {
    display: inline-block;
    width: calc(100% / 3 - 2px);
    text-align: center;
    padding-top: 8px;
  }

  .documentListWrap li img {
    max-width: 100%;
    height: auto;
  }

  .introduction {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .introduction li {
    width: calc(100% / 2);
  }

  .introduction li img {
    display: block;
    width: auto;
    margin: 0 auto;
  }

  .introduction.sp-w100 li {
    width: 100%;
  }

  .introduction.sp-flex li:first-of-type {
    width: 66%;
  }

  .introduction.sp-flex li:last-of-type {
    width: 34%;
  }

  .navContent {
    display: none !important;
  }

  #mainContentsWrap {
    width: 100%;
    float: none;
  }

  #mainContentsWrap h3.title {
    margin-bottom: 16px;
  }

  #mainContents {
    width: 100% !important;
    border: none;
    padding: 24px 0;
    overflow: visible !important;
  }

  #mainContents #double {
    height: auto;
    background-image: none;
    background-color: #f2f2f2;
    border-bottom: solid 1px #000;
    border-left: solid 3px #de143b;
  }

  #mainContents #double br {
    display: none;
  }

  #mainContents .txt.headSentence {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  #mainContents table {
    margin: auto;
    width: 100%;
  }

  #mainContents .img img {
    width: 80%;
  }

  #mainContents .video {
    width: 100%;
    height: auto;
  }

  #mainContents .question {
    margin-top: 24px;
  }

  #mainContents .sectionList {
    margin: 24px auto;
  }

  #mainContents .sectionList h3,
  #mainContents .title_only h3 {
    /* margin-top: 0 !important; */
    min-height: 70px;
  }

  .content_tit_sp {
    padding: 8px;
    background: #353f7e;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 8px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
    cursor: pointer;
  }

  .content_tit_sp label {
    display: block;
    cursor: pointer;
  }

  .tabContents {
    display: block !important;
    visibility: hidden;
    height: 0;
    padding: 0 8px;
    border: solid 1px #1666ce;
    transition-delay: 0s;
    transition-duration: 0.5s;
    overflow: hidden;
  }

  .border {
    width: 100% !important;
    padding: 0 8px !important;
  }

  .tab_check:checked~.tabContents {
    display: block !important;
    visibility: visible;
    height: auto;
    padding: 8px 8px 16px;
    margin-bottom: 24px;
    transition-delay: 0s;
    transition-duration: 0.5s;
    overflow: visible;
  }

  .tab_check:checked~.content_tit_sp label .drawer-caret {
    transform: rotate(180deg);
  }

  .tab_check:checked~.tabContents .question a {
    color: #497aba;
    text-decoration: underline;
  }

  div.left,
  div.right {
    float: none !important;
    width: 100% !important;
  }

  #mainContents h2 {
    /* height: 42px; */
    height: auto;
    background: none;
    background-color: #ddd;
    margin-bottom: 20px;
    margin-top: 24px;
    font-size: 16px;
    padding: 4px 8px;
    border-left: solid 2px #bb4747;
    border-bottom: solid 1px #333;
  }

  #mainContents .column .left.photoArea,
  #mainContents .column .right.photoArea, {
    text-align: center;
  }

  #mainContents .column .left img,
  #mainContents .column .right img,
  #mainContents .modal_left img,
  #mainContents .modal_right img {
    display: block;
    margin: 8px auto;
  }
  
  #mainContents .modal_left,
  #mainContents .modal_right {
    width: unset;
    float: none;
  }


  .construction.sectionInner .img_left,
  .construction.sectionInner .img_right, {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .construction .tabContents .sectionInner .type02,
  .construction .tabContents .sectionInner .type02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .construction .tabContents .sectionInner .type02 .left,
  .construction .tabContents .sectionInner .type02 .left {
    width: 22% !important;
    margin-bottom: 8px;
  }

  .construction .tabContents .sectionInner .type02 .right,
  .construction .tabContents .sectionInner .type02 .right {
    width: 74% !important;
    margin-bottom: 8px;
  }

  .construction .tabContents .sectionInner .type02 .left img,
  .construction .tabContents .sectionInner .type02 .left img {
    margin: 0;
  }

  .tabwrap .productData .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tabwrap .productData .column .left,
  .tabwrap .productData .column .right {
    width: 48% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
  }

  .tabwrap .productData .column .left>*,
  .tabwrap .productData .column .right>* {
    width: 100%;
  }

  #silver #tab01 .sectionInner .clr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #silver .sectionInner .img_left,
  #silver .sectionInner .img_right {
    width: 48%;
    text-align: center;
  }

  #roofliner .fature03 {
    margin: 0;
  }

  #roofliner #mainContents .column.only {
    height: auto;
  }

  #roofliner #mainContents .column.only .btn {
    position: static;
    width: 280px;
    height: 50px;
    margin: 0 auto;
  }

  #roofliner #mainContents .column.only .btn .cboxElement {
    margin-bottom: 0;
  }

  #roofliner #mainContents .column.only .btn a img {
    margin: 0 auto;
  }

  #roofliner #mainContents .column .right.photoArea {
    margin-top: 0;

  }

  #roofliner .blue {
    margin-bottom: 8px;
  }

  #roofliner #tab02 .sectionInner:last-of-type {
    margin-bottom: 16px;
  }

  #waterprooftape .tabContents .sectionInner .tableWrap h4 {
    margin: 24px auto 8px !important;
  }

  #waterprooftape #tab03 h4 {
    margin-bottom: 8px;
  }

  #waterprooftape #tab05 .cautionWrap .caution,
  #waterprooftape #tab05 .cautionWrap .normalList {
    margin: 8px 0;
  }

  .col_left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .col_right {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }

  .col_right img,
  .col_left img {
    display: block;
    margin: 0 auto;
  }

  #flushing #tab01 .w_385 .fw_bold {
    text-align: center;
  }

  #flushing .tab01__pointList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  #flushing .tab01__pointList li.tab01__pointList__item {
    float: none;
    width: 48%;
    margin: 0 auto 8px;
    text-align: center;
  }

  #flushing .tab01__pointList li.tab01__pointList__item figure img {
    width: 100%;
  }

  #flushing .tab01__pointList li.tab01__pointList__item dl dt,
  #flushing .tab01__pointList li.tab01__pointList__item dl dd {
    text-align: left;
  }

  #flushing .tab01__pointList li.tab01__pointList__item_04 {
    float: none;
    width: 100%;
    margin: 0 auto 8px;
    text-align: center;
  }

  #flushing .col_right .md--textStyle_type02 {
    margin-top: 32px;
  }

  #flushing #tab02 .middle_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #flushing #tab02 .middle_flex>div {
    width: 49%;
  }

  #flushing .tab03__btnList {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tab03__btnList li.odd,
  .tab03__btnList li.even {
    clear: both !important;
    margin: 0 auto 16px !important;
    float: none !important;
    text-align: center !important;
  }

  #flushing .tab03__btnList li {
    width: 48%;
    text-align: center;
    margin: 0 auto 16px;
  }

  #flushing .tab03__btnList li a {
    margin: 0;
  }

  #flushing .tab03__btnList li a img {
    vertical-align: bottom;
  }

  #stretchGuard #tab01 .w_400 .fw_bold {
    text-align: center;
  }

  #stretchGuard .tab01__pointList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  #stretchGuard .tab01__pointList li {
    float: none;
    width: 48%;
    margin: 0 auto 8px;
    text-align: center;
  }

  #stretchGuard .tab01__pointList li figure img {
    width: 100%;
  }

  #stretchGuard .tab01__pointList li dl dt,
  #stretchGuard .tab01__pointList li dl dd {
    text-align: left;
  }

  #stretchGuard .tab03__btnList {
    width: 100%;
    margin: 0 auto;
    margin-bottom: -20px;
  }

  #stretchGuard #tab02 .mb_15,
  #stretchGuard #tab02 .mb_45 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #stretchGuard #tab02 .mb_15 {
    margin-bottom: 0 !important;
  }

  #stretchGuard #tab02 .mb_15 .col,
  #stretchGuard #tab02 .mb_45 .col {
    width: 49%;
  }

  #stretchGuard #tab02 .mb_15 .col .md--textStyle_type01,
  #stretchGuard #tab02 .mb_45 .col .md--textStyle_type01 {
    text-align: center;
  }

  #stretchGuard .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  #stretchGuard .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  #stretchGuardRoll #tab01 .comp_img img.pc_hide {
    display: none;
    width: 98%;
  }

  #stretchGuardRoll #tab01 .comp_img img.sp_hide {
    display: block;
    width: 98%;
  }

  #stretchGuardRoll #tab01 .col .fw_bold {
    text-align: center;
  }

  #stretchGuardRoll #tab01 .tab01__txt01 {
    font-size: 16px;
  }

  #stretchGuardRoll #tab01 .middle_flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
  }

  #stretchGuardRoll #tab01 .middle_flex .col {
    width: 49%;
  }

  #stretchGuardRoll #tab01 .middle_flex .col figure img {
    width: 100%;
  }

  #stretchGuardRoll #tab01 .middle_flex .col p {
    text-align: left;
  }

  #stretchGuardRoll #tab02 .ta_c {
    margin-top: 24px;
  }

  #smart #mainContents .box-bule .box-white {
    padding: 8px !important;
    margin-bottom: 8px !important;
  }

  #smart #mainContents .box-bule .box-white h3 {
    margin-top: 0;
  }

  #smart #mainContents #tab05 .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #smart #mainContents #tab01 .workability .m-img{width: 80%; margin: 20px auto;}
  
  #smart #mainContents #tab03 .vcl_logo{
	position: relative;
    margin-right: 4px;
    margin-left: 2px;
  }
  #smart #tab03 .vcl_logo img{width: 22%;}
  
  #smart #tab03 .vcl_logo_standard img{width: 30%;}
  
  #smart #mainContents #tab05 .column .left,
  #smart #mainContents #tab05 .column .right {
    width: 49% !important;
  }

  #smart #mainContents #tab05 .column .left .sectionInner img,
  #smart #mainContents #tab05 .column .right .sectionInner img {
    width: 100%;
  }

  #smart #mainContents #tab05 .column .left .sectionInner p,
  #smart #mainContents #tab05 .column .right .sectionInner p {
    text-align: left;
  }

  #smart #mainContents #tab05 .column .left,
  #smart #mainContents #tab05 .column .right #const-tech .house {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    background: none;
    text-align: center;
  }

  #const-tech p.center {
    margin: 0 auto;
    background: none;
    width: 90%;
    height: auto;
  }

  #const-tech #btn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 62px;
  }
  #const-tech .btn {
    float: none;
    margin: 8px auto;
    padding: unset;
  }
  

  #const-tech #btn #btn_01,
  #const-tech #btn #btn_02,
  #const-tech #btn #btn_03,
  #const-tech #btn #btn_04,
  #const-tech #btn #btn_05,
  #const-tech #btn #btn_06,
  #const-tech #btn #btn_07 {
    position: absolute;
    width: 16%;
    z-index: 5;
  }

  #const-tech #btn #btn_01 a,
  #const-tech #btn #btn_02 a,
  #const-tech #btn #btn_03 a,
  #const-tech #btn #btn_04 a,
  #const-tech #btn #btn_05 a,
  #const-tech #btn #btn_06 a,
  #const-tech #btn #btn_07 a {
    margin: 0;
  }

  #const-tech #btn #btn_01 a img,
  #const-tech #btn #btn_02 a img,
  #const-tech #btn #btn_03 a img,
  #const-tech #btn #btn_04 a img,
  #const-tech #btn #btn_05 a img,
  #const-tech #btn #btn_06 a img,
  #const-tech #btn #btn_07 a {
    vertical-align: bottom;
  }

  #const-tech #btn #btn_01 {
    left: 26%;
  }

  #const-tech #btn #btn_02 {
    left: 47%;
  }

  #const-tech #btn #btn_03 {
    left: 68.5%;
  }

  #const-tech #btn #btn_04 {
    left: 26%;
  }

  #const-tech #btn #btn_05 {
    left: 45%;
    bottom: 5%;
  }

  #const-tech #btn #btn_06 {
    left: 45%;
    bottom: -12.5%;
  }

  #const-tech #btn #btn_07 {
    left: 68.5%;
  }

  #const-tech .txt {
    width: 96%;
    margin: 0 auto;
  }

  #const-tech .tech-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #const-tech .tech-lists .column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #const-tech .tech-lists .column h3 {
    width: 100%
  }

  #const-tech .tech-lists .column>p {
    width: 100%;
  }

  #const-tech .tech-lists .column>div {
    width: 48% !important;
  }

  #const-tech .tech-lists .column:first-of-type h3 {
    margin-top: 16px !important;
  }

  #const-tech .tech-lists .column:last-of-type {
    margin-bottom: 32px;
  }

  #const-tech .tech-lists .column:last-of-type>div:last-of-type,
  #const-tech .tech-lists .column:last-of-type>div:last-of-type .btn,
  #const-tech .tech-lists .column:last-of-type>div:last-of-type .btn a img {
    margin-bottom: 0;
  }

  #catalog .catalog_list {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #catalog .catalog_list li {
    margin: 0 0 36px !important;
    padding: 0;
    float: none;
  }

  #catalog .catalog_list li.readtxt {
    width: 50%;
  }

  #catalog .adobe {
    width: 100%;
    border: 1px solid #e3e3e3;
    overflow: hidden;
  }

  #catalog .adobe li {
    float: none;
  }

  #catalog .adobe li img {
    display: block;
    margin: 8px auto;
  }

  #catalog .adobe .txt {
    width: calc(100% - 16px);
    margin: 8px;
    float: right;
  }

  #pressrelease .adobe {
    width: 100%;
    border: 1px solid #e3e3e3;
    overflow: hidden;
  }

  #pressrelease .adobe li {
    float: none;
  }

  #pressrelease .adobe li img {
    display: block;
    margin: 8px auto;
  }

  #pressrelease .adobe .txt {
    width: calc(100% - 16px);
    margin: 8px;
    float: right;
  }

  #warranty .download {
    margin-top: 30px;
    /*margin-left: 0;*/
    overflow: hidden;
  }

  #warranty .download .left {
    height: auto;
    text-align: center;
    margin-bottom: 16px;
  }

  #warranty .download .right {
    height: auto;
    text-align: center;
    margin-bottom: 16px;
    padding: 0;
  }

  #warranty .download .right p {
    text-align: left;
  }

  #warranty .download p.pdf {
    padding-top: 14px;
    text-align: center;
  }

  #warranty #contentWrap ul.background {
    width: 100%;
    background: #eeeeee;
    padding: 16px;
    margin: 0 auto 30px;
    list-style: none;
  }

  #warranty #contentWrap ul.background li {
    list-style: none;
  }

  #warranty #contentWrap ol.first li a {
    color: #497aba;
    text-decoration: underline;
  }

  #customer {
    display: none;
  }

  #colorbox,
  #cboxOverlay {
    top: 0 !important;
    position: fixed !important;
    height: 100vh;
  }

  #cboxContent {
    margin-top: 64px;
    overflow: visible;
    background: #000;
  }

  .cboxElement {
    display: inline-block;
    margin-bottom: 0;
  }

  #tyvekmaster .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  #tyvekmaster .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  #tyvekmaster .tyvekmaster_column3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #tyvekmaster .tyvekmaster_column3 li {
    width: calc(100% / 3 - 2%);
    padding: 0;
    text-align: left;
    margin-bottom: 16px;
  }

  #tyvekmaster .tyvekmaster_column3 li img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #tyvekmaster .tyvekmaster_column3 li br {
    display: none;
  }

  .formFinished #mainContents {
    border: #1666ce 2px solid !important;
    padding: 30px 20px !important;
    margin-bottom: 60px;
  }

  #request #article {
    width: 620px;
    max-width: 100%;
    margin: auto;
  }

  #request .left,
  #request .right {
    float: none;
    margin: 0 0 8px 0;
    width: 100%;
  }

  #request .right img {
    display: block;
    margin: 0 auto;
  }

  #request .request_btn {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  #request #article .info-table {
    width: 100%;
  }

  #request #article .info-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #request #article .info-table tbody tr th,
  #request #article .info-table tbody tr td {
    width: 100% !important;
    padding: 8px 16px 16px;
  }

  #request #article .info-table tbody tr th {
    padding-bottom: 8px;
    border-bottom: solid 1px #dcdcdc;
  }


  #request #article .info-table tbody tr th br {
    display: none;
  }

  #request #article .info-table tbody tr td {
    border-left: 2px solid #353f7e;
  }

  #request #article .info-table tbody tr td input[type=text] {
    font-size: 16px;
    padding: 4px 8px;
    width: 80%;
    border: solid 1px #dedede;
  }

  #request #article .info-table tbody tr td input[name=yubin1] {
    width: 15%;
  }

  #request #article .info-table tbody tr td input[name=yubin2] {
    width: 30%;
  }

  #request #article .info-table tbody tr td select {
    width: 80%;
    font-size: 16px;
    padding: 4px;
    border: solid 1px #dedede;
  }

  #request #article .info-table tbody tr td span {
    display: block;
  }

  #request #article .info-table tbody tr td span.separator,
  #request #article .info-table tbody tr td span.regist-mark {
    display: inline-block;
  }

  #request #article .info-table th em {
    margin-left: 0;
    margin-right: 0;
  }

  #request #form_btn {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  #request #form_btn input {
    width: 48%;
    margin: 10px;
    
    /* margin: 0 !important; */
  }
  
  #request .g-recaptcha{margin-left: 40px;}
  
  .inqWrap {
  	margin-top: 0;
	margin-bottom: 20px;
  }
}

@media screen and (max-width:800px) {

  #const-tech #btn #btn_01,
  #const-tech #btn #btn_02,
  #const-tech #btn #btn_03,
  #const-tech #btn #btn_04,
  #const-tech #btn #btn_05,
  #const-tech #btn #btn_06,
  #const-tech #btn #btn_07 {
    position: absolute;
    width: 16%;
    z-index: 9;
  }

  #const-tech #btn #btn_01 {
    left: 20%;
  }

  #const-tech #btn #btn_02 {
    left: 45%;
  }

  #const-tech #btn #btn_03 {
    left: 77.5%;
  }

  #const-tech #btn #btn_04 {
    left: 20%;
  }

  #const-tech #btn #btn_05 {
    left: 45%;
    bottom: 5%;
  }

  #const-tech #btn #btn_06 {
    left: 45%;
    bottom: -12.5%;
  }

  #const-tech #btn #btn_07 {
    left: 77.5%;
  }
}

@media screen and (max-width:768px) {

  #index.construction .product_list {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items:center;
    margin:0 0 21px;
  }
  #index.construction .product_list li {
    float:none;
    width:calc(50% - 8px);
    padding:0;
    margin:0 0 16px;
  }
  #mainContents h3 {
    margin-top: 48px !important;
  }

  #mainContents .tabContents h3 {
    text-align: left;
    font-size: 120%;
    margin-top: 24px !important;
    padding-left: 8px;
  }

  #mainContents .sectionList h3,
  #mainContents .title_only h3 {
    margin-top: 10px !important;
    min-height: initial;
  }
  #mainContents .img2{
  	padding-top: unset;
  }
  
  #smart #tab03 .vcl_logo_standard img{width: 35%;}
  
  #smart #mainContents #tab04 .column .left2 {
    float: none;
    width: 100%;
    margin-bottom: 8px;
  }

  #smart #mainContents #tab04 .column .right2 {
    float: none;
    width: 100%;
  }

  #smart #mainContents h3 {
    margin-top: 48px;
  }

  #smart #mainContents .column h3 {
    margin-top: 16px !important;
  }

  #const-tech #btn #btn_01,
  #const-tech #btn #btn_02,
  #const-tech #btn #btn_03,
  #const-tech #btn #btn_04,
  #const-tech #btn #btn_05,
  #const-tech #btn #btn_06,
  #const-tech #btn #btn_07 {
    position: absolute;
    width: 16%;
    z-index: 9;
  }

  #const-tech #btn #btn_05 {
    left: 45%;
    bottom: 5%;
  }

  #const-tech #btn #btn_06 {
    left: 45%;
    bottom: -9%;
  }

  #pressrelease #mainContents section {
    margin-bottom: 64px;
  }

  #pressrelease h2.lease_title {
    font-size: 16px;
    padding: 8px;
  }

  #pressrelease h2.lease_title .font12 {
    display: block;
    width: 100%;
    text-align: right;
    margin: 0;
  }

  #tyvekmaster .type06 thead {
    display: none;
  }

  #tyvekmaster .type06 tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: center;
  }

  #tyvekmaster .type06 tbody th,
  #tyvekmaster .type06 tbody td {
    display: block;
    border-top: none;
  }

  #tyvekmaster .type06 tbody td.col-1 {
    width: 100%;
  }

  #tyvekmaster .type06 tbody td.col-2 {
    width: 50%;
  }

  #tyvekmaster .type06 tbody td.col-2 br {
    display: none;
  }

  #tyvekmaster .type06 tbody td.date {
    background: #dbdbdb;
  }

  #tyvekmaster .type06 tbody td.date br {
    display: none;
  }

  #tyvekmaster .info-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #tyvekmaster .info-table tbody tr th,
  #tyvekmaster .info-table tbody tr td {
    width: 100% !important;
  }

  #tyvekmaster .info-table tbody tr th {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px !important;
  }

  #tyvekmaster .info-table tbody tr td {
    border-top: none;
    border-left: 2px solid #353f7e;
  }

  #tyvekmaster .info-table tbody tr td input[type=text],
  #tyvekmaster .info-table tbody tr td input[type=tel],
  #tyvekmaster .info-table tbody tr td input[type=email] {
    width: 96%;
    font-size: 16px;
  }

  #tyvekmaster .info-table tbody tr td input[name=zip1] {
    width: 24%;
  }

  #tyvekmaster .info-table tbody tr td input[name=zip2] {
    width: 40%;
  }

  #tyvekmaster .tyvekmaster_column3 li {
    width: 49%;
    padding: 0;
  }
  
  #tyvekmaster .tyvekmaster_column3 .tm-caption {
    width: 100%;
  }
  
  #silver .sectionInner .btn {
  	text-align: center;
  }
  
  #housewrap .sectionInner .btn {
  	text-align: center;
  }
  
  #drainwrap .sectionInner .btn {
  	text-align: center;
  }
  
  #flushing .sectionInner .btn {
  	text-align: center;
  }
  
  #stretchGuard .sectionInner .btn {
  	text-align: center;
  	margin: 15px 0;
  }
  
  #stretchGuardRoll .sectionInner .btn {
  	text-align: center;
  	margin: 15px 0;
  }
  
  #smart .sectionInner .btn {
  	text-align: center;
  	margin: 15px 0;
  }
  
  .w_500{
  	width: unset;
  }
  .float_r{
  	float: none !important;
    text-align: center;
    margin: 0 !important;
  }
  .float_l{
  	float: none !important;
    text-align: center;
    margin: 0 auto !important;
  }
  .modal_h2{
  	font-size: 1.2rem !important;
  }
  
  /* faq */
  #mainContentsWrap .faq-category{
   	float: none;
   	width: 100%;
  }
  #mainContentsWrap .faq-product .faq-category {
    float: none;
  }
  #mainContentsWrap .faq-product ul {
  	display: block;
  	margin-left: 0;
  }
  #mainContentsWrap .faq-product ul li{
  	width: 97%;
  }
  
  #global-footer #company-info ul{
  	display: flex;
    flex-flow: column;
  }
  #global-footer #company-info ul li{
  	margin: 5px!important;
  	width: 100%!important;
  }
  
}

@media screen and (max-width: 678px) {
  #index h3.title {
    text-align:center;
  }
  .tab_hide {
    display: block;
  }

  .tabwrap .productData .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tabwrap .productData .column .left,
  .tabwrap .productData .column .right {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
  }

  .tabwrap .productData .column .left>*,
  .tabwrap .productData .column .right>* {
    width: 100%;
  }

  #const-tech #btn #btn_01 {
    left: 20%;
  }

  #const-tech #btn #btn_02 {
    left: 45%;
  }

  #const-tech #btn #btn_03 {
    left: initial;
    right: 5%;
  }

  #const-tech #btn #btn_04 {
    left: 20%;
  }

  #const-tech #btn #btn_05 {
    left: 45%;
    bottom: 5%;
  }

  #const-tech #btn #btn_06 {
    left: 45%;
    bottom: -6%;
  }

  #const-tech #btn #btn_07 {
    left: initial;
    right: 5%;
  }

  #const-tech .tech-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #const-tech .tech-lists .column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #const-tech .tech-lists .column h3 {
    font-size: 1.4rem;
    width: 100%;
    margin-top: 0 !important;
  }

  #const-tech .tech-lists .column>div {
    width: 100% !important;
    margin-bottom: 32px;
  }

  #const-tech .tech-lists .m_top {
    margin-top: 0;
  }
  
  #smart #tab03 .vcl_logo img{width: 30%;}
  
}

@media screen and (max-width: 528px) {

  #flushing #tab02 .middle_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #flushing #tab02 .middle_flex>div {
    width: 100%;
  }
  
  #smart #mainContents #tab03 .vcl_logo{
	position: relative;
    margin-right: 4px;
    margin-left: 2px;
    top: -1px;
  }
  #smart #tab03 .vcl_logo img{width: 30%;}
  
  #smart #tab03 .vcl_logo_standard img{width: 50%;}

  #smart #mainContents #tab05 .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  #smart #mainContents #tab05 .column .left,
  #smart #mainContents #tab05 .column .right {
    width: 98% !important;
  }

  #const-tech #btn #btn_01 {
    left: 15%;
  }

  #const-tech #btn #btn_02 {
    left: 45%;
  }

  #const-tech #btn #btn_03 {
    left: initial;
    right: 0;
  }

  #const-tech #btn #btn_04 {
    left: 15%;
  }

  #const-tech #btn #btn_05 {
    left: 45%;
    bottom: 5%;
  }

  #const-tech #btn #btn_06 {
    left: 45%;
    bottom: -6%;
  }

  #const-tech #btn #btn_07 {
    left: initial;
    right: 0;
  }
}

@media screen and (max-width: 468px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .construction .sp_navigation {
    position: fixed;
    display: block;
    z-index: 20;
    top: 0;
  }

  .construction .sp_navigation .menu_btn {
    position: fixed;
    z-index: 4;
    top: 15px;
    right: 10px;
    display: block;
    box-sizing: content-box;
    width: 28px;
    padding: 14px 1rem 26px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
  }

  .construction .sp_navigation .menu_btn .btn-icon {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222;
    position: relative;
    display: block;
    margin-top: 10px;
  }

  .construction .sp_navigation .menu_btn .btn-icon::before {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222;
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }

  .construction .sp_navigation .menu_btn .btn-icon::after {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222;
    position: absolute;
    top: 10px;
    left: 0;
    content: " ";
  }

  .construction .sp_navigation .menu_btn.active {
    right: 270px;
  }

  .construction .sp_navigation .menu_btn.active .btn-icon {
    background-color: transparent;
  }

  .construction .sp_navigation .menu_btn.active .btn-icon::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .construction .sp_navigation .menu_btn.active .btn-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .construction .sp_navigation #global-navigation {
    display: block;
    position: absolute;
    right: -260px;
    top: 0;
    width: 260px;
    height: 100vh;
    background: #fff;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .construction .sp_navigation #global-navigation ul li {
    border-bottom: solid 1px #ccc;
    padding: 10px 10px;
  }

  .construction .sp_navigation #global-navigation ul li a {
    display:block;
    font-size: 100%;
    color: #333;
    text-decoration: none;
    line-height: 160%;
    font-weight: bold;
    padding:4px 0;
  }

  .construction #main-contents #main-visual .container .bx-wrapper {
    margin: 0 auto;
  }

  .construction #main-contents #main-visual .container .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  #index.construction .product_list li {
    float:none;
    width:90%;
    padding:0;
    margin:0 auto 16px;
  }
  .construction #main-contents .container .mod-corner-products {
    padding: 0;
    margin: 0 0 30px;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li {
    width: calc(100% / 2 - 10px);
    margin: 5px;
    padding: 0;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a.tyvek_esb {
    max-height: initial;
    background: none;
    box-sizing: border-box;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a.tyvek_esb img {
    display: inline;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a.tyvek_esb img.tab {
    display: none;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a.tyvek_design {
    max-height: initial;
    background: none;
    box-sizing: border-box;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a.tyvek_design img {
    display: inline;
  }

  .construction #main-contents .container .mod-corner-products .floating-nav li a.tyvek_design img.tab {
    display: none;
  }

  .construction #main-contents .container .grid-wrapper {
    padding: 0;
  }

  .construction #main-contents .container .grid-wrapper .mod-corner-news {
    width: 100%;
    margin: 0 0 30px;
  }

  .construction #main-contents .container .grid-wrapper .mod-corner-news ul {
    height: initial;
  }

  .construction #main-contents .container .grid-wrapper .mod-corner-news .morelink {
    display: block;
    width: calc(100% - 20px);
    margin: 20px auto;
    padding: 10px 0;
    background-color: #477bbb;
    border-radius: 5px;
    font-size: 120%;
    color: #fff;
    text-align: center;
  }

  .construction #main-contents .container .mod-corner-company_info {
    width: 100%;
    margin: 0 0 30px;
  }

  .construction #main-contents .container .mod-corner-company_info ul {
    background: none;
    padding: 10px 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .construction #main-contents .container .mod-corner-company_info ul li {
    width: calc(100% - 10px);
    margin: 0 auto 10px;
    text-align: center;
  }

  .construction #main-contents .container .mod-corner-company_info ul li a {
    width: 100%;
  }

  .construction #main-contents .container .mod-corner-company_info ul li a img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .construction #main-contents .container .mod-corner-company_info ul li:first-of-type {
    margin: 0 auto 10px;
  }

  .construction #main-contents .container .mod-corner-company_info ul li:last-of-type {
    margin: 0;
  }

  #index .pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
  }

  #index .pagination a {
    margin-top: 24px;
  }

  #catalog section:first-of-type .catalog_list {
    justify-content: center;

  }

  #catalog section:first-of-type .catalog_list li {
    width: 80%;
  }
  
  #catalog section:first-of-type .catalog_list li.readtxt {
    height: auto;
  }

  #catalog .catalog_list li {
    width: 50%;
    margin: 0 0 36px !important;
    padding: 0;
    float: none;
  }

  .documentListWrap {
    padding: 2%;
  }

  .documentList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 8px;
  }

  .documentListWrap li {
    display: inline-block;
    width: calc(100% / 2 - 8px);
    text-align: center;
    margin: 8px 0 0;
    padding: 0;
  }

  .documentListWrap li img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .introduction {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .introduction li {
    width: calc(100% / 2);
  }

  .introduction li img {
    width: 100%;
    vertical-align: bottom;
  }

  .introduction.sp-w100 li {
    width: 100%;
  }

  #silver .sectionInner .img_left,
  #silver .sectionInner .img_right {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #silver .sectionList .references1 {
	width: auto;
  }
  #silver .sectionList .references2 {
	width: auto;
  }

  #stretchGuardRoll #tab01 .tab01__txt01 {
    font-size: 16px;
    text-align: left;
    padding: 8px 16px;
  }

  #stretchGuardRoll #tab01 .tab01__txt01 br {
    display: none;
  }

  #stretchGuardRoll #tab01 .middle_flex {
    flex-wrap: wrap;
  }

  #stretchGuardRoll #tab01 .middle_flex .col {
    width: 100%;
  }

  #stretchGuardRoll #tab01 .comp_img img.pc_hide {
    display: block;
    width: 80%;
  }

  #stretchGuardRoll #tab01 .comp_img img.sp_hide {
    display: none;
    width: 98%;
  }

  #mainContents .column .left,
  #mainContents .column .right {
    width: 100% !important;
    float: none;
    padding: 0 !important;
  }

  .photoArea {
    width: 100%;
  }

  #const-tech #btn #btn_01,
  #const-tech #btn #btn_02,
  #const-tech #btn #btn_03,
  #const-tech #btn #btn_04,
  #const-tech #btn #btn_05,
  #const-tech #btn #btn_06,
  #const-tech #btn #btn_07 {
    position: absolute;
    width: 20%;
    z-index: 9;
  }

  #const-tech #btn #btn_01 {
    left: 12%;
  }

  #const-tech #btn #btn_04 {
    left: 12%;
  }

  #const-tech #btn #btn_05 {
    left: 45%;
    bottom: 7.5%;
  }

  #const-tech #btn #btn_06 {
    left: 45%;
    bottom: -6%;
  }

  #cboxClose {
    right: 15px;
  }

  iframe {
    width: 100%;
    height: 100%;
  }

  #tyvekmaster #mainContents section {
    overflow: visible;
  }

  #tyvekmaster .type05 {
    border: solid 1px #dbdbdb;
    border-bottom: none;
  }

  #tyvekmaster .type05 thead {
    display: none;
  }
  
  #index .inq-btn img{
	width: 70%;
  }
}

@media screen and (max-width: 398px) {
  .construction footer#global-footer .copyright {
    font-size: 8px;
    padding: 10px 2px;
    word-break: break-all;
  }
}