@charset "utf-8";
/* CSS Document */

#greeting .greeting_area {box-sizing: border-box; border: 3px solid #e0e0e0; padding: 20px; font-weight: bold; text-align: justify;}
#greeting .box01,#greeting .box02 {border-bottom: 1px dashed #000; margin-bottom: 20px; padding-bottom: 20px;}
#greeting h2 {font-size: 25px; font-weight: bold; line-height: 1;}
#greeting h2 span {color: #759b25;}
#greeting .min { border-bottom: 1px dashed #000; padding-bottom: 10px; margin-bottom: 10px;}
#greeting .inner {display: flex; justify-content: space-between; align-items: flex-start; line-height: 1.7;}
#greeting .inner .img01 {margin-right: 20px;}
#greeting .inner .img02 {margin-left: 20px;}
#greeting table {width: 100%; box-sizing: border-box; border: 3px solid #e0e0e0; border-collapse: separate; padding:10px 20px; margin-top: 20px;}
#greeting table th {width: 80px;}
#greeting table th,#greeting table td {font-weight: bold; padding-bottom: 5px;}