/* ---------------- ヘッダー ---------------- */
.pSolution .header-extension {
    position: fixed;
    top: 123px;
    left: 0;
    width: 100%;
    height: 62px;
    background: #fff;
    box-shadow: 0 0 1.25vw 0 rgba(0,0,0,0.1);
    z-index: 8999;
    display: flex;
    align-items: center;
}
.header-contents {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 69px;
}

.oPage {
    padding-top: 200px;
}

.header-left img {
    position: absolute;
    width: auto;
    top: 14px;
    left: 0;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    position: absolute;
    background: #00b0ec;
    color: #fff;
    padding: 5px 0;
    border-radius: 9999px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    top: 12.5px;
}


.header-btn .xpc_text {
    font-size: 14px;
}

.header-btn .xsp_icon {
    display: none;
}

.header-btn01 {
    right: 192px;
    width: 281px;
    background: #000;
}

.header-btn02 {
    right: 0;
    width: 180px;
}

.header-logo {
    content: url("../../../img/logo_tarseries.png");
}

@media (max-width: 767px) {
    .oPage {
        padding-top: calc(16.93% + 56px);
    }

    .pSolution .header-extension {
        top: 0;
        height: 56px;
        padding: 16.93% 3.25% 0;
        box-shadow: none;
        width: 93.5%;
    }

    .header-btn {
        width: 120px;
        padding: 6px 0;
        font-size: 12px;
        top: 15px;
    }

    .header-btn01 {
        right: 126px;
    }

    /* .header-buttons {
        gap: 6px;
        left: auto;
        right: 40px;
    } */

    .header-logo {
        content: url("../../../img/logo_tarseries_SP.png");
        width: 55px;
        height: 36px;
    }
    .header-btn .xpc_text {
        display: none;
    }
    .header-btn .xsp_icon {
        display: flex;
        align-items: center;
    }

    .header-btn .xsp_icon img {
        width: 14px;
        height: auto;
        display: block;
        margin: 0;
    }
    .header-btn01 {
        width: 100px;
    }
}




.main_visual {
    margin: 7vh auto;
}
.btn_subsidy img {
    width: 1023px;
    height: 204px;
}
@media (max-width: 767px) {
    .btn_subsidy img {
        width: 100%;
        height: 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;
}
}

/* --ボタン---------------------*/
.oSct02{
    margin-top: 60px;
}

@media (max-width: 767px) {
    .oSct02 {
        margin-top: 9vw;
    }
}
/* --戻るボタン---------------------*/
.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;
}

@media  (max-width: 767px){
	.oLink03 > a, .oLink03 input {
		width: 100%;
	}
}