.main_visual {
    margin: 7vh auto;
}
@media  (min-width: 480px){
    .btn_subsidy {
        margin: 0 auto;
        width: 1148px!important;
        text-align: center!important;
    }
}
@media  (min-width: 480px){
    .subsidy_flow {
        margin: 0 auto;
        width: 1087px!important;
        text-align: center!important;
    }
}
/* --改行------------------ */
.br_sp { display:none; }
@media screen and (max-width: 640px) {
    .br_pc { display:none; }
    .br_sp { display:block; }
}
/* --Font------------------ */
h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 3.5rem;
}
section p {
    font-size: 16px;
    line-height: 2.8rem;
    margin-bottom: 30px;
}
/* --margin---------------- */
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb70 {
    margin-bottom: 70px;
}
/* --link------------------ */
a.link {
   background-image: url("../img/icon_link.gif");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 24px;
   margin-right: 5px;
   width: 18px;
   height: 16px;
   color: #009DE3!important;
}
/* --table------------------- */
.tbl01 {
    font-size: 18px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
    .tbl01 {
        width: 100%!important;
        font-size: 15px;
    }
}
.tbl01 th {
    width: 34%;
    padding: 10px;
    border: solid 1px #ccc;
    vertical-align: middle;
    background: #e2eef2;
    font-weight: bold;
}

.tbl01 td {
    width: 33%;
    text-align: center;
    padding: 10px;
    border: solid 1px #ccc;
    vertical-align: middle;
}
.txt-indent {
    text-align: left!important;
    text-indent: 22%;
}
@media screen and (max-width: 480px) {
    .txt-indent {
    text-align: center!important;
    text-indent: 0!important;
}
}
/* --縦位置-------------------- */
.va-m {
    vertical-align: middle;
}
/* --list--------------------- */
ul {
  list-style: none;
}
.list01,
.list02 {
  position: relative;
  padding-left: 2.5em;
  font-size: 12px;
}
.list01::before {
  content: '※1';
  position: absolute;
  left: 0;
}
.list02::before {
  content: '※2';
  position: absolute;
  left: 0;
}
.list06 {
    margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
    li {
        margin-bottom: 13px;
}
.list06 {
    margin-bottom: 13px;
}
}
/* --Contact titlebox------------*/
.contact-titlebox {
    background-color: #E2EEF2;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.txt_contact01 {
    font-size: 20px;
    font-weight: bold;
}
.txt_contact02 {
    font-weight: bold;
    font-size: 28px;
}
@media screen and (max-width: 480px) {
    .contact-titlebox {
    padding-top: 20px;
    padding-bottom: 20px;
}
.txt_contact01 {
    font-weight: bold;
    font-size: 16px;
    line-height: 2rem;
    margin-bottom: 2vh;
}
.txt_contact02 {
    font-weight: bold;
    font-size: 22px;
    line-height: 2.5rem;
}
}
/* --戻るボタン---------------------*/
.oLink03 > a {
    width: 400px;
    margin: auto;
}
.oLink03 > a, .oLink03 input {
    display: block;
    width: 400px;
    padding: 10px 15px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: none;
    background: #825466 url(../img/ico_arw04_2.png) no-repeat 98%;
    background-size: 9px auto;
    background-position: left 15px center;
    transition: opacity 0.5s ease 0s;
}