@charset "utf-8";

/*----------------------------------------------------
    sanitize css
----------------------------------------------------*/
*, :after, :before {
    box-sizing: border-box
}

:after, :before {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

dl dl, dl ol, dl ul, ol dl, ol ol, ol ul, ul dl, ul ol, ul ul {
    margin: 0
}

hr {
    height: 0;
    overflow: visible
}

main {
    display: block
}

nav ol, nav ul {
    list-style: none;
    padding: 0
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

iframe, img {
    border-style: none
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

button, input, select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

fieldset {
    border: 1px solid #a0a0a0;
    padding: .35em .75em .625em
}

input {
    overflow: visible
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details, dialog {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[tabindex], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true], [disabled] {
    cursor: not-allowed
}

[aria-hidden="false"][hidden] {
    display: initial
}

[aria-hidden="false"][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}


/*----------------------------------------------------
	reset style
----------------------------------------------------*/
ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
html {
    font-size: 62.5%;
}

@media (max-width: 768px) {
    html {
        font-size: calc(100vw / 76.8);
    }
}

body {
    color: #333;
    font-size: 1.6rem;
    font-family: system-ui, -apple-system, Segoe UI, Hiragino Kaku Gothic ProN, Meiryo, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    /*background-color: #fff343;*/
    background-color: #fff9b1;
    line-height: 1.875;
    text-align: justify;
}

@media (max-width: 768px) {
    body {
        font-size: 2.1rem;
    }
}

@media (max-width: 411px) {
    body {
        font-size: 3.2rem;
    }
}


input, textarea {
    font-family: system-ui, -apple-system, Segoe UI, Hiragino Kaku Gothic ProN, Meiryo, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

a:link {
    color: #d22543;
    text-decoration: underline;
    transition: all .25s;
}

a:visited {
    color: #d22543;
}

a:hover {
    text-decoration: none;
    color: #ff844f;
}

a:active {
    color: #ff844f;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.4;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.pc_view {
    display: block !important;
}

.sp_view {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .pc_view {
        display: none !important;
    }

    .sp_view {
        display: block !important;
    }
}

* {
    -webkit-tap-highlight-color: rgba(74, 174, 91, .2);
}


/*----------------------------------------------------
	common style
----------------------------------------------------*/

.wrapper {
    max-width: 1000px;
    /*width: 1000px;*/
    margin: 0 auto;
    padding-left: calc(40px + env(safe-area-inset-left));
    padding-right: calc(40px + env(safe-area-inset-left));
    padding-top: 60px;
}

.block-title {
    padding-bottom: 20px;
    font-size: 3.2rem;
    color: #000;
    position: relative;
    text-align: center;
    border-bottom: 3px solid #fff343;
    margin-bottom: 30px;
}

.section-title {
    background-color: #fff343;
    /*color: #FFF;*/
    color: #000;
    font-size: 2.4rem;
    border-radius: 24px;
    line-height: 36px;
    padding: 6px 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 24px;
}

.inner {
    padding: 40px;
    border-radius: 30px;
    background-color: #FFF;

}

.body-title {
    font-size: 2.4rem;
    color: #fff343;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 24px;
}

table {
    border-bottom: 1px solid #231815;
    width: 100%;
}

table tr {
}

table tr th,
table tr td {
    padding: 12px 15px;
}

table tr th {
    border: 1px solid #231815;
    border-bottom: none;
    text-align: center;
    background-color: #fffde8;
    width: 130px;
}

@media only screen and (max-width: 768px) {
    table tr th {
        width: 150px;
    }
}

table tr td {
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
}

.overview-block,
.application-block,
.other-block,
.expense-classification-block,
.qa-block,
.contact-block {
    margin-bottom: 40px;
}


/*----------------------------------------------------
	header style
----------------------------------------------------*/

.header-block {
    background-color: #FFF;
    box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 1px 0px 1px rgba(10, 10, 10, 0.02);
    position: fixed;
    top: 0;
    left: 0;
    /* height: 60px; */
    width: 100%;
    z-index: 10;
}

.header-block .header-inner {
}

.header-block .header-inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
}

.header-block .header-inner ul li {
}

.header-block .header-inner ul li a:link {
    padding: 0 30px;
    line-height: 60px;
    display: block;
    text-decoration: none;
}

.header-block .header-inner ul li a:visited {
}

.header-block .header-inner ul li a:hover {
    background-color: rgba(51, 51, 51, .07);
    color: inherit;
}

.header-block .header-inner ul li a:active {
}


/*----------------------------------------------------
	mv style
----------------------------------------------------*/

.mv-block {
     /*padding-top: 40px;*/
}

.mv-block .mv {
    width: 70%;
    margin: 0 auto;
}

.mv-block .mv h1 {
    position: relative;
}

.mv-block .mv h1 img {
}

.mv-block .mv h1 svg {
    max-width: 114px;
    position: absolute;
    left: 47%;
    bottom: 33px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /*margin: 20px auto;*/
    display: block;
}

.overview-block {
}

.purpose {
}

.purpose h1 {
}

.purpose ol {
}

.purpose ol li {
    margin-bottom: 20px;
}

.target {
}

.target h2 {
}

.target p {
}

.target .attention {
}

.target table {
}

.target table tbody {
}

.target table tbody tr {
}

.target table tbody tr th {
}

.target table tbody tr td {
}

.subsidy-amount {
}

.subsidy-amount h3 {
}

.subsidy-amount p {
}
.expenses-table tr > th {
    width: auto;
}
.expenses-table tr > th:first-child {
    width: 180px;
}
.expenses-attention {
    font-size: 14px;
}
.expenses-attention p {
    padding: 0;
    margin: 0;
}
.expenses-hosoku {}
.expenses-hosoku ul {}
.expenses-hosoku ul li{}


.expenses {
}

.expenses h4 {
}

.expenses .expenses-body {
}

.expenses .expenses-body h3 {
}

.expenses .expenses-body .expenses-box {
}

.expenses .expenses-body .expenses-box .image {
}

.expenses .expenses-body .expenses-box .text {
}

.expenses .expenses-body .expenses-box .text ul {
}

.expenses .expenses-body .expenses-box .text ul li {
    text-indent: -1em;
    padding-left: 1em;
}

.expenses .expenses-body .attention {
    margin-top: 20px;
    font-size: 1.4rem;
}

.requirements {
}

.requirements h5 {
}

.requirements p {
}

.requirements ol {
}

.requirements ol li {
    text-indent: -1em;
    padding-left: 1em;
}

.application-block {
}

{
}

.implementation-period {
}

.implementation-period h1 {
}

.implementation-period p.implementation-period {
}

.recruitment-period {
}

.recruitment-period h2 {
}

.recruitment-period dl {
}

.recruitment-period dl dt {
}

.recruitment-period dl dd {
}

.docs-download {
}

.docs-download .docs-list {
    font-size: 2.4rem;
}

.docs-download .docs-list ul {
}

.docs-download .docs-list ul li {
    padding: 8px 0;
}

.docs-download .docs-list ul li img {
    width: 40px;
    vertical-align: middle;
    margin-right: 15px;
}

.docs-download .example {
}

.docs-download .example ul {
}

.docs-download .example ul li {
}

.docs-download .example ul li a {
    color: #FF0000;
    font-size: 2.2rem;
    font-weight: bold;
}

.judging {
}

.judging h3 {
}

.judging .judging-body {
}

.judging .judging-body h3 {
}

.judging .judging-body ul {
}

.judging .judging-body ul li {
}

.judging .judging-body ul li ul {
}

.judging .judging-body ul li ul li {
}

.obligation {
}

.obligation h4 {
}

.obligation .obligation-body {
}

.obligation .obligation-body h4 {
}

.obligation .obligation-body p {
}

.other-block {
}

{
}

.other {
}

.other h1 {
}

.other dl {
}

.other dl dt {
}

.other dl dd {
    margin: 0;
}

.schdule {
}

.schdule h2 {
}

.schdule table {
}

.schdule table tbody {
}

.schdule table tbody tr {
}

.schdule table tbody tr th {
}

.schdule table tbody tr td {
}

.inquiry {
    text-align: center;
}

.inquiry h3 {
}

.inquiry p.secretariat-name {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 40px;
}

.inquiry p {
    margin: 2px 0;
}

.inquiry p.tel {
    font-size: 2rem;
    font-weight: bold;
}

.inquiry p.fax {
    font-size: 2rem;
    font-weight: bold;
}

.inquiry .flow {
    margin-top: 60px;
}

.inquiry .flow img {
}

.expense-classification-block {
}

{
}

.expense-classification {
}

.expense-classification h1 {
}

.expense-classification table {
}

.expense-classification table thead {
}

.expense-classification table thead tr {
}

.expense-classification table thead tr th {
}

.expense-classification table thead tr th:nth-child(2) {
    width: auto;
}

.expense-classification table tbody {
}

.expense-classification table tbody tr {
}

.expense-classification table tbody tr th {
}

.expense-classification table tbody tr td {
}

.expense-classification .attention {
}

.expense-classification .attention ul {
}

.expense-classification .attention ul li {
    text-indent: -3em;
    padding-left: 3em;
}

.not-applicable {
}

.not-applicable h2 {
}

.not-applicable ul {
}

.not-applicable ul li {
}

.qa-block {
}

.qa-block .inner {
}

.qa-block .inner .qa {
}

.qa-block .inner .qa .accordion {
}

.qa-block .inner .qa .accordion dl {
    padding-bottom: 24px;
    border-bottom: 2px solid rgba(136, 136, 136, .3);
}

.qa-block .inner .qa .accordion dl dt {
    border: none;
    font-weight: 700;
    color: #fff343;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    cursor: pointer;
    padding: 6px 35px 6px 50px;
    border-radius: 20px;
    line-height: 28px;
    font-size: 1.8rem;
    transition: all .25s;
    position: relative;
}

.qa-block .inner .qa .accordion dl dt:hover {
    -webkit-box-shadow: 0 0 0 4px #eefbff;
    box-shadow: 0 0 0 4px #eefbff;
    background-color: #eefbff;
}

.qa-block .inner .qa .accordion dl dt:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff343;
    -webkit-transform: rotate(
            90deg
    );
    transform: rotate(
            90deg
    );
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

.qa-block .inner .qa .accordion dl dt.is-active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.qa-block .inner .qa .accordion dl dd {
    position: relative;
    padding: 0 35px 6px 50px;
    margin: 0;
    display: none;
}

.qa-block .inner .qa .accordion dl dd:before {
    content: '';
    display: block;
    height: 20px;
}

.qa-block .inner .qa .accordion dl dt span,
.qa-block .inner .qa .accordion dl dd span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background-color: #eb0000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
}

.qa-block .inner .qa .accordion dl dt span {
    background-color: #fff343;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.qa-block .inner .qa .accordion dl dd span {
    top: 12px;
}


.contact-block {
}

.contact-block .inner {
}

.contact-block .inner .contact {
}

.contact-block .inner .contact .contact-box {
    padding: 30px;
    border-color: #4AAE5B;
    border-radius: 18px;
    border: 2px solid rgba(136, 136, 136, .3);
}

.contact-block .inner .contact .contact-box dl {
    display: flex;
    flex-wrap: nowrap;
}

.contact-block .inner .contact .contact-box dl dt {
    padding: 6px 20px 6px 0;
    width: 35%;
    font-weight: bold;
}

.contact-block .inner .contact .contact-box dl dt .required {
    float: right;
    font-size: 1.2rem;
    font-weight: 400;
    color: #eb0000;
    line-height: 30px;
}

.contact-block .inner .contact .contact-box dl dd {
    width: 65%;
    margin: 0;
}

.contact-block .inner .contact .contact-box dl dd input[type="text"],
.contact-block .inner .contact .contact-box dl dd input[type="tel"],
.contact-block .inner .contact .contact-box dl dd input[type="email"],
.contact-block .inner .contact .contact-box dl dd textarea {
    padding: .4rem;
    border: 1px solid rgba(136, 136, 136, .3);
    background-color: #fff;
    min-height: 3.8rem;
    line-height: 1.5;
    border-radius: 10px;
    font-size: 1.6rem;
    max-width: 100%;
    width: 100%;
}

.contact-block .inner .contact .contact-box dl dd select {
    padding: .4rem;
    font-size: 1.6rem;
    line-height: 1.5;
}

.contact-block .inner .contact .contact-box dl dd textarea {
    max-width: 100%;
    width: 100%;
    height: 150px;
}

.contact-block .inner .contact .contact-box .attention {
    text-align: center;
    margin: 30px 0 10px;
    padding: 20px 0 10px;
    border-top: 1px dashed rgba(136, 136, 136, .3);
}

.contact-block .inner .contact .contact-box .agree {
    text-align: center;
    width: 340px;
    border: 1px solid rgba(136, 136, 136, .3);
    border-radius: 21px;
    margin: 0 auto;
    padding: 4px 15px;
}

.contact-block .inner .contact .contact-box .agree label {
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.contact-block .inner .contact .contact-box .agree label input {
    margin-right: 10px;
}

.contact-block .inner .contact .contact-box .submit {
    padding-top: 15px;
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
}

.contact-block .inner .contact .contact-box .submit button {
    padding: 10px 16px;
    line-height: 30px;
    font-weight: 700;
    font-size: 1.8rem;
    color: #000;
    width: 100%;
    background-color: #fff343;
    border: none;
    border-radius: 8px;
}

.contact-block .inner .contact .contact-box .submit button:disabled {
    opacity: .4;
}

.contact-block .inner .contact .contact-box label.error {
    display: block;
    color: #FF0000;
}

.footer {
    text-align: center;
    padding-bottom: 20px;
}

.footer p {
    display: inline-block;
    margin: 0;
    padding-left: 30px;
    background: url(/assets/images/logo-kagoshima.svg) left center no-repeat transparent;
    font-weight: 700;
    font-size: 1.4rem;
}

@media (max-width: 1000px) {
    .header-block {
        display: none;
        /*opacity: 1;*/
        left: 15px;
        bottom: 100px;
        top: initial;
        margin: 0;
        margin-bottom: env(safe-area-inset-bottom);
        margin-left: env(safe-area-inset-left);
        width: 290px;
        height: initial;
        border-radius: 20px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
        /*overflow-y: auto;*/
        /*-webkit-overflow-scrolling: touch;*/
        /*-webkit-transition: opacity .2s linear 20ms;*/
        /*transition: opacity .2s linear 20ms;*/
    }

    .header-block .header-inner {
    }

    .header-block .header-inner ul {
        display: block;
        font-size: 2.2rem;
        margin: 0;
        padding: 15px 0;
    }

    .header-block .header-inner ul li {
    }

    .header-block .header-inner ul li a:link {
        padding: 6px 25px;
        line-height: 1.4;
        display: block;
        text-decoration: none;
    }

    .header-block .header-inner ul li a:visited {
    }

    .header-block .header-inner ul li a:hover {
        background-color: initial;
        color: inherit;
    }

    .header-block .header-inner ul li a:active {
    }


}

@media (max-width: 768px) {
    .wrapper {
        padding-left: calc(20px + env(safe-area-inset-left));
        padding-right: calc(20px + env(safe-area-inset-left));
    }

    .block-title {
        padding-bottom: 20px;
        font-size: 3.7rem;
        /*border-bottom: 3px solid #4AAE5B;*/
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 2.8rem;
    }

    .qa-block .inner .qa .accordion dl dt {
        font-size: 2.1rem;
    }

}

@media (max-width: 411px) {
    .wrapper {
        max-width: 1000px;
        margin: 0 auto;
        padding-left: calc(15px + env(safe-area-inset-left));
        padding-right: calc(15px + env(safe-area-inset-left));
        padding-top: 0;
    }

    .block-title {
        padding-bottom: 20px;
        font-size: 4.4rem;
        /*color: #4AAE5B;*/
        position: relative;
        text-align: center;
        /*border-bottom: 3px solid #4AAE5B;*/
        margin-bottom: 30px;
    }

    .section-title {
        /*color: #FFF;*/
        font-size: 4rem;
        border-radius: 24px;
        line-height: 36px;
        padding: 6px 20px;
        font-weight: 700;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 24px;
    }

    .inner {
        padding: 20px;
        border-radius: 25px;
        background-color: #FFF;
    }

    .body-title {
        font-size: 4.4rem;
        /*color: #4AAE5B;*/
        font-weight: 700;
        margin-top: 40px;
        margin-bottom: 24px;
    }

    table {
        border-bottom: 1px solid #231815;
        width: 100%;
    }

    table tr {
        display: flex;
        flex-direction: column;
    }

    table tr th,
    table tr td {
        padding: 6px;
        font-size: 2.8rem;
        width: 100%;
    }

    table tr th {
        border: 1px solid #231815;
        border-bottom: none;
        text-align: center;
        /*width: 110px;*/
    }

    table tr td {
        border-top: 1px solid #231815;
        border-right: 1px solid #231815;
        border-left: 1px solid #231815;
    }

    .overview-block,
    .application-block,
    .other-block,
    .expense-classification-block,
    .qa-block,
    .contact-block {
        margin-bottom: 40px;
    }


    /*----------------------------------------------------
        header style
    ----------------------------------------------------*/
    .header-block {
    }

    .header-block .header-inner {
    }

    .header-block .header-inner ul {
        font-size: 3.2rem;
    }

    .header-block .header-inner ul li {
    }

    .header-block .header-inner ul li a:link {
    }

    .header-block .header-inner ul li a:visited {
    }

    .header-block .header-inner ul li a:hover {
    }

    .header-block .header-inner ul li a:active {
    }


    /*----------------------------------------------------
        mv style
    ----------------------------------------------------*/
    .mv-block {
        /*padding-top: 22px;*/
    }

    .mv-block .mv {
        width: 100%;
        margin: 0 auto;
    }

    .mv-block .mv h1 {
    }

    .mv-block .mv h1 img {
    }

    .mv-block .mv h1 svg {
        position: relative;
    }

    .overview-block {
    }

    .purpose {
    }

    .purpose h1 {
    }

    .purpose ol {
    }

    .purpose ol li {
        margin-bottom: 20px;
    }

    .target {
    }

    .target h2 {
    }

    .target p {
    }

    .target .attention {
    }

    .target table {
    }

    .target table tbody {
    }

    .target table tbody tr {
    }

    .target table tbody tr th {
    }

    .target table tbody tr td {
    }

    .subsidy-amount {
    }

    .subsidy-amount h3 {
    }

    .subsidy-amount p {
    }

    .expenses {
    }

    .expenses h4 {
    }

    .expenses .expenses-body {
    }

    .expenses .expenses-body h3 {
    }

    .expenses .expenses-body .expenses-box {
    }

    .expenses .expenses-body .expenses-box .image {
    }

    .expenses .expenses-body .expenses-box .text {
    }

    .expenses .expenses-body .expenses-box .text ul {
    }

    .expenses .expenses-body .expenses-box .text ul li {
        text-indent: -1em;
        padding-left: 1em;
    }

    .expenses .expenses-body .attention {
        margin-top: 20px;
        font-size: 2.8rem;
    }

    .requirements {
    }

    .requirements h5 {
    }

    .requirements p {
    }

    .requirements ol {
    }

    .requirements ol li {
        text-indent: -1em;
        padding-left: 1em;
    }

    .application-block {
    } {
}

    .implementation-period {
    }

    .implementation-period h1 {
    }

    .implementation-period p.implementation-period {
    }

    .recruitment-period {
    }

    .recruitment-period h2 {
    }

    .recruitment-period dl {
    }

    .recruitment-period dl dt {
    }

    .recruitment-period dl dd {
        margin-left: 20px;
    }

    .docs-download {
    }

    .docs-download .docs-list {
        font-size: 3.4rem;
    }

    .docs-download .docs-list ul {
    }

    .docs-download .docs-list ul li {
    }

    .docs-download .example {
    }

    .docs-download .example ul {
    }

    .docs-download .example ul li {
    }


    .judging {
    }

    .judging h3 {
    }

    .judging .judging-body {
    }

    .judging .judging-body h3 {
    }

    .judging .judging-body ul {
    }

    .judging .judging-body ul li {
    }

    .judging .judging-body ul li ul {
    }

    .judging .judging-body ul li ul li {
    }

    .obligation {
    }

    .obligation h4 {
    }

    .obligation .obligation-body {
    }

    .obligation .obligation-body h4 {
    }

    .obligation .obligation-body p {
    }

    .other-block {
    } {
}

    .other {
    }

    .other h1 {
    }

    .other dl {
    }

    .other dl dt {
    }

    .other dl dd {
        margin: 0;
    }

    .schdule {
    }

    .schdule h2 {
    }

    .schdule table {
    }

    .schdule table tbody {
    }

    .schdule table tbody tr {
    }

    .schdule table tbody tr th {
    }

    .schdule table tbody tr td {
    }

    .inquiry {
        text-align: center;
    }

    .inquiry h3 {
    }

    .inquiry p.secretariat-name {
        font-size: 4rem;
        font-weight: bold;
        margin-top: 40px;
    }

    .inquiry p {
        margin: 2px 0;
    }

    .inquiry p.tel {
        font-size: 3.6rem;
        font-weight: bold;
    }

    .inquiry p.fax {
        font-size: 3.6rem;
        font-weight: bold;
    }

    .inquiry .flow {
        margin-top: 60px;
    }

    .inquiry .flow img {
    }

    .expense-classification-block {
    } {
}

    .expense-classification {
    }

    .expense-classification h1 {
    }

    .expense-classification table {
    }

    .expense-classification table thead {
    }

    .expense-classification table thead tr {
    }

    .expense-classification table thead tr th {
    }

    .expense-classification table thead tr th:nth-child(2) {
        width: auto;
    }

    .expense-classification table tbody {
    }

    .expense-classification table tbody tr {
    }

    .expense-classification table tbody tr th {
    }

    .expense-classification table tbody tr td {
    }

    .expense-classification .attention {
    }

    .expense-classification .attention ul {
    }

    .expense-classification .attention ul li {
        text-indent: -3em;
        padding-left: 3em;
    }

    .not-applicable {
    }

    .not-applicable h2 {
    }

    .not-applicable ul {
    }

    .not-applicable ul li {
    }

    .qa-block {
    }

    .qa-block .inner {
    }

    .qa-block .inner .qa {
    }

    .qa-block .inner .qa .accordion {
    }

    .qa-block .inner .qa .accordion dl {
        padding-bottom: 24px;
        border-bottom: 2px solid rgba(136, 136, 136, .3);
    }

    .qa-block .inner .qa .accordion dl dt {
        border: none;
        font-weight: 700;
        /*color: #4AAE5B;*/
        -webkit-box-shadow: 0 0 0 4px #fff;
        box-shadow: 0 0 0 4px #fff;
        cursor: pointer;
        padding: 6px 35px 6px 50px;
        border-radius: 20px;
        font-size: 3.2rem;
        transition: all .25s;
        position: relative;
        line-height: 1.4;
    }

    .qa-block .inner .qa .accordion dl dt:hover {
        /*-webkit-box-shadow: 0 0 0 4px #dbf6e1;*/
        /*box-shadow: 0 0 0 4px #dbf6e1;*/
        /*background-color: #dbf6e1;*/
    }

    .qa-block .inner .qa .accordion dl dt:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -6px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        /*border-color: transparent transparent transparent #4AAE5B;*/
        -webkit-transform: rotate(
                90deg
        );
        transform: rotate(
                90deg
        );
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: -webkit-transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
    }

    .qa-block .inner .qa .accordion dl dt.is-active:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .qa-block .inner .qa .accordion dl dd {
        position: relative;
        padding: 0 35px 6px 50px;
        margin: 0;
        display: none;
    }

    .qa-block .inner .qa .accordion dl dd:before {
        content: '';
        display: block;
        height: 20px;
    }

    .qa-block .inner .qa .accordion dl dt span,
    .qa-block .inner .qa .accordion dl dd span {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        /*background-color: #eb0000;*/
        border-radius: 50%;
        color: #fff;
        text-align: center;
        font-weight: 700;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 3.5rem;
    }

    .qa-block .inner .qa .accordion dl dt span {
        /*background-color: #4AAE5B;*/
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .qa-block .inner .qa .accordion dl dd span {
        top: 12px;
    }


    .contact-block {
    }

    .contact-block .inner {
    }

    .contact-block .inner .contact {
    }

    .contact-block .inner .contact .contact-box {
        padding: 20px;
        border-color: #4AAE5B;
        border-radius: 18px;
        border: 2px solid rgba(136, 136, 136, .3);
    }

    .contact-block .inner .contact .contact-box dl {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        margin: 0 0 20px 0;
    }

    .contact-block .inner .contact .contact-box dl dt {
        padding: 6px 20px 6px 0;
        width: 100%;
        font-weight: bold;
    }

    .contact-block .inner .contact .contact-box dl dt .required {
        float: right;
        font-size: 1.2rem;
        font-weight: 400;
        color: #eb0000;
        line-height: 30px;
    }

    .contact-block .inner .contact .contact-box dl dd {
        width: 100%;
    }

    .contact-block .inner .contact .contact-box dl dd input[type="text"],
    .contact-block .inner .contact .contact-box dl dd input[type="tel"],
    .contact-block .inner .contact .contact-box dl dd input[type="email"],
    .contact-block .inner .contact .contact-box dl dd textarea {
        padding: .8rem;
        border: 1px solid rgba(136, 136, 136, .3);
        background-color: #fff;
        min-height: 7.4rem;
        line-height: 1.5;
        border-radius: 10px;
        font-size: 1.6rem;
        max-width: 100%;
        width: 100%;
    }

    .contact-block .inner .contact .contact-box dl dd textarea {
        max-width: 100%;
        width: 100%;
        height: 150px;
    }

    .contact-block .inner .contact .contact-box .attention {
        text-align: center;
        margin: 30px 0 10px;
        padding: 20px 0 10px;
        border-top: 1px dashed rgba(136, 136, 136, .3);
    }

    .contact-block .inner .contact .contact-box .agree {
        text-align: center;
        width: 100%;
        border: 1px solid rgba(136, 136, 136, .3);
        border-radius: 21px;
        margin: 0 auto;
        padding: 4px 15px;
    }

    .contact-block .inner .contact .contact-box .agree label {
        text-align: center;
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
    }

    .contact-block .inner .contact .contact-box .agree label input {
        margin-right: 10px;
    }

    .contact-block .inner .contact .contact-box .submit {
        padding-top: 15px;
        width: 340px;
        max-width: 100%;
        margin: 0 auto;
    }

    .contact-block .inner .contact .contact-box .submit button {
        padding: 10px 16px;
        line-height: 30px;
        font-weight: 700;
        font-size: 1.8rem;
        color: #fff;
        width: 100%;
        /*background-color: #4AAE5B;*/
        border: none;
        border-radius: 8px;
    }

    .contact-block .inner .contact .contact-box .submit button:disabled {
        opacity: .4;
    }

    .footer {
        text-align: center;
        padding-bottom: 20px;
    }

    .footer p {
        display: inline-block;
        margin: 0;
        padding-left: 30px;
        background: url(/assets/images/logo-kagoshima.svg) left center no-repeat transparent;
        font-weight: 700;
        font-size: 1.4rem;
    }

}


.sp-menu-block {
    display: none;
}

@media (max-width: 1000px) {
    .sp-menu-block {
        display: block;
        position: fixed;
        bottom: 15px;
        left: 15px;
        margin-bottom: env(safe-area-inset-bottom);
        margin-left: env(safe-area-inset-left);
        padding: 0;
        border: none;
        border-radius: 50%;
        z-index: 100;
        overflow: hidden;
        width: 70px;
        height: 70px;
        background-color: #fff;
        font-weight: 700;
        -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 25%);
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 25%);
    }

    .sp-menu-block .sp-menu {
        height: 100%;
    }

    .sp-menu-block .sp-menu p {
        line-height: 1;
        padding: 0;
        margin: 0;
        font-size: 12px;
    }

    .sp-menu-block .sp-menu .menu-open,
    .sp-menu-block .sp-menu .menu-close {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        transition: all 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .sp-menu-block .sp-menu .menu-open {
    }

    .sp-menu-block .sp-menu .menu-open span {
        width: 21px;
        height: 3px;
        background-color: #363636;
        display: block;
        margin: 2px 0;
    }

    .sp-menu-block .sp-menu .menu-open p {
        padding-top: 4px;
    }

    .sp-menu-block .sp-menu .menu-close span {
        width: 21px;
        height: 3px;
        background-color: #363636;
        display: block;
        transform: rotate(45deg);
    }

    .sp-menu-block .sp-menu .menu-close span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -3px;
    }

    .sp-menu-block .sp-menu .menu-close p {
        padding-top: 12px;
    }

    .sp-menu-block .sp-menu.is-open .menu-open,
    .sp-menu-block .sp-menu.is-open .menu-close {
        transform: translateY(-64px);
    }
}

span.document-update {
    color: #FF0000;
    font-size: 14px;
    display: inline-block;
    margin-left: 8px;
}


.secondary-application-link {
    width: 70%;
    margin: 0 auto;
    padding-top: 30px;
}
@media (max-width: 768px) {
    .secondary-application-link {
        width: 100%;
        padding-top: 0;
    }
}

.chu-big {
    padding-left:3em;
    text-indent:-3em;
}

.shien {
    text-align: center;
    margin: 15px 0;
}
