@charset "utf-8";

  /*  */
  main {
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
  }

  h1{
    font-size: 150%;
    color: chocolate;
    border-top: 5px solid aqua;
    border-bottom: 5px solid aqua;
    padding-left: 20px;  
    text-align: center;
  }
.gaiyo{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: left;
}
  .gaiyo h3 {
    font-size: 110%;
    color: blue;
    border-left: 5px solid blue;
    border-bottom: 2px solid aqua;
    padding-left: 20px;
    margin-top: 30px;
  }
  .gaiyo p{
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 12px;
  }

.gaiyo_txt {
    font-size: 90%;
  }
  dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    font-weight: normal;
    width: 250px;
    /* width: 200px !important; */
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 25px;
    background-image : url(../image/point_001.png);
    background-position: 10px 8px;
    background-repeat: no-repeat;
    color: #000000;
    font-weight: bold;
  }
  .gaiyo_txt_p{
    padding-left: 30px;
    line-height: 1.3;
    font-size: 90%;
  }
  dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 3px;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    padding-left: 280px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #f98700;
  }