/*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: 0;
  }
  .p4_sec1 h1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 30px 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){
    font-weight: 700;
    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;
    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;
  }
  .p4_sec1 h2 {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 700;
  }
  .p4_sec1 h2 span {
    color: #7f7f7f;
  }
  .p4_sec1 p {
    font-size: 14px;
  }

}
@media screen and (min-width:769px){
  .p4_sec1 {
    padding-top: 0;
  }
  .p4_sec1 h1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 30px 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){
    font-weight: 700;
    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;
    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;
  }
  .p4_sec1 h2 {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 700;
  }
  .p4_sec1 h2 span {
    color: #7f7f7f;
  }
  .p4_sec1 p {
    font-size: 14px;
  }
}
/*page4 sec2*/
@media screen and (max-width:768px){
  .p4_sec2 {
    padding-top: 80px;
  }
  .p4_sec2 h1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 30px 0 30px 0;
  }
  .p4_sec2 .col_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p4_sec2 .col_fl_sb .col {
    width: 100%;
    margin-bottom: 50px;
  }
  .p4_sec2 .col_fl_sb figure {
    display: table;
    width: 100%;
  }
  .p4_sec2 .col_fl_sb figure img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:769px){
  .p4_sec2 {
    padding-top: 80px;
  }
  .p4_sec2 h1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 30px 0 30px 0;
  }
  .p4_sec2 .col_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p4_sec2 .col_fl_sb .col {
    width: 45%;
  }
  .p4_sec2 .col_fl_sb figure {
    display: table;
    width: 100%;
  }
  .p4_sec2 .col_fl_sb figure img {
    display: block;
    width: 100%;
  }
}

/*page4 sec3*/
@media screen and (max-width:768px){
  .p4_sec3 {
    padding-top: 80px;
  }
  .p4_sec3 h1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 30px 0 30px 0;
  }
  .p4_sec3 .col_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p4_sec3 .col_fl_sb .col {
    width: 100%;
    margin-bottom: 50px;
  }
  .p4_sec3 .col_fl_sb figure {
    display: table;
    width: 100%;
  }
  .p4_sec3 .col_fl_sb figure img {
    display: block;
    width: 100%;
  }
  ol.sec03-list li {
    margin-bottom: 5px;
    margin-left: 20px;
    font-size: 14px;
    list-style-type: decimal;
  }
}
@media screen and (min-width:769px){
  .p4_sec3 {
    padding-top: 80px;
  }
  .p4_sec3 h1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 30px 0 30px 0;
  }
  .p4_sec3 .col_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p4_sec3 .col_fl_sb .col {
    width: 45%;
  }
  .p4_sec3 .col_fl_sb figure {
    display: table;
    width: 100%;
  }
  .p4_sec3 .col_fl_sb figure img {
    display: block;
    width: 100%;
  }
  ol.sec03-list li {
    margin-bottom: 5px;
    margin-left: 20px;
    font-size: 14px;
    list-style-type: decimal;
  }
}

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

