@charset "utf-8";
@media screen and (max-width: 1082px) {
   #header .header {
    display: none;
  }
  #header {
    height: 64px;
    z-index: 1000;
  }
  #header .header_sp {
    height: 52px;
    padding: 10px 60px 10px 20px;
    display: block;
    background: #fff;
  }
  #page_index #header.active {
    height: 64px;
  }
  #header .header_sp .logo_box .logo {
    width: 96px;
  }
  .logo_box {
    display: flex;
    align-items: flex-start;
  }
  /*ナビゲーション*/
  #g-nav_sp {
    display: block;
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 28vh;
    background: rgba(254, 254, 254, .95);
    transition: all 0.6s;
    z-index: 100;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav_sp.panelactive {
    top: 60px;
  }
  /*ナビゲーション*/
  #g-nav_sp ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*リストのレイアウト設定*/
  #g-nav_sp li {
    list-style: none;
    text-align: center;
  }
  #g-nav_sp li a {
    color: #3d3d4d;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
    transform: rotate(0.05deg);
	font-weight:600;   
  }
  .sp_tel {
    width: 184px;
    left: 4%;
    position: relative;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 8px;
    right: 16px;
    cursor: pointer;
    width: 56px;
    height: 56px;
  }
  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all 0.5s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn1.open span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  .openbtn1.open span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.open span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
#header .header_sp {
  height: 40px;
  padding: 10px 60px 10px 20px;
  display: block;
  background: #fff;
}	
.header_tel_txt_sp {
  display: flex;
}
.header_tel_txt p {
  margin: -2px 0 0;
  position: relative;
  left: 0;
}	
.sp_tel {
  width: 184px;
  position: relative;
  padding: 0 22px 0 0;
}	
 .sub_box {
    max-width: 96%;
    padding-top: 150px; 
  }
  .sub_box h3 {
    font-size: 1.125rem;
  }
  .sub_box p, .sub_box table, .sub_box a, .sub_box ol, .sub_box ul {
    font-size: .9375rem  
  }
  .sub_asct table {
    max-width: 96%;
    margin-bottom: 40px;
  }
  .sub_asct table th, .sub_asct table td {
    display: block;
    width: calc(96% + 20px);
    text-align: center;
    box-sizing: border-box;
  }
  .sub_asct table th {
    border: 1px solid #c9c9d9;
  }
  .sub_asct table td {
    border-left: 1px solid #c9c9d9;
    border-right: 1px solid #c9c9d9;
    border-top: none;
    border-bottom: none;
  }
  .sub_asct .sub_asct_bottom {
    border-bottom: 1px solid #c9c9d9;
  }
  .sub_license {
    max-width: 100%;
  }
  .sub_company_box {
    max-width: 96%;
  }
  .sub_company_box table {
    max-width: 96%;
    margin-bottom: 40px;
  }
  .sub_company_box table th, .sub_company_box table td {
    display: block;
    width: calc(96% + 20px);
    text-align: center;
    box-sizing: border-box;
  }
  .sub_company_box table th {
    border: 1px solid #c9c9d9;
  }
  .sub_company_box table td {
    border-left: 1px solid #c9c9d9;
    border-right: 1px solid #c9c9d9;
    border-top: none;
    border-bottom: none;
  }
  .sub_company_box .sub_company_bottom {
    border-bottom: 1px solid #c9c9d9;
  }
  .sub_company_voice_box, .sub_company_bus_box {
    flex-direction: column;
  }
  .sub_company_voice_box img {
    display: block;
    margin: 0 auto;
  }
  .sub_company_bus_box img {
    display: block;
    margin: 10px auto;
  }
  /*サブページ 製品情報*/
  .list_aedproduct {
    display: block;
  }
  .product_list {
    width: 100%;
    margin: 20px auto 40px;
  }
  .sticker_p {
    width: 90%;
  }
  ul.p-point {
    font-size: .7em;
    flex-wrap: wrap;
    line-height: 36px;
  }
  .product_txt h3 {
    font-size: 1.375rem;
  }
  .product_img {
    width: 46%;
    margin: 0 auto;
  }
  .product_txt {
    width: 58%;
    margin: 6px auto 0;
  }
  .p-point span {
    padding: 10px;
  }
  a.product_p {
    margin-top: 20px;
    width: 260px;
	max-width: 100%;  
  }
  p.list_rm {
    font-size: 0.8rem !important;
  }
  p.gl_color {
    font-size: 0.85rem;
  }
  .sub_product_list ol {
    font-size: .85rem;
  }
  p.hikaku_pp {
    font-size: 1.6rem;
  }
  .sub_qes:before {
    top: 4px;
  }
  /*ステッカーレスポンシブ*/
  .resp_area2 {
    width: 100%;
    margin: 0 auto;
  }
  .resp_area1 a {
    width: 100%;
  }
  .size02_2 {
    display: none;
  }
  .size02_3 {
    display: block;
    margin: 0 auto 10px;
  }
  .set-flex {
    text-align: center
  }
  .sticker_list_f {
    display: block;
  }
  .sm_a2 {
    margin: 0 auto;
  }
  .sm_b2 {
    margin: 0 auto;
  }
  img.sm_a2 {
    width: 92%;
  }
  img.sm_b2 {
    width: 92%;
  }
  /*備品*/
  .option3 p {
    font-size: 0.85rem;
  }
  .sec_contact {
  width: 96%;
  max-width: 96%;
}	
  .footer_box {
    max-width: 96%;
  }
  .footer_box ul {
    max-width: 100%;
  }
}