@charset "utf-8";

/* CSS Document */


/* スピード合宿プラン */



.part03 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 3%
}

.part03 li {
    width: 350px;
    max-width: 35%;
    font-size: .875rem;
}

.part03 .step03 {
    width: 300px;
    max-width: 30%;
}

.part03 .image {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: relative;
    padding-top: 76%;
    overflow: hidden;
}

.part03 .image img {
    position: absolute;
}

.part03 li .block {
    box-sizing: border-box;
    position: relative;
}

.part03 ul h3 {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 10% auto 0;
}

.part03 .step01 img {
    width: 75%;
    top: 5%;
    left: 10%
}

.part03 .step02 img {
    width: 108%;
    top: 8%;
    left: -7%;
}

.part03 .step03 img {
    width: 100%;
    bottom: -10%;
}

.part03 .step01.-skil img {
    width: 75%;
    top: 5%;
    left: 10%
}

.part03 .step02.-skil img {
    width: 128%;
    top: 8%;
    left: -7%;
}

.part03 .step03.-skil img {
    width: 100%;
    bottom: -16%;
}

.part03 li .block:after {
    content: url("/common/img/about/arrow.svg");
    width: 32px;
    max-width: 10%;
    position: absolute;
}

@media screen and (min-width: 738px) {
    .part03 li .block {
        padding-right: 15%;
    }

    .part03 li .block:after {
        right: 2.5%;
        top: 10vh;
    }

    .part03 .content {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 737px) {
    .part03 ul {
        flex-wrap: wrap;
        max-width: 95%;
        margin: 3% auto;
    }

    .part03 ul h3 {
        margin: 5% auto 0;
        text-align: center;
    }

    .part03 ul li,
    .part03 .step03 {
        width: 100%;
        max-width: 100%;
        margin: 1% auto;
    }

    .part03 li .block:after {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        transform: rotate(90deg);
        width: 7%
    }

    .part03 li .block {
        padding-bottom: 7%;
    }

    .part03 .image {
        width: 75%;
        padding-top: 59%;
        margin: 0 auto;
        border-radius: 15px;
    }
}

.mainVisual h1 {
    width: 430px;
    max-width: 88% !important;
}

.mainVisual .person {
    width: 265px;
    max-width: 65%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.part01 h1 {
    margin: 7% auto 4%;
}

@media screen and (max-width: 737px) {

    .part02 h1 img,
    .part03 h1 img {
        width: 385px;
        max-width: 94%;
    }
}

.part02 .titleArea {
    margin: 5% auto 4%;
}

.courseInfo .titleArea h1,
.part04 .titleArea h1 {
    margin-bottom: 3%;
}

.courseInfo dl {
    margin: 3% auto;
}

.courseInfo dd {
    margin: 2% auto;
}

.part02 .moreInfo {
    font-size: .875rem;
    overflow: hidden;
}

.part02 .moreInfo h2 {
    margin: 2% auto 1%;
}

.part02 .moreInfo p {
    margin: 1% auto;
}

.part02 .moreInfo .mark {
    font-size: .9em;
}

.courseInfo .moreInfo .right {
    width: 285px;
    max-width: 90%;
    margin: 3% 0 0 auto;
}

.part03 .titleArea {
    margin-bottom: 4%;
}


/* same style - time tables */

.bg01 {
    background: #a0cbd7;
    color: #fff;
}

.bg02 {
    background: #5daac0;
    color: #fff;
}

.bg03 {
    background: #4699b1;
    color: #fff;
}

.bg04 {
    background: #22839f;
    color: #fff;
}

table.timeTable {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f7f9fa;
    box-sizing: border-box;
}

table.timeTable tr:nth-child(even) td,
.part04 .moreInfo .right p {
    background: #f7f9fa;
}

table.timeTable th {
    width: 150px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
}

table.timeTable tr:last-child th {
    border-bottom: 0;
}

table.timeTable img {
    margin: 0 auto;
}

table.timeTable p {
    margin: 0 auto;
}

table.timeTable .time {
    text-align: center;
    width: 170px;
    border-right: 1px solid #ccd9dd;
}

table.timeTable td:not(.time) {
    padding: 1.2% 4%;
    box-sizing: border-box;
}

table.timeTable .time,
table.timeTable .small {
    font-size: .9em;
}

table.timeTable .mark {
    font-size: .8em;
    margin: 1% auto 0;
}

table.timeTable .disc {
    margin: 1% auto;
}

table.timeTable .disc span {
    display: block;
}

table.timeTable .disc span:before {
    content: "・";
}


/* downloads */

.download {
    margin-bottom: 5%;
}

.download .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.download .btn a,
.part04 .btn a {
    display: inline-block;
    text-align: center;
    padding: 2% 0;
    box-sizing: border-box;
}

.download .btn a .small {
    font-size: .8em;
}

.btn a .pdf {
    font-size: 1.13rem;
    margin: 0 auto;
    padding: .3em 0 .3em 2.2em;
    box-sizing: border-box;
    line-height: 1;
    display: inline-block;
}

.download .btn_aqua {
    width: 30%;
    max-width: 320px;
    background: #3ca5c3 url(/common/img/pdf.svg) 2vw center no-repeat;
    background-size: auto 56%;
}

.download .btn_aqua_a {
    width: 30%;
    max-width: 320px;
    background: #6db7cc url(/common/img/pdf.svg) 2vw center no-repeat;
    background-size: auto 56%;
}

.download .btn_aqua_b {
    width: 30%;
    max-width: 320px;
    background: #8ac4d5 url(/common/img/pdf.svg) 2vw center no-repeat;
    background-size: auto 56%;
}


/* part04 */

.part04 .titleArea {
    margin: 5% auto 3%;
}

.scheduleView {
    margin: 0 auto;
}

.scheduleView h2 {
    font-weight: normal;
    font-size: 1.5rem;
    text-align: center;
    display: inline-block;
    margin: 1% auto .8em;
    line-height: 1
}

.scheduleView .slick-arrow {
    font-size: 1.25rem;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 25px;
}

.scheduleView .prev {
    left: 0;
    padding: .5em 1em .5em .7em;
}

.scheduleView .next {
    right: 0;
    padding: .5em .7em .5em 1em;
}

.scheduleView .slick-disabled {
    display: none !important;
}

.part04 .moreInfo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: .875rem;
    flex-wrap: wrap
}

.part04 h3 {
    margin-bottom: 1%;
    border-left: 7px solid #3ca5c3;
    padding: .3em .5em;
    box-sizing: border-box;
}

.part04 .moreInfo .left {
    width: 560px;
    max-width: 100%;
    margin-right: 6%
}

.part04 .moreInfo p {
    padding: 4% 0;
    box-sizing: border-box;
}

.part04 .moreInfo table {
    width: 50%;
    text-align: center;
}

.part04 .timeTable th {
    font-weight: normal;
    width: 90px;
}

.part04 .timeTable td {
    font-size: .9em;
}

.part04 .weekday {
    float: left;
}

.part04 .weekend {
    float: right;
}

.part04 .moreInfo .right p {
    width: 280px;
    text-align: center;
    margin: 2% auto;
}

.part04 .right .small {
    font-size: .8em;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.part04 .btn {
    margin: 5% auto;
    text-align: center;
}

.part04 .btn a {
    width: 640px;
    max-width: 100%
}


/* part05 */

.part05 article {
    overflow: hidden;
    margin: 3% auto;
}

.part05 .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.part05 .list {
    flex-wrap: wrap;
}

.part05 .list>div:not(.detail) {
    cursor: pointer;
    width: 48%;
    order: 1
}

.part05 .title {
    font-size: 1.375rem;
    text-align: center;
    margin: 2% auto 0;
    padding: 3% 0;
    box-sizing: border-box;
    border-radius: 7px 7px 0 0;
    transition: all .2s;
}

.part05 .title.on {
    background: #3ca5c3;
    color: #fff;
}

.part05 .detail.flex {
    background: #fbfbfb;
    padding: 4%;
    box-sizing: border-box;
    display: none;
    animation-duration: 1s;
    order: 2;
    width: 100%
}

.part05 .detail .left {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    width: 50%
}

.part05 .detail dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: .95em;
    flex-wrap: wrap;
}

.part05 .detail dt {
    width: 100px;
    text-align: center;
    background: #3ca5c3;
    color: #fff;
    padding: .4em 0;
    box-sizing: border-box;
    border-radius: 15px;
    line-height: 1;
    margin-right: 5%
}

.part05 .detail dd {
    width: 320px;
    margin: 0;
}

.part05 .detail .address {
    margin-top: 0;
}

.iconArea {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 0;
    width: 425px;
    max-width: 100%;
}

.iconArea li {
    width: calc((100% - 45px)/4);
    padding-top: calc((100% - 25px)/4);
    font-size: 0;
    text-indent: -9999px;
    color: transparent;
    background-size: 200% auto !important;
}

.iconArea .subway {
    background: url("/common/img/curriculum/icon01.svg") no-repeat;
}

.iconArea .parking {
    background: url("/common/img/curriculum/icon02.svg") no-repeat;
}

.iconArea .pickup {
    background: url("/common/img/curriculum/icon03.svg") no-repeat;
}

.iconArea .weather {
    background: url("/common/img/curriculum/icon04.svg") no-repeat;
}

.iconArea .on {
    background-position: top left;
}

.iconArea .off {
    background-position: top right;
}

.part05 .detail .right {
    width: 46%;
}

.part05 .detail .map {
    position: relative;
    width: 100%;
    padding-top: 56%;
}

.part05 .detail iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.part05 .btn {
    padding: 7% 0 0;
    box-sizing: border-box;
}

.part05 .btn a {
    width: 100%;
    font-size: 1.125em;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: .8em 0;
    line-height: 1
}

.part05 .access .small {
    font-size: .8em;
    margin-top: 1%
}

@media screen and (max-width: 1010px) {

    /* .download .btn {flex-wrap: wrap; flex-direction: column; height: calc(((100vw * 0.05) + 1.8em + 10px)*2);} */
    /* .download a {width: 640px !important;} */
    .btn a .pdf {
        padding-left: 3em;
    }

    .download .btn a .small {
        display: block;
        margin: 1% auto 0;
    }

    .part05 .title {
        font-size: 1.3em;
    }

    .part05 .detail dd {
        margin: 2% auto 0;
        width: 98%;
    }

    .part05 .detail .map {
        padding-top: 70%;
    }

    .download .btn_aqua,
    .download .btn_aqua_a,
    .download .btn_aqua_b {
        width: 32%;
    }
}

@media screen and (max-width: 940px) {
    .part04 .moreInfo .left {
        width: 100%;
        margin-right: auto;
    }
}

@media screen and (max-width: 940px) and (min-width: 640px) {
    .part04 .moreInfo p {
        padding: 2% 0;
    }
}

@media screen and (max-width: 800px) {

    .pc2,
    .courseInfo dd br {
        display: none;
    }
}

@media screen and (min-width: 738px) {
    .btn a:hover {
        margin: 1px -1px -1px 1px;
    }

    .part05 .flex.list>div:hover .title:not(.on) {
        color: #3ca5c3;
    }
}

@media screen and (max-width: 737px) {
    .download .btn {
        height: auto;
    }

    .download a {
        margin: 1% auto;
    }

    table.timeTable th {
        width: 100px;
    }

    table.timeTable .time {
        width: 130px;
    }

    .courseInfo .container,
    .part04 .container,
    .part05 .container {
        width: 96%
    }

    .courseInfo dl {
        margin: 6% auto 3%;
    }

    .part02 .moreInfo h2 {
        margin: 3% auto 2%;
    }

    .part03 {
        margin-top: 3%;
    }

    .download {
        margin: 5% auto;
    }

    .scheduleView h2 {
        font-size: 1.5em;
    }

    .scheduleView .slick-arrow {
        font-size: 1.2em;
    }

    .part04 .titleArea {
        margin-bottom: 6%;
    }

    .part05 {
        padding-top: 4%;
    }

    .part05 .flex:not(#flight) .map {
        padding-top: 92%;
    }

    .download .btn {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .download .btn_aqua,
    .download .btn_aqua_a,
    .download .btn_aqua_b {
        width: 60%;
        max-width: 460px;
    }
}

@media screen and (max-width: 640px) {
    .pc3 {
        display: none;
    }

    .part01 .center {
        text-align: left;
        width: 90%;
        margin: 7% auto 5%;
    }

    .part05 .detail.flex {
        flex-wrap: wrap;
    }

    .part05 .detail .left,
    .part05 .detail .right {
        width: 100%;
    }

    .part05 .detail .left {
        margin-bottom: 5%;
    }

    .part05 .detail dl {
        margin: 0 auto 3%;
        font-size: 1em;
    }

    .part05 .detail .map {
        padding-top: 45% !important;
    }

    .iconArea {
        margin: 0 auto;
    }
}

@media screen and (max-width: 560px) {
    .part05 .flex {
        flex-wrap: wrap;
    }

    .part05 .list img {
        max-width: 90%;
        margin: 0 auto;
        border-radius: 5px
    }

    .part05 .list>div:not(.detail) {
        width: 480px;
        max-width: 100%;
        margin: 2% auto;
        text-align: center;
    }

    .part05 .title {
        padding: 2% 1em;
        border-bottom: 1px solid transparent;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: max-content;
        width: -moz-max-content;
    }

    .part05 .title:after {
        content: "▼";
        font-size: .6em;
        margin-left: 1em;
        display: inline-block;
        transition: all .4s
    }

    .part05 .title.on {
        background: none;
        color: #000;
        border-color: #3ca5c3;
    }

    .part05 .title.on:after {
        transform: rotate(180deg);
        margin-bototm: 2px;
    }

    .part05 .detail.flex {
        background: none;
        padding: 4% 0 6%;
        margin-bottom: 6%;
        order: 1;
        width: 96%;
        margin: 0 auto;
        border-bottom: 1px dotted #f0f0f0;
    }

    .part05 .detail dl {
        margin-bottom: 5%;
    }

    .part05 .detail .left {
        margin-bottom: 8%;
    }

    .btn a .pdf {
        font-size: 1rem;
        padding-left: 2em;
    }

    .download .btn a .pdf {
        background-size: auto 70%;
    }

    .download .btn a,
    .part04 .btn a {
        padding: 2% 0;
    }

    .download .btn a .small {
        margin-top: 3%
    }
}

@media screen and (max-width: 480px) {
    .part01 {
        margin: 5% auto 3%;
    }

    .part01 .center {
        width: 96%;
    }

    .courseInfo .titleArea h1,
    .part04 .titleArea h1 {
        margin-bottom: 7%;
    }

    .courseInfo dl {
        margin-top: 10%;
    }

    .courseInfo dd {
        margin: 4% auto;
    }

    table.timeTable {
        border-color: #e0e6e8;
    }

    table.timeTable th,
    table.timeTable td {
        display: block;
        width: 100% !important;
        border-right: 0 !important;
        padding: .7em 0;
        box-sizing: border-box;
    }

    table.timeTable .time {
        font-size: 1em;
        border-bottom: 1px dashed #e0e6e8 !important
    }

    section:not(.part04) table.timeTable td:not(.time) {
        padding: 1em 0;
    }

    table.timeTable td:not(.time) p {
        width: 90%;
    }

    section:not(.part04) table.timeTable td:not(.time) p {
        margin: 1% auto;
    }

    .part02 .moreInfo {
        margin: 3% auto;
        font-size: .9em;
        letter-spacing: 0.06em;
        width: 96%;
        line-height: 1.5
    }

    .courseInfo .moreInfo .right {
        margin-top: 7%;
    }

    .titleArea h1 img {
        max-height: 47px;
    }

    .courseInfo dt,
    .download h2,
    .part05 h2 {
        border-width: 0 0 0 7px
    }

    .courseInfo dt img,
    .download h2 img,
    .part05 h2 img {
        max-height: 18px;
    }

    .download {
        margin: 10% auto;
    }

    .scheduleView h2 {
        font-size: 1.2em;
    }

    .scheduleView .slick-arrow {
        font-size: .9em;
    }

    .sp2 {
        display: none;
    }

    .part04 h3 {
        margin-bottom: 3%;
    }

    .part04 .timeTable th {
        padding: 0;
    }

    .part04 .moreInfo .right,
    .part04 .moreInfo .right p {
        width: 100%;
    }

    .part04 .moreInfo p {
        margin: 0 auto;
    }

    .part05 {
        padding-bottom: 6%;
    }

    .part05 article {
        margin: 5% auto;
    }

    .download .btn_aqua,
    .download .btn_aqua_a,
    .download .btn_aqua_b {
        width: 80%;
        max-width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .btn a .pdf {
        background: none;
        padding: 0;
        font-size: .9rem;
    }

    .download .btn a,
    .part04 .btn a {
        padding: 5% 0;
        border-radius: 5px;
    }
}


/*20230221 フェーズ2修正内容
============================= */

.part01 h1 img {
    margin: 0 auto;
    width: 385px;
    max-width: 94%;
}


/* JUIDA認定操縦技能コース */

table.timeTable p.time_small {
    font-size: .9em;
}


/* PDFダウンロード */

.download .btn a {
    width: 32%;
}

.download .btn::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

@media screen and (max-width: 738px) {
    .download .btn a {
        width: 100%;
        margin: 1% auto;
    }
}


/* 国家資格講習/JUIDA認定講習証明書取得までの流れ */

.part04 .btn {
    display: flex;
    flex-direction: column;
}

.part04 .btn a {
    width: 100%;
    font-size: 1.12rem;
}

@media screen and (max-width: 738px) {
    .part04 .btn a:first-child {
        margin: 0 0 35px 0;
    }

    .part04 .btn a {
        max-width: 100%;
    }
}

@media screen and (min-width: 738px) {
    .part04 .btn a:hover {
        margin: 1px -1px -1px 1px;
    }

    .part04 .btn {
        justify-content: center;
        flex-direction: inherit;
    }

    .part04 .btn a {
        width: 43%;
        padding: .9em;
    }

    .part04 .btn a:first-child {
        margin-right: 70px;
    }
}


/* 改行 */

.br-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .br-sp {
        display: block;
    }
}

/* 2025/2/14追加 会場紹介 */
.part05 h2.location-h2 {
    padding: 0 0 0 0.5em;
    font-family: "latemin", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    transform: rotate(0.03deg);
    font-size: 1.75em;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}

.access-mb05 {
    margin-bottom: 0.5em;
}

.access-mb1 {
    margin-bottom: 1em;
}


/*　　↑ここまでカリキュラムのCSS　　*/



/*　　↓2025.8.8　助成金ページ用で追記　　*/

.sp-br{
    display: none;
}

@media screen and (max-width: 480px){
    .sp-br{
        display: block;
    }
}

.subsidy-subtitle {
    font-family: "latemin", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    transform: rotate(0.03deg);
    font-size: 2.1em;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin: 50px 0;
}

@media screen and (max-width: 480px) {
    .subsidy-subtitle{
        font-size: 1.3em;
    }
}

/*　　btnエリア　　*/

.subsiby-btn-list{
    display: flex;
    justify-content: center;
    column-gap: 32px;
}

.subsiby-btn-item{
    display: flex;
    flex-direction: column; 
    width: 400px;
    padding: 16px 24px 32px;
    border-radius: 7px;
    background-color: #F0F6FD;
}

.subsiby-btn-item._blue{
    background-color: #F0F6FD;
}

.subsiby-btn-item._pnk{
    background-color: #FFF4F4;
}

.subsiby-btn-text_title {
    font-family: "latemin", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    transform: rotate(0.03deg);
    font-size: 1.1em;
    color: #000;
    font-weight: normal;
}

.subsiby-btn-text_main {
    font-family: "latemin", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    transform: rotate(0.03deg);
    font-size: 1.75em;
    color: #000;
    font-weight: normal;
}

.subsiby-btn-text_main._blue {
    color: #3CA5C3;
}

.subsiby-btn-text_main._pnk {
    color: #DB6262;
}

.subsiby-btn-text_small {
    font-size: 0.5em;
    color: #000;
    padding-left: 16px;
}

.subsiby-btn-text_text{
    font-weight: 500;
    margin-bottom: 24px;
}

/*

.subsiby-btn{
    margin-top: auto;
    text-align: center;
}

.subsiby-btn a{
    color: #fff;
}

.subsiby-btn_link._blue{
    background-color: #3CA5C3;
}

.subsiby-btn_link._pnk{
    background-color: #DB6262;
}

.subsiby-btn_link{
    position: relative;
    border-radius: 7px;
    padding: 6px 56px;
}

.subsiby-btn:hover{
    opacity: 0.8;
}

.subsiby-btn_link::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6.5px 0 6.5px;
    border-color: #FFFFFF transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 205px;
    bottom: 0;
    margin: auto;
}

*/

.subsiby-btn_container{
    margin: 0 auto;
    margin-top: auto;
    text-align: center;
}

.subsiby-btn{
    width: 280px;
}

a.subsiby-btn_link{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 6% 0 12%;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}

.subsiby-btn_link._blue{
    background-color: #3CA5C3;
}

.subsiby-btn_link._pnk{
    background-color: #DB6262;
}

a.subsiby-btn_link:hover {
  opacity: 0.8;
}

a.subsiby-btn_link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6.5px 0 6.5px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

@media screen and (max-width: 1010px){
    .subsiby-btn-list{
        flex-direction: column;
        align-items: center;
        row-gap: 16px;
        padding: 0 16px;
    }
}

@media screen and (max-width: 560px){
    .subsiby-btn-item{
        width: 90%;
    }

}

@media screen and (max-width: 480px) {
    .subsiby-btn-text_main {
    line-height: 0.9;
    margin: 12px 0 8px;
}
.subsiby-btn{
    width: 100%;
}
.subsiby-btn_container{
    width: 100%;
}
}

/*　style.cssに入れ込み↓　*/

/*　h2(section-title) h2のborder-leftとpaddingを削除し下のCSSを適応させる　*/
.section-title {
    font-family: "latemin", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    transform: rotate(0.03deg);
    font-size: 2.2em;
    color: #000;
    font-weight: normal;
}

.section-title::before {
    font-family: "latemin", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    transform: rotate(0.03deg);
    font-size: 0.35em;
    color: #3CA5C3;
    font-weight: normal;
    display: block;
    margin-bottom: -8px;
}

.section-title.-subsidy01::before {
    content: 'kyoiku kunren kyuhukin seido';
}

.section-title.-subsidy02::before {
    content: 'osakahu sukilup shienkin';
}

@media screen and (max-width: 480px) {
    .section-title {
    font-size: 2.0em;
}
}


/*　h3(subsection-title)　*/

.subsection-title {
    font-family: "latemin", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    transform: rotate(0.03deg);
    font-size: 1.5em;
    color: #000;
    font-weight: normal;
}

.subsection-title {
    border-left: 9px solid #3ca5c3;
    padding: .3em .7em;
    box-sizing: border-box;
    margin-top: 64px;
}

/*　トピック　*/

.section-topic {
    font-family: "latemin", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    transform: rotate(0.03deg);
    font-size: 1.1em;
    color: #000;
    font-weight: normal;
    margin-top: 32px;
}

.section-topic::before{
    content:  "";                 /* 空の要素作成 */
    width: 26px;                            /* 幅指定 */
    height: 26px;                           /* 高さ指定 */
    display:  inline-block;                 /* インラインブロックにする */
    position:  relative;                    /* アイコンの位置を調整 */
    top: 0px;                             /* アイコンの位置を調整 */
    margin-right: 10px;                      /* 余白指定 */
    background-image: url(/common/img/subsidy/sqair.svg);  /* アイコン指定 */
    background-size:  contain;              /* アイコンの大きさ指定 */
    background-repeat:  no-repeat;          /* アイコンをリピートしないようにする */
    vertical-align: top;                    /* アイコンの位置を調整 */
}

@media screen and (max-width: 840px){
    .section-topic::before{
        top: -2px; 
    }

}

.section-topic_text{
    font-size: 14px;
}

.subsiby-link_blue{
    color: #3CA5C3;
}

.subsiby-link_blue:hover{
    color: #3CA5C3;
    opacity: 0.8;
}

a.subsiby-link_blue:visited{
    color: #3CA5C3;
}

/*　その他　*/
.subsiby-page-title{
    max-width: 100%;
}

.subsiby-movie{
    text-align: center;
    margin: 0 auto;
    width: 430px;
}

.subsiby-money{
    width: 800px;
    margin: 0 auto;
}

.subsiby-money-img_container{
    display: flex;
    justify-content: center;
    column-gap: 56px;
}

.subsiby-money-img{
    width: 360px;
}

.subsiby-flow_text{
    font-size: 1rem;
    margin-top: 16px;
}

.subsiby-cta_title{
    font-family: "latemin", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    transform: rotate(0.03deg);
    font-size: 2.0em;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin-top: 32px;
}

.btn_orange{
    background: #F6A200;
    color: #fff !important;
    border-radius: 7px;
    font-size: 1.25rem;
}

.btn.orange{
    width: 380px;
    margin: 0 auto;
}

.subsiby-blue{
    color: #3CA5C3;
}

.subsiby-marker{
    background: linear-gradient(transparent 60%, #FFF1A8 50%);
}

.subsiby-list_container{
    width: 550px;
    border-radius: 7px;
}

.subsiby-list_container.-blue{
    background-color: #F0F6FD;
}

.subsiby-list_container.-pnk{
    background-color: #FFF4F4;
}

.subsiby-list{
    display: flex;
    flex-direction: column;
    padding: 16px 16px;
}

.subsiby-list li{
    width: auto;
    max-width: initial;
    font-size: 1rem;
}

.subsiby-item{
    font-weight: 600;
}

.subsiby-item::before{
     content:  "";                 /* 空の要素作成 */
    width: 20px;                            /* 幅指定 */
    height: 30px;                           /* 高さ指定 */
    display:  inline-block;                 /* インラインブロックにする */
    position:  relative;                    /* アイコンの位置を調整 */
    top: 0px;                             /* アイコンの位置を調整 */
    margin-right: 10px;                      /* 余白指定 */
    background-image: url(/common/img/subsidy/check.svg);  /* アイコン指定 */
    background-size:  contain;              /* アイコンの大きさ指定 */
    background-repeat:  no-repeat;          /* アイコンをリピートしないようにする */
    vertical-align: top;                    /* アイコンの位置を調整 */
}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.subsiby-movie_container{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.subsiby-movie_container iframe{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1010px){
    .subsiby-money-img_container{
      flex-direction: column;
      row-gap: 24px;
      align-items: center;
}
.subsiby-money{
    width: 380px;
}
}

@media screen and (max-width: 640px){
    .subsiby-list_container{
    width: 100%;
    }
    .subsiby-list li{
    font-size: 0.9rem;
}
}

@media screen and (max-width: 440px){
    .subsiby-money-img{
    width: 90%;
}
.subsiby-money{
    width: 100%;
}
.subsiby-movie{
    width: 95%;
}
}

.subsiby-step-list{
    margin-top: 32px;
}