@charset "utf-8";

/* ==================================================
linkpanel
================================================== */

.productsInsurance__linkPanel {
    width: 100%;
  }
  
  .productsInsurance__linkPanel li {
    border: 1px solid #91A8E6;
  }
  
  .productsInsurance__panelText {
    background-color: #E3EAFD;
  }
  
  .productsInsurance__panelPhoto{
    padding: 10px;
  }
  
  .productsInsurance__panelDetail {
    display: flex;
    font-size: 14px;
    color: #666;
    padding: 10px 20px 20px;
  }
  
  .productsInsurance__noteDetail {
    margin-top: 10px;
  }
  
  .productsInsurance__noteDetail li {
    position: relative;
    margin-top: 15px;
  }
  
  .productsInsurance__noteDetail li::before {
    position: absolute;
    content: "";
    top: .5em;
    left: -1em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #AC2B1F;
  }