@charset "UTF-8";

.btn_blue2 {
    font-weight: 700;
    padding : 0;
    margin: 0px;
    text-align: center;
    display: inline-block;
    border-radius: 40px;
    background-color: #0064d2;
    min-width: 300px;
}
.btn_blue2 a {
    padding: 10px 70px;
    display: block;
    position: relative;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
}
/*.btn_blue2 a::before {
    display: block;
    width: 30px;
    height: 30px;
    right: 20px;
    content: "\f054";
    position: absolute;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    font-family: FontAwesome;
    color: #fff;
}*/
.btn_blue2 a:hover {
    background-color: #0064b2;
    color:#fff;
}
@media screen and (max-width: 768px) {
  .btn_blue2 a {
      padding: 10px 25px;
  }

}

.clm_column ol ul {
    margin: 0 0 15px 1em;
}
.clm_column ol ul li{
    list-style:outside disc;
    margin-bottom: 0;
}

/* テーブルセルの色パターン */
.clm_column table .tbl-cell-yellow{
    background-color: #F8F8C8;
}
.clm_column table .tbl-cell-orange{
    background-color: #ffd190;
}
.clm_column table .tbl-cell-green{
    background-color: #CCE8AC;
}
.clm_column table .tbl-cell-gray{
    background-color: #f4f4f4;
}