.firstview {
    padding-top: 80px;
    border-bottom: 5px solid #D90429
}

.firstview .inner {
    max-width: 1340px;
    padding: 3.5em 0
}

.firstview .inner .title {
    text-align: center;
    width: 100%
}

.firstview .inner .title h1 {
    font-size: 2em;
    margin-bottom: .3em
}

h2 {
    font-size: 1.5em
}

@media screen and (max-width: 600px) {
    .firstview {
        padding-top: 68px
    }
    .firstview .inner {
        padding: 2.5em 0
    }
    .firstview .inner .title h1 {
        font-size: 2em
    }
}

.questions {
    padding-bottom: 0
}

.questions h2 {
    padding: .3em .8em;
    border-bottom: 3px solid #D90429;
    display: inline-block
}

.questions .inner {
    margin-bottom: 6em
}

.questions .inner:last-child {
    margin-bottom: 0
}

.questions ul.accordion-ul {
    width: 100%
}

.questions ul.accordion-ul>li {
    margin-bottom: 0;
    border-top: 1px solid #A2A2A2
}

.questions ul.accordion-ul>li .accordion {
    cursor: pointer;
    padding: 2em;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    text-align: left;
    font-weight: bold
}

.questions ul.accordion-ul>li .accordion:after {
    content: "\f078";
    margin-left: .3em;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    color: #2B2D42;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 2em;
    display: inline-block;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}

.questions ul.accordion-ul>li .accordion.open:after {
    content: "\f077"
}

.questions ul.accordion-ul>li:last-child {
    border-bottom: 1px solid #A2A2A2
}

.questions ul.accordion-ul>li .panel {
    padding: 1em 2em 2em;
    display: none;
    text-align: left
}

@media screen and (max-width: 768px) {
    .questions ul.accordion-ul {
        width: 100%
    }
    .questions ul.accordion-ul>li {
        margin-bottom: 0;
        border-top: 1px solid #A2A2A2
    }
    .questions ul.accordion-ul>li .accordion {
        padding: 1.5em 1em;
        padding-right: 4em
    }
    .questions ul.accordion-ul>li .accordion:after {
        right: .8em;
        font-size: 1.8em
    }
    .questions ul.accordion-ul>li .panel {
        padding: .8em 1em 1.5em
    }
}

/*ナビメニュー*/
.navi{
    background: #6E6E6E;
    overflow-x: auto;
}
.navi ul{
    max-width: 1200px;
    margin: 1em auto;
    font-size:0;
    white-space: nowrap;
}
.navi li{
    text-align: center;
    display: inline-block;
    font-size: 14px;
    width:fit-content;
    margin-bottom: 0;
    color: #fff;
}
.navi li:last-child{
    margin-bottom: 0;
}
.navi li a{
    display: block;
    width: 100%;
    padding: 1em;
}

.navi li:hover{
    background: #ccc;
    color: #000;
}
@media screen and (max-width: 1024px){
    .navi{
        overflow-x: inherit;
        background: #eee;
    }
    .navi ul,
    .navi li{
        display: block;
        white-space:inherit;
        border-bottom: 1px solid #6E6E6E;
    }
    .navi li{
        display: inline-block;
        width: 50%;
        text-align: left;
        color: #000;
    }
    .navi li:last-child{
        border-bottom: none;
    }
    .navi li a{
        position:relative;
    }
    .navi li a:after {
        content: "\f078";
        margin-left: 0.3em;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: bold;
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        display: block;
        color: #000;
    }
}
@media screen and (max-width: 727px){
    .navi li{
        display: block;
        width: 100%;
    }
}


ol {
list-style-type: decimal;
}

.keywordol p{
    margin-left:-20px;
    margin-bottom:20px;
}

.bold{
    font-weight: bold;
}
.keywordol{
    margin-left: 20px;
}
@media screen and (max-width: 727px){
    .keywordol{
        margin-bottom: 30px;
    }
}
