/*main*/
@media screen and (min-width:0) {
  .section .container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .section .container a {
    color: #000000;
  }
}
@media screen and (min-width:0) {
  .t1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
  }
  .t2 {
    font-size: 14px;
    line-height: 24px;
  }
  .ls-1 {
    letter-spacing: -1.5px;
  }
  /*table*/
  table.tbl50,
  table.tbl33{
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
  }
  table.tbl33 tr th,
  table.tbl33 tr td {
    width: 33.3333%;
    line-height: 22px;
    border-bottom: 1px solid #000;
  }
  table.tbl50 tr th,
  table.tbl50 tr td {
    width: 50%;
    line-height: 22px;
    border-bottom: 1px solid #000;
  }
  table.tbl50 tr th,
  table.tbl33 tr th {
    font-size: 13px;
  }
  table.tbl50 tr td,
  table.tbl33 tr td {
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    padding: 5px 0;
  }
  /*ul*/
  ul.own-type {
    width: 100%;
  }
  ul.own-type li {
    position: relative;
    font-size: 12px;
    line-height: 19px;
    padding-left: 18px;
  }
  ul.own-type li:not(:nth-child(1)){
    margin-top: 3px;
  }
  ul.own-type li span.c1 {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 10px;
    line-height: 19px;
    color: #2C3763;
  }
  ul.own-type li span {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 10px;
    line-height: 19px;
  }

}
/*sec 01*/
@media screen and (max-width:768px) {
  .t3-sec1 {
    /* padding-top: 60px; */
    margin-top: 30px;
  }
  .t3-sec1 h2 {
    margin-top: 50px;
  }
  .t3-sec1 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 26px;
  }
  .t3-sec1 .col2-sb .wth66 {
    width: 100%;
  }
  .t3-sec1 .col2-sb .wth33 {
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (min-width:769px) {
  .t3-sec1 {
    margin-top: 30px;
  }
  .t3-sec1 h2 {
    margin-top: 50px;
  }
  .t3-sec1 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 26px;
  }
  .t3-sec1 .col2-sb .wth66 {
    max-width: 600px;
    width: 60%;
  }
  .t3-sec1 .col2-sb .wth33 {
    max-width: 370px;
    width: 37%;
    margin-top: 25px;
  }
}
/*sec 02*/
@media screen and (max-width:768px) {
  .t3-sec2 {
    margin-top: 80px;
  }
  .t3-sec2 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .t3-sec2 .col2-sb .col50 {
    width: 100%;
  }
  .t3-sec2 .col2-sb .col50 ul {
    margin-top: 20px;
  }
  .t3-sec2 .col2-sb .col50:not(:nth-child(1)){
    margin-top: 80px;
  }
}
@media screen and (min-width:769px) {
  .t3-sec2 {
    margin-top: 80px;
  }
  .t3-sec2 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .t3-sec2 .col2-sb .col50 {
    max-width: 450px;
    width: 45%;
  }
  .t3-sec2 .col2-sb .col50 ul {
    margin-top: 20px;
  }
}









/*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;
  }
}