/*main*/
.section .container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
/*p3_sec2*/
@media screen and (max-width:769px){
  .p3_sec2 {
    /* padding-top: 60px; */
    margin-top: 30px;
  }
  .p3_sec2 h1 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p3_sec2 h2.block-title {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 30px 0 30px 0;
  }
  .blk02_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blk02_tbl {
    display: block;
    width: 100%;
  }
  .blk02_tbl table {
    width: 100%;
    border-collapse:separate;
    border-spacing:5px;
  }
  .blk02_tbl table tr th,
  .blk02_tbl table tr td {
    width: 33.3333%;
    line-height: 22px;
  }
  .blk02_tbl table tr th {
    font-size: 13px;
    line-height: 30px;
    border-bottom: 1px solid #000;
  }
  .blk02_tbl table tr td{
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #000;
  }
  .blk02_tbl table tr td.top {
    vertical-align: top;
  }
  .blk02_tbl table tr td small {
    font-size: 12px;
  }
  .blk02_note {
    display: block;
    max-width: 370px;
    width: 100%;
  }
  .blk02_note ul {
    padding-top: 35px;
  }
  .blk02_note ul li {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .blk02_note ul li span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (min-width:769px){
  .p3_sec2 {
    padding-top: 30px;
  }
  .p3_sec2 h1 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p3_sec2 h2.block-title {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 30px 0 30px 0;
  }
  .blk02_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blk02_tbl {
    display: block;
    max-width: 600px;
    width: 60%;
  }
  .blk02_tbl table {
    width: 100%;
    border-collapse:separate;
    border-spacing:5px;
  }
  .blk02_tbl table tr th,
  .blk02_tbl table tr td {
    width: 33.3333%;
    line-height: 22px;
  }
  .blk02_tbl table tr th {
    font-size: 13px;
    line-height: 30px;
    border-bottom: 1px solid #000;
  }
  .blk02_tbl table tr td{
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #000;
  }
  .blk02_tbl table tr td.top {
    vertical-align: top;
  }
  .blk02_tbl table tr td small {
    font-size: 12px;
  }
  .blk02_note {
    display: block;
    max-width: 370px;
    width: 37%;
  }
  .blk02_note ul {
    padding-top: 35px;
  }
  .blk02_note ul li {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .blk02_note ul li span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 20px;
  }
}
/*pc_sec3*/
@media screen and (max-width:768px){
  .p3_sec3 {
    padding-top: 60px;
  }
  .p3_sec3 h2.block-title {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 30px 0 30px 0;
  }
  .col2-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col2-wrap .col {
    width: 100%;
  }
  table.wth100 {
    width: 100%;
    border-collapse: separate;
    border-spacing:5px;
    font-size: 14px
  }
  table.wth100 tr th,
  table.wth100 tr td {
    width: 50%;
    line-height: 30px;
    border-bottom: 1px solid #000;
  }
  table.wth100 tr td {
    text-align: center;
  }
  table.wth100 tr th:nth-child(1),
  table.wth100 tr td:nth-child(1){
    text-align: left;
    text-indent: 5px;
  }
  /*has_caption*/
  table.has_caption{
    position: relative;
    width: 100%;
    padding-left: 10%;
    border-collapse: separate;
    border-spacing: 5px;
    margin-top: -12px;
    font-size: 14px;
  }
  table.has_caption caption {
    position: absolute;
    top: 12px;
    left: 0;
    text-indent: 10px;
  }
  table.has_caption tr td {
    line-height: 30px;
    border-bottom: 1px solid #000;
  }
  table.has_caption tr td:nth-child(1){
    width: 45%;
    text-indent: 5px;
  }
  table.has_caption tr td:nth-child(2){
    text-align: center;
    vertical-align: middle;
  }
  table.has_caption tr td p {
    line-height: 18px;
  }
  table.has_caption tr td small {
    font-size: 12px;
    line-height: 16px;
  }
  table.has_caption:after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 10px;
    width: 20%;
    height: 1px;
    background-color: #000000;
  }
  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%;
  }
  .cl-tmr { margin-top: -10px;}
  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){
  .p3_sec3 {
    padding-top: 60px;
  }
  .p3_sec3 h2.block-title {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin: 30px 0 30px 0;
  }
  .col2-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col2-wrap .col {
    max-width: 450px;
    width: 45%;
  }
  table.wth100 {
    width: 100%;
    border-collapse: separate;
    border-spacing:5px;
    font-size: 14px
  }
  table.wth100 tr th,
  table.wth100 tr td {
    width: 50%;
    line-height: 30px;
    border-bottom: 1px solid #000;
  }
  table.wth100 tr td {
    text-align: center;
  }
  table.wth100 tr th:nth-child(1),
  table.wth100 tr td:nth-child(1){
    text-align: left;
    text-indent: 5px;
  }
  /*has_caption*/
  table.has_caption{
    position: relative;
    width: 100%;
    padding-left: 10%;
    border-collapse: separate;
    border-spacing: 5px;
    margin-top: -12px;
    font-size: 14px;
  }
  table.has_caption caption {
    position: absolute;
    top: 12px;
    left: 0;
    text-indent: 10px;
  }
  table.has_caption tr td {
    line-height: 30px;
    border-bottom: 1px solid #000;
  }
  table.has_caption tr td:nth-child(1){
    width: 45%;
    text-indent: 5px;
  }
  table.has_caption tr td:nth-child(2){
    text-align: center;
    vertical-align: middle;
  }
  table.has_caption tr td p {
    line-height: 18px;
  }
  table.has_caption tr td small {
    font-size: 12px;
    line-height: 16px;
  }
  table.has_caption:after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 10px;
    width: 20%;
    height: 1px;
    background-color: #000000;
  }
  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%;
  }
  .cl-tmr { margin-top: -10px;}
  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;
  }
}

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