#Header+#Page {
    display: block
}

.breadcrumbs {
    padding: 10px 16px 0px
}

#Footer .breadcrumbs {
    padding: 12px 20px 0 10px
}

@media screen and (max-width: 320px) {
    .breadcrumbs {
        padding:10px 0px 30px;
        transform: scale(0.9)
    }

    #Footer .breadcrumbs {
        padding: 12px 0 0;
        transform: scale(0.9)
    }
}

@media screen and (min-width: 768px) {
    #Header+#Page {
        margin-top:80px
    }

    #Footer .footer-wp-list-info {
        padding: 20px
    }

    .footer-wp-list-info .footer-wp-list-info-title {
        min-height: 4em
    }

    .breadcrumbs {
        padding: 13px 0 42px
    }
}

#Headline .page-ttl {
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.6;
    text-align: center
}

#Headline .page-ttl span {
    display: block
}

@media screen and (min-width: 768px) {
    #Headline .page-ttl {
        padding:48px 0;
        font-size: 30px
    }

    #Headline .page-ttl span {
        display: inline-block
    }
}

#Merit {
    position: relative;
    padding: 48px 16px 32px
}

#Merit::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 220px;
    content: "";
    background-color: #71bd80
}

#Merit .ttl {
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    text-align: center
}

#Merit .merit-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

#Merit .merit-list__item {
    padding: 32px;
    background-color: #fff;
    box-shadow: 2px 6px 16px 0 rgba(0,0,0,.13)
}

#Merit .merit-list__item+.merit-list__item {
    margin-top: 16px
}

#Merit .merit-list__img {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto
}

#Merit .merit-list__ttl {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center
}

#Merit .merit-list__text {
    margin-top: 15px;
    font-size: 14px
}

@media screen and (max-width: 320px) {
    #Merit .ttl {
        font-size:16px
    }

    #Merit .merit-list__item {
        padding: 32px 24px
    }
}

@media screen and (min-width: 768px) {
    #Merit {
        position:relative;
        box-sizing: border-box;
        height: 440px;
        padding: 95px 0 0;
        background-color: #71bd80
    }

    #Merit::before {
        height: 0;
        background-color: #fff
    }

    #Merit .ttl {
        font-size: 26px
    }

    #Merit .merit-list {
        position: absolute;
        right: 50%;
        bottom: -220px;
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 1000px;
        margin-top: 0;
        overflow: hidden;
        box-shadow: 2px 6px 16px 0 rgba(0,0,0,.13);
        transform: translate(50%)
    }

    #Merit .merit-list__item {
        flex-basis: 25%;
        padding: 80px 0 60px 20px;
        text-align: center;
        box-shadow: none
    }

    #Merit .merit-list__item:last-child {
        padding-right: 20px
    }

    #Merit .merit-list__item+.merit-list__item {
        margin-top: 0
    }

    #Merit .merit-list__item .merit-list__img {
        width: auto;
        height: 53px;
        margin: 0 auto
    }

    #Merit .merit-list__item .merit-list__ttl {
        margin-top: 30px;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: -0.08em
    }

    #Merit .merit-list__item .merit-list__text {
        margin: 20px 10px 0;
        font-size: 12px;
        line-height: 2.5;
        text-align: left
    }
}

#Scene {
    padding: 24px 0 40px
}

#Scene .ttl {
    font-size: 18px;
    text-align: center
}

#Scene .scene-list {
    padding-bottom: 32px;
    margin-top: 32px;
    background-color: #e3e3e8
}

#Scene .scene-list .ttl {
    display: inline-block;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #4e5169
}

#Scene .scene-list .scene-sample {
    display: flex;
    flex-direction: column;
    margin-top: 32px
}

#Scene .scene-list .scene-sample__item {
    display: flex;
    padding: 0 16px;
    font-size: 12px
}

#Scene .scene-list .scene-sample__item+.scene-sample__item {
    margin-top: 32px
}

#Scene .scene-list .scene-sample__item .scene-sample__left {
    flex-basis: 100%
}

#Scene .scene-list .scene-sample__item .scene-sample__right {
    flex-basis: 120px;
    margin-left: 20px
}

#Scene .scene-list .scene-sample__item .lead {
    font-size: 16px;
    font-weight: bold
}

#Scene .scene-list .scene-sample__img {
    width: 120px;
    height: auto
}

#Scene .scene-list.good {
    margin-top: 0;
    background-color: #e4f3e4
}

#Scene .scene-list.good .ttl {
    background-color: #71bd80
}

#Scene .scene-list.good .scene-sample__item {
    flex-direction: row-reverse
}

#Scene .scene-list.good .scene-sample__item .scene-sample__right {
    margin-right: 20px;
    margin-left: 0
}

#Scene .scene-introduce h3 {
    float: none;
    padding: 30px 0 0;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.4;
    color: #78c62c;
    text-align: center
}

#Scene .scene-introduce p {
    float: none;
    font-size: 14px;
    line-height: 2.2
}

#Scene .scene-introduce figure {
    float: none;
    margin: 0 0 20px;
    text-align: center
}

#Scene .scene-introduce figure img {
    width: 100%;
    height: auto
}

#Scene .scene-introduce .scene-introduce__item {
    padding: 0 16px
}

#Scene .scene-introduce .scene-introduce__item:nth-child(even) h3 {
    float: none
}

#Scene .scene-introduce .scene-introduce__item:nth-child(even) p {
    float: none
}

#Scene .scene-introduce .scene-introduce__item:nth-child(even) figure {
    float: none
}

#Scene .scene-introduce .scene-introduce__flow {
    display: none
}

#Scene .scene-introduce .scene-introduce__item2 h3 br {
    display: block
}

#Scene .scene-introduce .scene-introduce__item2 figure img {
    width: 90%;
    height: auto
}

@media screen and (min-width: 768px) {
    #Scene {
        padding:290px 0 60px
    }

    #Scene .ttl {
        font-size: 26px
    }

    #Scene .scene-introduce {
        max-width: 1000px;
        margin: 60px auto 0
    }

    #Scene .scene-introduce .scene-introduce__item {
        padding: 0;
        margin: 0 0 20px
    }

    #Scene .scene-introduce h3 {
        float: left;
        padding: 30px 0 0;
        margin: 0 0 20px;
        font-size: 26px;
        line-height: 1.4;
        color: #78c62c;
        text-align: left
    }

    #Scene .scene-introduce p {
        float: left;
        font-size: 14px;
        line-height: 2.2;
        text-align: left
    }

    #Scene .scene-introduce p span {
        display: block
    }

    #Scene .scene-introduce figure {
        float: right
    }

    #Scene .scene-introduce figure img {
        width: auto
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(even) h3 {
        float: right
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(even) p {
        float: right
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(even) figure {
        float: left
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(1) figure {
        padding: 0 40px 0 0
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(1) figure img {
        height: 292px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(2) {
        margin: 0 0 40px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(2) figure img {
        height: 300px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(2) h3 {
        padding: 50px 0 0;
        margin: 0 80px 20px 0
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(2) p {
        margin: 0 134px 0 0
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(3) {
        margin: 0 0 40px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(3) figure {
        padding: 0 20px 0 0
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(3) figure img {
        height: 301px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(3) h3 {
        padding: 40px 0 0
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(4) {
        margin: 0 0 60px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(4) figure img {
        height: 269px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(4) h3 {
        margin: 0 30px 20px 0
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(4) p {
        margin: 0 136px 0 0
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(5) {
        margin: 0 0 60px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(5) figure img {
        height: 243px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(5) h3 {
        padding: 20px 0 0
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(6) {
        margin: 0 0 60px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(6) figure img {
        height: 202px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(6) h3 {
        margin: 0 190px 20px 0
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(6) p {
        margin: 0 266px 0 0
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(7) {
        margin: 0 0 30px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(7) figure img {
        height: 219px
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(7) h3 {
        padding: 20px 0 0
    }

    #Scene .scene-introduce .scene-introduce__item:nth-child(7) p {
        width: 400px
    }

    #Scene .scene-introduce .scene-introduce__item:after {
        display: block;
        clear: both;
        content: ""
    }

    #Scene .scene-introduce .scene-introduce__flow {
        display: block;
        margin: 0 0 80px
    }

    #Scene .scene-introduce .scene-introduce__flow img {
        width: 100%;
        height: auto
    }

    #Scene .scene-introduce .scene-introduce__item2 {
        margin: 0 0 60px
    }

    #Scene .scene-introduce .scene-introduce__item2 h3 {
        float: none;
        margin: 0 0 40px;
        font-size: 26px;
        line-height: 1.4;
        color: #78c62c
    }

    #Scene .scene-introduce .scene-introduce__item2 h3 br {
        display: none
    }

    #Scene .scene-introduce .scene-introduce__item2 figure {
        float: none
    }

    #Scene .scene-introduce .scene-introduce__item2 figure img {
        width: 950px;
        height: auto
    }

    #Scene .scene-list {
        max-width: 1000px;
        margin: 60px auto 0
    }

    #Scene .scene-list .ttl {
        box-sizing: border-box;
        width: 100%;
        max-width: 293px;
        font-size: 16px
    }

    #Scene .scene-list .scene-sample {
        flex-direction: row;
        justify-content: space-around
    }

    #Scene .scene-list .scene-sample__item {
        display: block;
        font-size: 14px;
        text-align: center
    }

    #Scene .scene-list .scene-sample__item+.scene-sample__item {
        margin-top: 0
    }

    #Scene .scene-list .scene-sample__item .scene-sample__right {
        margin-top: 30px;
        margin-left: 30px
    }

    #Scene .scene-list .scene-sample__img {
        width: auto;
        height: 120px
    }

    #Scene .scene-list.good {
        margin-top: 40px
    }

    #Scene .scene-list.good .scene-sample__item .scene-sample__right {
        margin-right: 0
    }
}

#CampusMerit {
    position: relative;
    padding: 48px 16px 32px
}

#CampusMerit::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 280px;
    content: "";
    background-color: #71bd80
}

#CampusMerit .ttl {
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    text-align: center
}

#CampusMerit .merit-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 24px
}

#CampusMerit .merit-list__item {
    flex-basis: 48%;
    padding: 20px 0;
    margin: 0 0 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 2px 6px 16px 0 rgba(0,0,0,.13)
}

#CampusMerit .merit-list__item:nth-child(even) {
    margin: 0 0 20px 4%
}

#CampusMerit .merit-list__ttl {
    font-size: 16px;
    line-height: 1.2;
    text-align: center
}

#CampusMerit .merit-list__text {
    padding-top: 75px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center
}

#CampusMerit .merit-list__item:nth-child(1) {
    background-image: url(../../images/campus/icon_merit01.png);
    background-position: center top 50px;
    background-size: 88px
}

#CampusMerit .merit-list__item:nth-child(2) {
    background-image: url(../../images/campus/icon_merit02.png);
    background-position: center top 70px;
    background-size: 52px
}

#CampusMerit .merit-list__item:nth-child(3) {
    background-image: url(../../images/campus/icon_merit03.png);
    background-position: center top 65px;
    background-size: 80px
}

#CampusMerit .merit-list__item:nth-child(4) {
    background-image: url(../../images/campus/icon_merit04.png);
    background-position: center top 55px;
    background-size: 80px
}

@media screen and (max-width: 320px) {
    #CampusMerit .ttl {
        font-size:17px
    }
}

@media screen and (min-width: 768px) {
    #CampusMerit {
        position:relative;
        box-sizing: border-box;
        height: 328px;
        padding: 45px 0 0
    }

    #CampusMerit .ttl {
        font-size: 26px
    }

    #CampusMerit .merit-list {
        position: absolute;
        right: 50%;
        bottom: -105px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 1000px;
        margin-top: 0;
        transform: translate(50%)
    }

    #CampusMerit .merit-list__item {
        flex-basis: 25%;
        padding: 30px 20px;
        text-align: center;
        background-repeat: no-repeat;
        box-shadow: 2px 6px 16px 0 rgba(0,0,0,.13)
    }

    #CampusMerit .merit-list__item:first-child {
        margin: 0
    }

    #CampusMerit .merit-list__item+.merit-list__item {
        margin: 0 0 0 20px
    }

    #CampusMerit .merit-list__item .merit-list__ttl {
        font-size: 22px;
        line-height: 1.4
    }

    #CampusMerit .merit-list__item .merit-list__text {
        padding-top: 85px;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4
    }

    #CampusMerit .merit-list__item:nth-child(1) {
        background-image: url(../../images/campus/icon_merit01.png);
        background-position: center top 60px;
        background-size: 128px
    }

    #CampusMerit .merit-list__item:nth-child(2) {
        background-image: url(../../images/campus/icon_merit02.png);
        background-position: center top 100px;
        background-size: 72px
    }

    #CampusMerit .merit-list__item:nth-child(3) {
        background-image: url(../../images/campus/icon_merit03.png);
        background-position: center top 95px;
        background-size: 100px
    }

    #CampusMerit .merit-list__item:nth-child(4) {
        background-image: url(../../images/campus/icon_merit04.png);
        background-position: center top 80px;
        background-size: 100px
    }
}

#Recommend {
    padding: 0;
    text-align: center
}

#Recommend ul {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden
}

#Recommend ul li {
    flex-basis: 33%;
    margin: 0 0 10px 30px
}

#Recommend ul li:first-child {
    margin: 0 0 10px
}

#Recommend ul li:last-child {
    margin: 0
}

#Recommend ul li img {
    width: 100%;
    height: auto
}

#Recommend .attention {
    font-size: 1rem;
    color: #9da0a4;
    text-align: center
}

#Recommend .attention span {
    display: block
}

@media screen and (min-width: 768px) {
    #Recommend {
        padding:200px 0 0;
        text-align: center
    }

    #Recommend ul {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        overflow: hidden
    }

    #Recommend ul li {
        flex-basis: 33%;
        margin: 0 0 0 50px
    }

    #Recommend ul li:first-child {
        margin: 0
    }

    #Recommend ul li:last-child {
        margin: 0 0 0 50px
    }

    #Recommend ul li img {
        width: 100%;
        height: auto
    }

    #Recommend .attention {
        max-width: 1000px;
        margin: 0 auto;
        text-align: right
    }

    #Recommend .attention span {
        display: inline-block
    }
}

#Example {
    padding: 48px 16px 0;
    font-family: 游ゴシック体,"Yu Gothic",YuGothic,"\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF","MS PGothic",sans-serif
}

#Example .ttl {
    font-size: 18px;
    text-align: center
}

#Example .example-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin-top: 32px
}

.media-list-case-link {
    display: block;
    height: 100%
}

.media-list-case {
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.14);
    transition: all .2s
}

.media-list-case:last-child {
    margin-bottom: 0
}

.media-list-case-link {
    max-width: 320px
}

.media-list-case-card {
    height: 100%
}

.media-list-case-graphic {
    position: relative
}

.media-list-case-graphic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.media-list-case-graphic-img-tags {
    position: absolute;
    bottom: 0;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #ffa507
}

.media-list-case-info {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    min-height: 225px;
    padding: 20px 20px 40px;
    background-color: #fff
}

.media-list-case-info .media-list-case-info-lead {
    font-size: 13px;
    line-height: 1.5;
    color: gray
}

.media-list-case-card:hover .media-list-case-info .media-list-case-info-lead span {
    color: #78c62c
}

.media-list-case-info .media-list-case-info-lead span {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333
}

.media-list-case-info .media-list-case-info-logo {
    position: absolute;
    left: 50%;
    margin-top: 20px;
    transform: translateX(-50%)
}

.media-list-case-info .media-list-case-info-logo img {
    height: 50px
}

.media-list-case-info-time {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 12px;
    color: #9da0a4
}

.example-more-link {
    position: relative;
    box-sizing: border-box;
    display: block;
    max-width: 260px;
    padding: 19px;
    margin: 26px auto 32px;
    font-size: 14px;
    font-weight: bold;
    line-height: .9;
    color: #fff;
    text-align: center;
    background-color: #78c62c;
    border-radius: 50px
}

.example-more-link::before {
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg)
}

@media screen and (min-width: 768px) {
    #Example {
        padding:100px 0 42px
    }

    #Example .ttl {
        font-size: 26px;
        text-align: center
    }

    .media-list-case {
        width: 320px
    }

    .media-list-case:hover {
        box-shadow: 0 4px 16px 0 rgba(0,0,0,.15);
        transform: translate3d(0, -4px, 0)
    }

    .media-list-case+.media-list-case {
        margin-left: 20px
    }

    .media-list-case:nth-child(3n+1) {
        margin-left: 0
    }

    .media-list-case:last-child {
        margin-bottom: 20px
    }

    .media-list-case-info {
        min-height: 225px
    }

    .media-list-case-info .media-list-case-info-logo {
        bottom: 50px
    }

    .media-list-case-graphic {
        max-width: 320px;
        max-height: 200px
    }

    .media-list-case-graphic-img img {
        width: 320px;
        height: 200px
    }

    .media-list-case-link:hover .media-list-case-graphic-img img {
        opacity: .7
    }

    .media-list-case-graphic-img-tags {
        bottom: 0
    }

    .media-case-logo {
        padding: 60px 0 80px;
        margin-top: 42px
    }

    .media-case-logo-lead {
        font-size: 20px
    }

    .media-case-logo-lead span {
        display: inline-block
    }

    .media-case-logo-list {
        width: 100%;
        max-width: 1000px;
        margin-top: 40px
    }

    .media-case-logo-item {
        width: auto;
        padding: 0
    }

    .media-case-logo-item+.media-case-logo-item {
        margin-left: 26px
    }

    .media-case-logo-item:nth-child(7n+1) {
        margin-left: 0
    }

    .media-case-logo-item img {
        width: 120px;
        height: 80px
    }

    .example-more-link {
        margin-top: 40px;
        font-size: 14px;
        transition: background-color .2s
    }

    .example-more-link:hover {
        background-color: #85d339
    }
}

.breadcrumbs {
    display: block;
    max-width: 1080px;
    padding: 13px 0 0;
    margin: 0 auto
}

@media screen and (min-width: 768px) {

    .breadcrumbs {
        display: block;
        max-width: 1080px;
        padding: 80px 0 0;
        margin: 0 auto
    }
    
}

.breadcrumbs {
    margin: 0 auto
}

.breadcrumbs li {
    position: relative;
    display: inline-block
}

.breadcrumbs li+li {
    margin-left: 26px
}

.breadcrumbs li+li::before {
    position: absolute;
    left: -20px;
    font-size: 1rem;
    content: "\FF1E"
}

.breadcrumbs li+li:last-child::before {
    color: #9da0a4
}

.breadcrumbs a {
    font-size: 1rem;
    color: #9da0a4
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs p {
    font-size: 1rem;
    color: #9da0a4
}

#Page {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-top: 50px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    #Page {
        padding-top:0
    }
}

#Content {
    height: 100%;
    min-height: 100%
}

@media screen and (min-width: 768px) {
    #Content {
        margin:0 auto
    }
}

figure {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border: 0;
    outline: 0
}

figure {
    display: block
}

@media screen and (min-width: 768px) {
    .sub-title {
        font-size:1.6rem
    }
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.flex--vc {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex--rps {
    -webkit-flex-direction: column;
    flex-direction: column
}

.flex--spRev {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.flex.flex--mg .flex__item+.flex__item {
    margin-left: 25px
}

.flex__item {
    box-sizing: border-box
}

.flex--eq {
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.flex--sb {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.flex--ac {
    -webkit-justify-content: center;
    justify-content: center
}

.flex--vac {
    align-items: center
}

.flex__item--middle {
    align-self: center
}

.flex__item--1-col {
    width: 8.333333%
}

.flex__item--2-col {
    width: 16.66667%
}

.flex__item--3-col {
    width: 25%
}

.flex__item--4-col {
    width: 33.33333%
}

.flex__item--5-col {
    width: 41.66667%
}

.flex__item--6-col {
    width: 50%
}

.flex__item--7-col {
    width: 58.33333%
}

.flex__item--8-col {
    width: 66.66667%
}

.flex__item--9-col {
    width: 75%
}

.flex__item--10-col {
    width: 83.33333%
}

.flex__item--11-col {
    width: 91.66667%
}

.flex__item--12-col {
    width: 100%
}

.flex--rps .flex__item--1-col,.flex--rps .flex__item--2-col,.flex--rps .flex__item--3-col,.flex--rps .flex__item--4-col,.flex--rps .flex__item--5-col,.flex--rps .flex__item--6-col,.flex--rps .flex__item--7-col,.flex--rps .flex__item--8-col,.flex--rps .flex__item--9-col,.flex--rps .flex__item--10-col,.flex--rps .flex__item--11-col {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .flex--rps .flex__item--1-col {
        width:8.333333%
    }

    .flex--rps .flex__item--2-col {
        width: 16.66667%
    }

    .flex--rps .flex__item--3-col {
        width: 25%
    }

    .flex--rps .flex__item--4-col {
        width: 33.33333%
    }

    .flex--rps .flex__item--5-col {
        width: 41.66667%
    }

    .flex--rps .flex__item--6-col {
        width: 50%
    }

    .flex--rps .flex__item--7-col {
        width: 58.33333%
    }

    .flex--rps .flex__item--8-col {
        width: 66.66667%
    }

    .flex--rps .flex__item--9-col {
        width: 75%
    }

    .flex--rps .flex__item--10-col {
        width: 83.33333%
    }

    .flex--rps .flex__item--11-col {
        width: 91.66667%
    }

    .flex--rps .flex__item--12-col {
        width: 100%
    }

    .flex--rps {
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .flex--spRev {
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

/* 例: ログインボタンを表示するスタイル */
.nav-login.nav-disabled {
    display: block !important; /* ボタンを表示 */
}

@media print, screen and (min-width: 768px) {
    a:hover {
        color:#78c62c;
    }
    .l-header .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-login > a:hover {
        color: #78c62c;
        border: 1px solid #78c62c;
    }
    .example-more-link:visited {
        color:#ffffff;
        background-color: #78c62c
    }
    .example-more-link:hover {
        color:#ffffff;
        background-color: #85d339
    }
}

@media print, screen and (min-width: 1140px) {
    a:hover {
        color:#78c62c;
    }
    .l-header .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-login > a:hover {
        color: #78c62c;
        border: 1px solid #78c62c;
    }
    .example-more-link:visited {
        color:#ffffff;
        background-color: #78c62c
    }
    .example-more-link:hover {
        color:#ffffff;
        background-color: #85d339
    }
}
    
a:hover {
    color:#78c62c;
}
.l-header .l-header__outer .l-header__inner .l-header__menu .l-header__gnav .l-header__gnav-list > li.nav-login > a:hover {
    color: #78c62c;
    border: 1px solid #78c62c;
}
.example-more-link:visited {
    color:#ffffff;
    background-color: #78c62c
}
.example-more-link:hover {
    color:#ffffff;
    background-color: #85d339
}