

/*main*/
.section .container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
/*sec5_wapper*/
@media screen and (max-width:768px){
  .sec5_wapper h1 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .col3_block {
    display: table;
    width: 100%;
    padding-top: 18px;
  }
  .col3_block h2 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin-top: 30px;
  }
  .col3_block .col3_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .col3_block .col3_fl_sb .col {
    width:100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .col3_block .col3_fl_sb .col figure {
    display: table;
    width: 100%;
  }
  .col3_block .col3_fl_sb .col figure img {
    display: block;
    width: 100%;
  }
  .col3_block .col3_fl_sb .col p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 5px;
  }
  .col3_block .col3_fl_sb .col span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 5px;
    text-align: right;
  }
}

@media screen and (min-width:769px){

  .sec5_wapper h1 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .col3_block {
    display: table;
    width: 75%;
    padding-top: 18px;
  }
  .col3_block h2 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
    margin-top: 30px;
  }
  .col3_block .col3_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col3_block .col3_fl_sb .col {
    max-width: 205px;
    width: 27.9%;
    padding-top: 20px;
  }
  .col3_block .col3_fl_sb .col figure {
    display: table;
    width: 100%;
  }
  .col3_block .col3_fl_sb .col figure img {
    display: block;
    width: 100%;
  }
  .col3_block .col3_fl_sb .col p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 5px;
  }
  .col3_block .col3_fl_sb .col span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 5px;
    text-align: right;
  }
}

/*sec6_wapper*/
@media screen and (max-width:768px){
  .sec6_wapper {
    padding-top: 20px;
  }
  .col4_fl_sb3 {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
  }
  .col4_fl_sb3 .col {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .col4_fl_sb3 .col h3 {
  font-size: 14px;
  line-height: 26px;
  background-color: #E5E5E5;
  text-indent: 5px;
  font-weight: 700;
  }
  .col4_fl_sb3 .col figure{
    display: table;
    width: 100%;
  }
  .col4_fl_sb3 .col figure img {
    display: block;
    width: 100%;
    margin-top: 13px;
  }
  .col4_fl_sb3 .col .name_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    padding-top: 5px;
  }
  .col4_fl_sb3 .col .name_price span {
    width: auto;
    line-height: 22px;
  }
  .col4_fl_sb3 .col p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
  }
  .col4_fl_sb3 .col a.item_link {
    display: block;
    position: relative;
    width: 85px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    padding-right: 15;
    background-color: #D7D9DB;
    color: #000;
    margin-top: 5px;
  }
  .col4_fl_sb3 .col a.item_link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8;
    height: 16;
    border-style: solid;
    border-width: 9px 0 9px 8px;
    border-color: #FFF #FFF #FFF #D7D9DB;
  }
}
@media screen and (min-width:769px){
  .sec6_wapper {
    padding-top: 20px;
  }
  .col4_fl_sb3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col4_fl_sb3 .col {
    max-width: 205px;
    width: 20.50%;
    padding-top: 20px;
  }
  .col4_fl_sb3 .col h3 {
  font-size: 14px;
  line-height: 26px;
  background-color: #E5E5E5;
  text-indent: 5px;
  font-weight: 700;
  }
  .col4_fl_sb3 .col figure{
    display: table;
    width: 100%;
  }
  .col4_fl_sb3 .col figure img {
    display: block;
    width: 100%;
    margin-top: 13px;
  }
  .col4_fl_sb3 .col .name_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    padding-top: 5px;
  }
  .col4_fl_sb3 .col .name_price span {
    width: auto;
    line-height: 22px;
  }
  .col4_fl_sb3 .col p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
  }
  .col4_fl_sb3 .col a.item_link {
    display: block;
    position: relative;
    width: 85px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    padding-right: 15;
    background-color: #D7D9DB;
    color: #000;
    margin-top: 5px;
  }
  .col4_fl_sb3 .col a.item_link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8;
    height: 16;
    border-style: solid;
    border-width: 9px 0 9px 8px;
    border-color: #FFF #FFF #FFF #D7D9DB;
  }
}
@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;
  }
}