@media screen and (min-width:1101px){
  .localnav-wapper {
    margin-top: 130px;
  }
}

/*main*/
.section .container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
/*page4 sec1*/
@media screen and (max-width:768px){
  .p4_sec1 {
    /* padding-top: 60px; */
    margin-top: 30px;
  }
  .p4_sec1 h1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 0 0 30px 0;
  }
  .p4_sec1 .col_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p4_sec1 .col_fl_sb .col{
    width: 100%;
  }
  .p4_sec1 .col_fl_sb .col:nth-child(2){
    padding-top: 30px;
  }
  .p4_sec1 .col_fl_sb figure {
    display: table;
    width: 100%;
  }
  .p4_sec1 .col_fl_sb figure img {
    display: block;
    width: 100%;
  }
  table.wth100-mid {
    width: 100%;
    border-collapse: separate;
    border-spacing:5px;
    font-size: 14px
  }
  table.wth100-mid tr th,
  table.wth100-mid tr td {
    width: 50%;
    line-height: 30px;
    border-bottom: 1px solid #000;
  }
  table.wth100-mid tr td {
    text-align: center;
  }
  table.wth100-mid tr th:nth-child(1),
  table.wth100-mid tr td:nth-child(1){
    text-indent: 5px;
  }
  table.wth100-mid tr td p {
    line-height: 20px;
    width: 100%;
  }
  table.wth100-mid small {
    line-height: 20px;
    font-size: 12px !important;
    width: 100%;
  }
  ul.mix-list {
    padding-top: 15px;
  }
  ul.mix-list li {
    position: relative;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  ul.mix-list li span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 20px;
  }
  ul.mix-list li span.cyan {
    color:#2C3763;
    font-size: 10px;
  }
}
@media screen and (min-width:769px){
  .p4_sec1 {
    padding-top: 30px;
  }
  .p4_sec1 h1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 0 0 30px 0;
  }
  .p4_sec1 .col_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p4_sec1 .col_fl_sb .col:nth-child(1){
    max-width: 600px;
    width: 60%;
  }
  .p4_sec1 .col_fl_sb .col:nth-child(2){
    max-width: 350px;
    width: 35%;
  }
  .p4_sec1 .col_fl_sb figure {
    display: table;
    width: 100%;
  }
  .p4_sec1 .col_fl_sb figure img {
    display: block;
    width: 100%;
  }
  table.wth100-mid {
    width: 100%;
    border-collapse: separate;
    border-spacing:5px;
    font-size: 14px
  }
  table.wth100-mid tr th,
  table.wth100-mid tr td {
    width: 50%;
    line-height: 30px;
    border-bottom: 1px solid #000;
  }
  table.wth100-mid tr td {
    text-align: center;
  }
  table.wth100-mid tr th:nth-child(1),
  table.wth100-mid tr td:nth-child(1){
    text-indent: 5px;
  }
  table.wth100-mid tr td p {
    line-height: 20px;
    width: 100%;
  }
  table.wth100-mid small {
    line-height: 20px;
    font-size: 12px !important;
    width: 100%;
  }
  ul.mix-list {
    padding-top: 15px;
  }
  ul.mix-list li {
    position: relative;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  ul.mix-list li span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 20px;
  }
  ul.mix-list li span.cyan {
    color:#2C3763;
    font-size: 10px;
  }
}
/*sec 2*/
@media screen and (max-width:768px){
  .p4_sec2 {
    padding-top: 50px;
  }
  .p4_sec2 h2 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 30px 0 30px 0;
  }
  .tbl_wrap {
    width: 100%;
    height: 95px;
    margin: 0 auto;
    overflow-x: auto;
  }
  table.wth100-8 {
    width: 768px;
    border-collapse: separate;
    border-spacing: 5px;
  } 
  table.wth100-8 tr th,
  table.wth100-8 tr td {
    line-height: 30px;
    border-bottom: 1px solid #000;
    vertical-align: middle;
    text-align: center;
  }
  table.wth100-8 tr th {
    width: 23.5%;
  }
  table.wth100-8 tr td {
    width: 10.3%;
  }
  ul.note {
    padding-top: 20px;
  }
  ul.note li {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (min-width:769px){
  .p4_sec2 {
    padding-top: 50px;
  }
  .p4_sec2 h2 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 30px 0 30px 0;
  }
  table.wth100-8 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
  } 
  table.wth100-8 tr th,
  table.wth100-8 tr td {
    line-height: 30px;
    border-bottom: 1px solid #000;
    vertical-align: middle;
    text-align: center;
  }
  table.wth100-8 tr th {
    width: 23.5%;
  }
  table.wth100-8 tr td {
    width: 10.3%;
  }
  ul.note {
    padding-top: 20px;
  }
  ul.note li {
    font-size: 12px;
    line-height: 20px;
  }
}
/*cjk*/
@media screen and (max-width:768px){
  .p4_sec3 {
    padding-top: 50px;
  }
  .p4_sec3 .col_fl_sb {
    display: flex;
    flex-wrap: wrap;
  }
  .p4_sec3 .col_fl_sb figure {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .p4_sec3 .col_fl_sb figure img {
    display: block;
    max-width: 212px;
    width: 100%;
  }
  .p4_sec3 .col_fl_sb .desc_wrap{
    width: 100%;
    padding-top: 50px;
  }
  .p4_sec3 .col_fl_sb .desc_wrap h3 {
    font-size: 14px;
    line-height: 23px;
  }
  .p4_sec3 .col_fl_sb .desc_wrap p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 10px;
  }
}
@media screen and (min-width:769px){
  .p4_sec3 {
    padding-top: 50px;
  }
  .p4_sec3 .col_fl_sb {
    display: flex;
    flex-wrap: wrap;
  }
  .p4_sec3 .col_fl_sb figure {
    display: block;
    max-width: 212px;
    width: 21.2%;
  }
  .p4_sec3 .col_fl_sb figure img {
    display: block;
    width: 100%;
  }
  .p4_sec3 .col_fl_sb .desc_wrap{
    max-width: 450px;
    width: 45%;
    padding-top: 50px;
    padding-left: 50px;
  }
  .p4_sec3 .col_fl_sb .desc_wrap h3 {
    font-size: 14px;
    line-height: 23px;
  }
  .p4_sec3 .col_fl_sb .desc_wrap p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 10px;
    text-align: justify;
  }
}
/*btnカタログ請求*/
@media screen and (max-width:768px){
 .col1_fl_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .col1_fl_c a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 305px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    background-color: #D8E7F1;
  }
}
@media screen and (min-width:769px){
  .col1_fl_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .col1_fl_c a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 305px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    background-color: #D8E7F1;
  }
}

